freddyeee
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce by CartFlows] add more imagesdo you have any code to get to show prices when selecting color?
Assuming prices just vary with color,not size
Forum: Plugins
In reply to: [WooCommerce] Shop page prices for variable productsthe plugin support team told me that In WooCommerce, we need to select the attributes to recognize the exact variation against that attributes and then price will show accordingly. Without attributes selection, it is not possible to show the price as it cannot recognize the exact variation without all attribute selections.
so is inheritance from woocommerce, is there any code to get to show the price for variable products with 2 attributes,but by just selecting 1 attribute like the color in this case and not the size ?
- This reply was modified 1 year, 7 months ago by freddyeee.
Forum: Plugins
In reply to: [WooCommerce] price for variable productsThanks!
This is other issue, I’m using this plugin to show swatches.
This product circled has attributes of color and size and I decided to just show the color swatches on the shop page.
I have other product which just has color attibutes and the price changes when I select the different options.
is there a possibilty to show the price when I select the color swatch on the shop page and not that price range ??
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce by CartFlows] add more imagesI believe that this is related with the fact that this product has attributes of color and size and I decided to just show the color swatches, so in that case I’d need to select also the size for the price to appear instead of that range.
I have other product which just has color attibutes and the price changes when I select the different options.
So It’s related to the plugin, is there a possibilty to show the price even when you don’t select the size, just the color on the shop page ??
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce by CartFlows] add more imagesis it possible here to change this price range and show a price for the product regarding the color swatch selected ?
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce by CartFlows] Bug in shop pagethe conflict was this code on the functions.php :
// For product variations (on variable products) add_filter( 'woocommerce_available_variation', 'variable_product_saving_amount', 15, 3 ); function variable_product_saving_amount( $data, $product, $variation ) { if( $variation->is_on_sale() ) { $saved_amount = $data['display_regular_price'] - $data['display_price']; $percentage = round( $saved_amount / $data['display_regular_price'] * 100 ); $data['price_html'] .= '<p id="saving_total_price"><span style="font-size:16px !important;color:black !important;font-weight:bold !important;">'. __("Ahorras") .' : ' . wc_price($saved_amount) . ' ('.$percentage.'%)</span></p>'; } return $data; }
I’ve been using that code for so long, could you please help me with some tweaks to avoid having that conflict ?
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce by CartFlows] add more imagesI meant that when you click for the white color swatch, it only appears the white product, when I click for the black color swatch, it only appears the black color product on the product page.
Different images for every color variation, is that ′possible to do ?
Forum: Plugins
In reply to: [WooCommerce] product page doesn’t updateI tried to make some text changes but it didn’t work
after inspecting the page, this text in yellow is the one that is supposed to appear
https://snipboard.io/kB8Zxl.jpgForum: Plugins
In reply to: [WooCommerce] product page doesn’t updateI have siteground, I flushed the dynamic cache.
I made another change in the website popup, but that did got reflected on the frontend
what could be the problem ?
Forum: Fixing WordPress
In reply to: Malware detectedwhen I tried to download that file, I get this message : {“err_code”:507,”message”:”Cannot prepare the downloaded file”,”status”:507,”task_id”:”1671164615.532871.277c2ac0″}
Forum: Fixing WordPress
In reply to: Malware detectedis this wp-texgub.php file from the core of wordpress? is it safe to delete ?
in the scan with Wordfence is not detected that file.
https://snipboard.io/neGOHu.jpg
there is this “product description” attribute in the mapping, but there are 2 possible values for that: product description and product short description, how to includes both values ? because I know that for google shopping ads,the keywords are base also in the descriptions
I put the code in there: https://snipboard.io/QKBDGR.jpg
So that’s why it didn’t function
yes, I changed the Id to 1, It didn’t change anything.
what could be the problem ?
Forum: Plugins
In reply to: [WooCommerce] language issueThe theme and plugins are the same, the only change was the hosting migration.
For woocommerce I meant the menu inside:
https://snipboard.io/ukiJay.jpgSo, that and “Products” are not being translated in my dashboard