Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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;
    }