-
AuthorPosts
-
January 5, 2024 at 4:45 pm #1429367
Dear support,
I’m using Woocommerce with Enfold for my site. When I add items to my cart and access the checkout page, if I try to remove items from the link remove item, the number of items on the cart Icon doesn’t change because the page reload doesn’t start.
Can you help me with this issue?Thanks
AndreaJanuary 5, 2024 at 6:16 pm #1429371January 5, 2024 at 6:41 pm #1429373te “x” is correctly working but the “remove item” link in the articles listed next to paypal buttond doesnt work
January 6, 2024 at 12:20 pm #1429397Hi,
Thanks for the screenshot, I see that your cart page layout is not standard, this is your:
this is the standard layout:
on yours when the “remove” is clicked in the lower added section:
the item is removed from the cart because you see a message for the lower added section:
and if you reload the page the top standard section also shows that the cart is empty:
so the issue seems to be that your PayPal Payments plugin adds a section to the cart and it is not linked to the standard section. I don’t use this plugin, but perhaps there is a setting to only show the new cart, lower section, with the plugin, there would me no reason to show both carts. Please review the settings or review the plugin documentation.Best regards,
MikeJanuary 6, 2024 at 12:27 pm #1429398So can you advice me a better plugin that fits with both woocommerce and enfold.
To pay with paypal, including pay later feature?Thanks
January 6, 2024 at 12:45 pm #1429401Hi,
I have not researched any plugins with this feature, but you could use this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to hide the top cart section that is not needed:#top.woocommerce-cart .woocommerce.wp-block-group[data-block-name="woocommerce/classic-shortcode"] { display: none; }
Perhaps this is the default behavior of the plugin.
Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.