I’d like the visitor to be redirected to the CART instead of the product page when clicking the product in their cart when hovering over the shopping cart icon, can this be done?
asking because i am using a custom product page, not the default woocommerce one
Hey kilimats,
Thank you for using Enfold.
I’m sorry but that is not possible but you can disable the link completely with the following css code:
#top .dropdown_widget_cart div ul.product_list_widget li a {
pointer-events: none;
}
Best regards,
Ismael
worked thx !