Facundo A.
Forum Replies Created
-
Hi there,
Try adding the following code to the functions.php file of your current theme:if( ! function_exists( 'yith_wcan_content_selector' ) ){ function yith_wcan_content_selector( $selector ){ $selector = '#primary'; return $selector; } add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' ); }Let me know if this helped you.
Forum: Reviews
In reply to: [YITH Color and Label Variations for WooCommerce] Existing attributesHi there,
Thanks for the review.
You should be able to change the type of the existing attributes from the Edit attribute page.
I leave you the link to the documentation.If you need more help, I recommend you create a new topic in the support forum.
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Custom template is not showing badgeHi there,
Try adding the following code to the functions.php file of your current theme:if ( ! function_exists( 'yith_wcbm_customization_badge_container_start' ) && ! function_exists( 'yith_wcbm_customization_badge_container_end' ) ) { add_action( 'woocommerce_before_single_product_summary', 'yith_wcbm_customization_badge_container_start', 9 ); add_action( 'woocommerce_before_single_product_summary', 'yith_wcbm_customization_badge_container_end', 20 ); function yith_wcbm_customization_badge_container_start() { do_action( 'yith_wcbm_theme_badge_container_start' ); } function yith_wcbm_customization_badge_container_end() { do_action( 'yith_wcbm_theme_badge_container_end' ); } }Let me know if this helped you.
Hi there,
Thanks for contacting us, and sorry for the delay.
The plugin doesn’t have any integration WPC Frequently Bought Together for WooCommerce, but I will check with the developer if there is anything that can be added to the plugin to exclude the bought together products.Best regards.
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Insignia no mostradaHola,
¡Gracias por contactarnos!
He intentado visitar el link que enviaste, pero lamentablemente solo muestra un mensaje de sitio en mantenimiento.Por favor verifica que la página sea visible, y avísanos para que podamos revisarlo.
Estaremos esperando tu repuesta.
Saludos.Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Load Time / Timeout Product Add-onHi there,
Thanks for contacting us!
I have a small question. When you mentioned the issue while editing an option value, do you mean editing an add-on?
In this case, the plugin should only load a small part of the variation data for the Conditional Logic settings.
But if you have that many product variations, this could create some issues.I’ll be looking for your reply.
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Not working with gallery sliderHi there,
Please, try to add the following code to the functions.php file of your current theme:if ( ! class_exists( 'YITH_WCBM_Frontend' ) ) { add_filter( 'woocommerce_single_product_image_large_html', array( YITH_WCBM_Frontend(), 'show_badge_on_product_thumbnail' ), 99 ); }This should display the badge in the product page.
I’ll be looking for your reply.
Best regards.Hi there,
Thanks for contacting us!
Unfortunately, it’s not possible to use the plugin without a pagination on the page. So there is nothing to do in this case.Let me know if you have other issue.
Best regards.Hi there,
Thanks for contacting us!
Unfortunately, this feature isn’t available in the current version of the plugin.
The option in the screenshot was removed since it wasn’t working as it should.I hope this answer to your question, and let me know if you have other issue.
I’ll be looking for your reply.Hi there,
I’m sorry to hear that.
Unfortunately, it’s not possible to use product attributes in the Conditional Logic settings from the add-ons.
You can only use specific variations for the logic.Best regards.
Hi there,
I’m sorry to hear that. You can find the settings from the plugin in Products > Attributes from WooCommerce. There you’ll be able to select how the attributes are displayed in the product page.I’ll also leave you the link to the documentation for the free plugin.
Best regards.
Hi there,
You’re welcome! We’re glad the issue is solved.
I’ll mark this topic as resolved, but don’t hesitate to create a new topic if you need more help.Best regards.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Options Clear after Changing VariationHi there,
Thanks for contacting us!
Unfortunately, if you’re using the add-ons on a variable product, then the selected options will be lost when you change the variation.
This is because the plugin only loads the add-ons for the current variation, and when you change it, the add-ons will be reloaded.I hope this answer to your question, and let me know if you have other issues.
Best regards.Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Can’t add products in cartHi there,
Thanks for contacting us!
Could you share the link to a product with the issue so we can see it?Thanks for your cooperation.
Best regards.Hi there,
Thanks for contacting us!
Could you tell me exactly where is the issue located?
I checked the page you mentioned, but it seems to be working correctly.I’m looking forward to your response.
Have a good day.