Okay
  Public Ticket #2320911
Disable drop down cart menu in header
Closed

Comments

  • ella911 started the conversation

    Hi


    How I can disable the drop down cart menu when I click on cart ribbon icon?

    If  it possible when clicking on cart ribbon icon to go to the shopping cart page. without opening a shopping cart drop down menu at the top of the site

    Thank you

    Ella

  •  1,558
    Laborator replied

    Hi Ella,

    Add this to functions.php file of your child theme:

    add_filter( 'oxygen_cart_ribbon_direct_link', '__return_true' );

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group