Facundo A.
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Delete plugin does not delete dataHi there,
To be sure, do you mean removing the add-ons and blocks?
If so, you should be able to remove them from the admin dashboard in YITH > Product Add-ons and Extra Options. There, you just need to hover over the block you want to remove to see the trash button.Let us know if you need more help.
Hi Dustin,
I checked the page you shared, but in my case the add-ons worked correctly in the product page, cart and checkout.
Could you tell us with which options you have problems so we can replicate the issue? Also, don’t forget to clean the cache of your browser and site before checking the issue again.We’ll remain at your disposal.
Hi there,
Please share the link to the page with the issue so we can check it and try to replicate the issue in our local installation.We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Impossibile caricare yith_infs_panel.Hi there,
I checked the site you shared but I couldn’t see the plugin active.
Furthermore, I couldn’t find the pagination links needed for the plugin to work correctly.Please enable our plugin and check that the pagination is visible so we can verify if the settings you sent are correct.
We’ll remain at your disposal.
Hi there,
Ok, in this case, the plugin won’t work since there is no WooCommerce product section to filter.
You should instead use the filters in the category or shop pages.We remain at your disposal.
Hi there,
Please add the following PHP code to the functions.php file of your current theme:if(!function_exists('yith_wcan_change_terms_limit')){ function yith_wcan_change_terms_limit ($limit){ return 999; } add_filter('yith_wcan_dropdown_terms_per_page', 'yith_wcan_change_terms_limit' ); }We remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] how to get Input Text field valueHi there,
Since you are trying to get the value from the frontend using JS, you should check the code you’re using instead.
The plugin use the default fields from HTML, so you should be able to get the value correctly.
In my case, I just changed the“with'from your code, and it worked correctly.We remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Can we create product add on cart page ?Hi there,
Do you mean adding the product add-ons to the cart itself?
If so, it isn’t possible. The add-ons can only be added per product from their pages.
Then, the add-ons will be displayed in the corresponding product in the cart.We remain at disposal.
Hi there,
I checked the site, and it seems you have two products groups with the same selector. Please, try the following selectors instead:
Navigation Selector
.et_pb_section_3 nav.woocommerce-paginationNext Selector
.et_pb_section_3 nav.woocommerce-pagination a.nextItem Selector
li.productContent Selector
.et_pb_section_3 ul.productsThese should select the products from the shop section, excluding the favorite.
Keep in mind that these selectors might not work in different pages if the products aren’t located inside the section with the class .et_pb_section_3.We remain at your disposal.
- This reply was modified 3 years, 7 months ago by Facundo A.. Reason: Fixed item selector
Hi there,
At the moment, it’s not possible to make the radio add-ons required.
We’ll try to add this feature in the next update if possible.Hi there,
You can use add the following PHP code in the functions.php file of your current theme to move the add-ons outside the sticky Add to cart:if ( ! function_exists( 'yith_wapo_move_container_outside_sticky_add_to_cart' ) ) { function yith_wapo_move_container_outside_sticky_add_to_cart() { $js = " jQuery( function(){ jQuery( '#yith-wapo-container' ).prependTo( 'form.cart' ); }); "; wp_add_inline_script( 'yith_wapo_front', $js ); } add_action( 'wp_enqueue_scripts', 'yith_wapo_move_container_outside_sticky_add_to_cart', 99 ); }Let us know if this helped you.
Hi there,
Unfortunately, you can’t share the credentials here, but I did check the code and there shouldn’t be any issue.
Try checking that the code is correct and also placed at the bottom of the functions.php file.We remain at your disposal.
Hi there,
Could you share also the link to the page with the issue?
This way, we can check the configuration works in your site.We’ll be looking for your reply.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Problems with addonsHi there,
I tried to check your site, but I didn’t see the plugin active.
Could you enable it again so I can check the issue?
Also, I noticed that the product with issues is private so please check that in can be publicly seen.We remain at your disposal.
Hi there,
I’m not sure of what you mean.
Could you share a link to the page with the issue so I can check it?
Or at least more information of what you mean about positions.