Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #675994

    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

    • This topic was modified 8 years, 2 months ago by yingyang.
    #677339

    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

    #677393

    worked thx !

    #677964

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hover cart menu: redirect to cart when clicking on PRODUCT’ is closed to new replies.