Okay
  Public Ticket #229453
Cart not showing up
Closed

Comments

  • Justin started the conversation

    Hey there,

    This is my first time using woocommerce for a site. There are a couple of things:

    There is no cart showing up in the menu, even when an item is added. I assume this should automatically happen?

    Also - can I change the lock icon for a shopping cart? I edited every icon-salient-cart I could find with icon-shopping-cart. However, nothing changed...

    Thanks!

    This is for: royalcakeballs.com

  •  8,448
    Tahir replied
    Hey!

    Please update to Salient Theme Version 4.1.1 which should resolve this issue. As regards changing the icon. The easiest way is to overwrite its content value in css like this, Below would change it to pencil: 

    body i.icon-salient-cart:before {
        content: "\e011" !important;
    }
    

    You can update your theme by downloading a fresh copy from ThemeForest, deleting the current version you have on your server and uploading the new.
    It's recommended that you use FTP, but this also can be done with the WP dashboard if you prefer. The reason FTP is superior for this is because the theme won't have to be deactivated during the process so you won't have to reassign your widgets. If you're
    interested in keeping up to date with the latest changes and fixes, please refer to the changelog: http://themenectar.com/changelogs/salient.html
    Also, remember to clear your browser cache after each update if you notice anything off. Old theme files can persist in your local cache and make you think something's wrong.
    Also please see this FAQ: http://themenectar.ticksy.com/faq/2252 .

    Thanks


    ThemeNectar Support Team