Discount Amount Display Problem

  • Posts: 173
  • Thank you received: 4
  • Hikashop Business
5 years 3 months ago #301119

-- url of the page with the problem -- : morenadancewear.com.au/shop/shoes-for-he...ct/2301-166406-.html
-- HikaShop version -- : 4.0.1
-- Joomla version -- : 3.9.1
-- PHP version -- : 7

Hi,
I am applying discount on some products as can be seen on:
morenadancewear.com.au/shop/shoes-for-he...ct/2301-166406-.html

The problem is that if I am to display both, they are inline and the full price is NOT striked through, the only option available is display the discounted price with percentage or full amount on its left. This doesn't look extremely appealing to the eyes. Any way to make it better?

Last edit: 5 years 3 months ago by kchahine.

Please Log in or Create an account to join the conversation.

  • Posts: 4486
  • Thank you received: 609
  • MODERATOR
5 years 3 months ago #301159

Hello,

You can add specific css command in your frontend file css, for see how to proceed have a look on your tutorial .

This kind of command can do the trick :

span.hikashop_product_price_before_discount {
    text-decoration: line-through; // To striked through the text
    display: block; // To have each price on his own line
}
Hope this will fit your needs.
Regards

Last edit: 5 years 3 months ago by Philip.
The following user(s) said Thank You: kchahine

Please Log in or Create an account to join the conversation.

Time to create page: 0.051 seconds
Powered by Kunena Forum