Emily Wilson
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] Add to cart button not workingHello @matrixdjeva
Thank you for using our plugin.
We apologize for the inconvenience.
Pleae make sure that you have the latest version of both free and pro plugins(if you have the pro version). The latest version is v4.8.0
After updating to the latest version, clear the browser cache (CTRL + SHIFT + R) and try again.
In case the above tip can not help you please provide us a link to the product page to let us check it out.
I hope it helps.
Best Regards
Hello @afsl01
Thank you for using our plugin. We appreciate your feedback and are sorry for the inconvenience.
Just to clarify, the condition you mentioned will check all categories of the product, so please ensure that the product is not from the subcategory of the battery category. You can also try using the “categories in package” condition as an alternative.
Additionally, we recommend that you test the same rule on our demo website to see if the issue persists. If the issue is only present on your website, it could indicate a conflict with other plugins. In that case, we suggest deactivating all WooCommerce-related plugins on your website, keeping only WooCommerce and the Discount plugin, and then trying again. If the issue is resolved, you can activate the other plugins one by one to identify the plugin causing the conflict.
Please let us know if this helps or if you have any further questions.
Best regards
Hi @vayier
Thank you for choosing our plugin.
We apologize for the inconvenience.
Unfortunately, the plugin doesn’t have a feature as you want but you can use a percentage badge for this purpose. The percentage discount badge shows a percent discount amount.
The plugin has a feature to show discount value for simple pricing rules inside the sale flash badge.
In order to use this feature please follow the below instructions.- Go to the plugin settings – General tab – Product Pricing section.
- Make sure “Show Sale Badge” is enabled for “Simple” pricing rules.
- Set “Sale Badge Type” to “Discount”.
- You can use “Sale Badge Position On Archive Page” to set the position of the sale badge on archive pages.
- You can use “Sale Badge Position On Product Page” to set the position of the sale badge on the product page.
- If the sale badge does not appear after trying all of the listed positions for archive and single product page positions you can use the below shortcode to show the sale badge.
[wccs_sale_flash]
Or you can try our WooCommerce Badge and Product Label plugin to create a custom and advanced badge. Percentage badges are available too.
I hope it helps.
Best Regards
Hello @pudpud
Thank you for choosing our plugin.
We apologize for the inconvenience.
It can be incompatibility with your custom theme.
In the plugin settings there are other positions for “On image” and “Out of image” for both product and product list pages. You can try all of the listed position to check if one of them works with your theme.
Please send us a link to the product that you have set a badge on it to let us check it out.
In case the above tip can not help you, and you have the pro version please contact us here and send us your theme installation file to let us check it out.
I hope it helps.
Best Regards
- This reply was modified 9 months, 2 weeks ago by Emily Wilson.
Forum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] doesnt work well in hebrewHello @ronen24
Thank you for choosing our plugin.
We apologize for the inconvenience.
Please try to add the below code to your child theme functions.php file and try again.
// Remove attributes name from the product title. function asnp_wepb_prepare_product_data( $data, $product, $item, $extra_data ) { if ( empty( $data ) || empty( $data['name'] ) ) { return $data; } if ( $product->is_type( 'variation' ) ) { $data['name'] = $product->get_title(); if ( ! empty( $extra_data['attributes'] ) ) { $attributes = []; foreach ( $extra_data['attributes'] as $attribute ) { $attributes[] = sanitize_text_field( $attribute['label'] ); } if ( ! empty( $attributes ) ) { $data['name'] .= ' ' . implode( ', ', $attributes ); } } else { $data['name'] .= ' ' . wc_get_formatted_variation( $product, true, false ); } $data['name'] = sanitize_text_field( $data['name'] ); } return $data; } add_filter( 'asnp_wepb_prepare_product_data', 'asnp_wepb_prepare_product_data', 10, 4 );
I hope it helps.
Best Regards
Forum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] No base Price for Bundle ProductHello @suluxpro
Please help us spread the word and boost our motivation with your 5-star review for the plugin. It is greatly appreciated.
Thanks and Regards
Hello @kristincali
You are welcome.
Please help us spread the word and boost our motivation with your 5-star review for the plugin. It is greatly appreciated.
Thanks and Regards
Forum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] Remove bundle nameHello @bullionmart
Thank you for choosing our plugin.
We apologize for the inconvenience.
You can try to add the below codes to your child theme functions.php file and try it.
function asnp_wepb_cart_item_visible( $visible, $cart_item ) { if ( AsanaPlugins\WooCommerce\ProductBundles\is_cart_item_bundle( $cart_item ) ) { return false; } return $visible; } add_filter( 'woocommerce_order_item_visible', 'asnp_wepb_cart_item_visible', 10, 2 ); // The below filters hide bundle items inside the cart and checkout so if you don't want them just ignore them. add_filter( 'woocommerce_cart_item_visible', 'asnp_wepb_cart_item_visible', 10, 2 ); add_filter( 'woocommerce_widget_cart_item_visible', 'asnp_wepb_cart_item_visible', 10, 2 ); add_filter( 'woocommerce_checkout_cart_item_visible', 'asnp_wepb_cart_item_visible', 10, 2 );
Just please note that the last three filters, hides bundle product in the cart and checkout too. It doesn’t work with cart and checkout blocks.
In case the above codes doesn’t work for the email, unfortunately there is not any option to hide it.
The plugin is not compatible with multi currency plugins yet, but we will consider to add a compatiblity in the future versions.
Please ask your different questions in a new topic instead of asking all of them in one topic.
I hope it helps.
Best Regards
Forum: Plugins
In reply to: [Badge and Product Label for WooCommerce] Fatal ErrorHello @ausragaudi
You are welcome.
Please help us spread the word and boost our motivation with your 5-star review for the plugin here. It is greatly appreciated.
Thanks and Regards
Forum: Plugins
In reply to: [Badge and Product Label for WooCommerce] No aparece en pagina ProductoHello @treemandala
You are welcome.?
Please help us spread the word and boost our motivation with?your 5-star review for the plugin here. It is greatly appreciated.
Thanks and Regards
Hello @treecutter
I am writing to let you know that we responded to your ticket on our website, but it seems that your email address has an issue and the message was not delivered. Please contact us with another email address so we can assist you further.
We apologize for the inconvenience and look forward to hearing from you soon.
Best regards
Hi @kristincali
Thank you for the screenshots.
Yes, there was a mistake on your end.
Please enter a product name in the search fields. This will display a list of matching products for you to select from. Similarly, for categories, enter the category name.
For more information, check our written tutorials here and our video tutorials here.
I hope this helps.
Best regards
Forum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] No products in bundle pop-up windowHi @kristincali
Thank you for the screenshots.
Yes, there was a mistake on your end.
Please enter a product name in the search fields. This will display a list of matching products for you to select from. Similarly, for categories, enter the category name.
For more information, check our written tutorials here and our video tutorials here.
I hope this helps.
Best regards
Forum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] No products in bundle pop-up windowHi @kristincali
We apologize, but we are closing this ticket since we did not receive a response from your side. If you require further assistance, please feel free to open a new ticket. We are here to help and look forward to addressing your needs.
Best Regards
Hi @treecutter
Yes, please contact us here for the custom work and include information about your custom work in the ticket.
Thanks and Regards