Don't show Check Shopping bag

Support Area Forums Elite Don't show Check Shopping bag

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #17132
    Anna de Wilde
    Participant

    Hi Bill,

    I’ve installed the newest version of woocommerce (2.1.2). This version now comes standard as a translated version, that’s nice. Next to this woocommerce added some features that I actually don’t like. In the picture I added you see the “Bekijk winkelwagen” sentence. Translated this means check shopping bag. This sentence gets activated when you put something in you shopping bag. Is it possible to deactivate this function? In other words I do not want to see the “Bekijk winkelwagen” sentence.

    Thanks!

    #17134
    Bill Robbins
    Moderator

    Hello Anna,

    Probably the easiest option would be to hide it from your visitors. Here’s how you can do that:

    1. Go to the Theme Options page and select the Advanced tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      a.added_to_cart.wc-forward {
      	display: none;
      }
      
    3. Update your settings.

    If you have any trouble, let me know.

    Thanks,
    Bill

    #17135
    Anna de Wilde
    Participant

    Works perfect thanks!

    #17137
    Bill Robbins
    Moderator

    Fantastic. Have a great night Anna.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Don't show Check Shopping bag’ is closed to new replies.