Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1438093
Cart Clear on Checkout
Closed

Comments

  • Arun started the conversation

    there are few problems like

    Cart Clear on Logout

    Session End on pressing Back button while making payment

    update total in cart page while changing in quantity of particular product

  • [deleted] replied

    Hi,

    This is not theme interface. This is managed by woocommerce plugin.

  • Arun replied

    ok then can you please fix the price issues on shop page 

    i want Regular price and Sale Price both on the Shop Page

  • [deleted] replied

    To show regular price try to use next code:

    .products .product-info .product-price .price del {
        display: inline;
    }