Facundo A.
Forum Replies Created
-
Hi there,
I hope you’re well. About your question, the plugin doesn’t save the images associated to the add-on options in the order, it will only save the value of the selected option. So, it’s not possible to displayed them in order emails.
We’ll remain at your disposal.
Hi there,
I hope you’re doing well. No, what you’re looking for isn’t possible with the plugin since the add-ons are stored as metadata of the products in the order.
Let us know if you have any other question.
Hi there,
We’re glad the issue is solved. I’ll set the topic as resolved, but don’t hesitate to let us know if you need more help.
Have a great day!
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Exclude an attributeHi there,
I hope you’re well. About your question, no, the plugin will only let you filter the products depending on the selected options.
Let us know if you have any other question.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Filtre for product category pageHi there,
I checked your site but couldn’t see our plugin active, have you disabled it?
I also noticed that you’re using another product filter plugin that has a similar issue, so it’s possible that there is a conflict with another plugin or your current theme.
We’ll remain at your disposal.
Hola,
Espero que esté bien. Acabo de revisar su sitio, pero he notado que el plugin no está activo en su sitio.
Por favor avísanos si todavía necesitas ayuda.
Quedamos a tu disposición.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] New line item for add on productHi there,
I hope you’re well.
About your question, unfortunately it isn’t possible to add the add-ons as different items in the orders or emails. They will be displayed as metadata of the products.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Filtering Tags Breaks the SiteHi there,
I checked your site, and in this case the issue might be related to the theme.
If you check the following page, you can see that the default WooCommerce link for the product tags is returning a different template for the archive page as you mentioned: https://kimar2dev.wpenginepowered.com/shop/?product_tag=adrenal-support
Since the plugin uses the default WooCommerce layered navigation to display the products, you will need to check that the template of the product tag pages is similar to the other archive pages (shop and category pages).
We’ll remain at your disposal.
Hi there,
To solve the issue you mentioned, please try adding the following PHP code in the functions.php file of your current theme:
if( ! function_exists( 'yith_wcan_content_selector' ) ){
function yith_wcan_content_selector( $selector ){
$selector = '.elementor-location-archive .elementor-element.e-parent:has(.yith-wcan-filters)';
return $selector;
}
add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );
}We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] No funciona el botón añadir al carritoHola,
Espero que esté bien. He hecho algunas pruebas en su sitio, y parece que el error está relacionado con su tema u otro plugin en el sitio, el cual está creando un segundo formulario de para Añadir el producto al carrito (aunque no es visible) cuando empiezas a descender en la página.
Puedes comprobar esto en la herramienta de inspección de tu navegador y buscando el siguiente selector CSS:
.yith-wapo-containerTe recomiendo que revise la configuración del tema u otros plugin y desactives la función que causa este duplicado.
Quedamos a tu disposición.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Multi-language / Products selectionHi there,
About your question, the plugin should show all the products in the site, but it’s possible the Polylang plugin is filtering the results depending on the current language.
So you should check this issue with the developer of that plugin. Keep in mind that, as my colleague mentioned, the plugin doesn’t have an integration with Polylang.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Where is version 1.43.0 ??Hi there,
I hope you’re doing well. About the issue you mentioned, could you give us more information?
The latest version of the plugin is 2.0.0, which was released on November 19th.
We’ll remain at your disposal.
Hola,
Espero que esté bien. Acabo de revisar su sitio, y parece que el plugin está funcionando correctamente.
Por favor, prueba de limpiar el caché de tu sitio y navegador, y luego verifica si el problema se solucionó.
Quedamos a tu disposición
Hi there,
I tried to check the page you mentioned, but it seems the site is on maintenance.
Like my colleague Vanesa mentioned, it would be better you open a ticket on our site when possible so we can do some tests. Keep in mind that you should share any login credentials in this forum, since they will be public.
We’ll remain at your disaposal.
Hi there,
About the feature that my colleague mentioned, it will let you change the current URL of the browser to the URL of the section being displayed (for example page/2) so that the browser goes back to that page instead of the first page.
Like she mentioned, the scrolling behavior when return to the page is normal since it’s handled by the browser, not our plugin.
We’ll remain at your disposal.