Forum Replies Created
-
AuthorPosts
-
Hey Ismael,
Thank you for your reply.
I didn’t change this option. Anyway I just tried and it doesnt change anything.
The correct image should be the one with only one vial (the one you chose to buy). Following the link https://lhumeurvagabonde.com/l-humeur-en-ligne/fiole-plante-immergee-30-ml/?attribute_plante=Ruscus+aculeatus they are 3 vials. The thing is, the attribute is selected but the image is not,. Wich is confusing.
A way to get around the problem should be to change the link on the product in the cart, removing the “?attribute_plante=Ruscus+aculeatus”
This way the customer could link to the product and nothing is selected, wich is less confusing.
If you have any Idea how to do that ?EDIT : I found this hook :
add_filter('woocommerce_cart_item_permalink','__return_false');
Or by this way less radical :
function addCustomFieldToUrl( $permalink, $cart_item, $cartItemId ) { //echo $permalink ; $tabPermalink = explode("?",$permalink); // Découpe l'URL sur ses "?" $permalink = $tabPermalink[0]; // On ne garde que l'URL avant les paramètres return $permalink; } add_filter('woocommerce_cart_item_permalink', 'addCustomFieldToUrl', 10, 3 ); add_filter('woocommerce_order_item_permalink', 'addCustomFieldToUrl', 10, 3 );
Best regards,
Matthieu- This reply was modified 3 years, 11 months ago by PilatInformatique.
November 18, 2020 at 5:03 pm in reply to: Sidebar on smartphone, custom widgets, product variation, categories, and others #1261318Hello, I’m surprised not to hear from the Enfold team. My issues may not all be Enfold’s support. Can you guide me anyway?
Kind regards,
MatthieuNovember 17, 2020 at 6:14 pm in reply to: Sidebar on smartphone, custom widgets, product variation, categories, and others #1261072Hello everyone,
point 3 OK – I found how woocommerce offers to sort by drag and drop product categories … yes ;-)
Hope my other problems are as easy to solve
Thanks for your help
MatthieuNovember 16, 2020 at 2:55 pm in reply to: Sidebar on smartphone, custom widgets, product variation, categories, and others #1260724Hi again,
2 – I succed with the WOOF plugin to get a simple categorie filter. That’s ok for this point.
Thank you very much for any new ideas.
Kind regards,
MatthieuHi Ismael,
I have similar problem than DPGROUP : the varation image are not display on my products
Choosing woocommerce 3.0 default Product gallery (in Enfold / Boutique Option) is an issue for the varation image.
But that changes the way the product image is display and my client want the enfold style (zoom only on clik)
How can I do that please ?
Best regards,
Matthieu -
AuthorPosts