• Resolved helloludo

    (@helloludo)


    Hello,

    Is it possible to not display in the cart page:
    1. the Discount line above the total?
    2. and in the products table to not display the strikeout base price?

    Thank you for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support ijas

    (@ijasacodez)

    Hi,

    We are using woocommerce virtual coupons for applying discount, most of the discounts will be shown just below the sub-totals as normal woocommerce coupons. You can change the ‘discount’ label from the settings section.
    Regarding strikeout in the products table, without the strikeout it will be difficult to identify the discount being applied on a products. Even if we set a sale price for a product, by default woocommerce will display the actual (strikeout) / sale price.

    Currently we don’t have options to hide the same.

    Thread Starter helloludo

    (@helloludo)

    Ok, thanks for your answer!

    Plugin Support ijas

    (@ijasacodez)

    If needed you can use CSS styles to hide the same.

    .cart_item .product-price del,
    .shop_table .coupon-discount {
        display: none;
    }

    Hi, do the discount price not showing in product price? so the appear price would be the original price not the discount price..

    this is my website clairrestudio.online, i want to show the original price although i set the member only can get the discount. so the member appearance still the original price.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not display “Discount” on cart page’ is closed to new replies.