Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Melle123123

    (@melle123123)

    Link doesn’t work.
    Here: https://www.noidea.nl/secondsite/

    Plugin Contributor Ewout

    (@pomegranate)

    Hello Melle,
    I only see one cart, does that mean you solved the problem?

    For what it’s worth, or anyone else having a similar problem:
    You could either dig into your theme files and remove the code, or check the source of your site (‘inspect element’ in Chrome or Firefox), to see if there’s a class defined for the standard shopping cart and hide it with CSS:

    .yourthemecart {
      display: none;
      visibility: hidden;
    }

    (replace ‘yourthemecart’ with the class of the cart)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Standart cart Menu cart. How to disable one’ is closed to new replies.