Display Regular and Sale Price

  • Posts: 962
  • Thank you received: 11
  • Hikashop Business
11 years 2 months ago #91158

Display Regular and Sale Price

I set-up a section to reduce items by 30%. Currently the discount is displayed like this:
-30%$420.00

I would like the prices to be shown like this:
was $600 | Now $420 (30% off)

How can I get it to show as per above instead please?

Thanks in advance!!

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

  • Posts: 26017
  • Thank you received: 4004
  • MODERATOR
11 years 2 months ago #91174

Hi,

In the HikaShop configuration, in "Display / Default parameters for products" you have some options about the way to display the price, like "Show discounted price".

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 962
  • Thank you received: 11
  • Hikashop Business
11 years 2 months ago #91175

I already did that. Unless I'm missing something :(

I went to System > Configuration > Display. Then in the section "Default parameters for products" next to "Show discounted price" I choose "Display the price before the discount is applied".

It sure doesn't look anything like what I am suggesting.

Thanks!!

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

  • Posts: 13201
  • Thank you received: 2322
11 years 2 months ago #91268

Hi,

Where do you need this display ? On the product page or/and in the listing ?

For the listing, you can change these parameters in the module options which is displaying the listing of products.
HikaShop > Display > Content modules > "Show discounted price"

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

  • Posts: 962
  • Thank you received: 11
  • Hikashop Business
11 years 2 months ago #91286

Oh I see thanks.

Can you tell me how and where to add the discount. eg: (30% off). I would like it to automatically indicate what the savings is if possible.

Thanks!!

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

  • Posts: 13201
  • Thank you received: 2322
11 years 2 months ago #91322

You want to display "30% off" in addition to the normal price and discounted price ?

So you have to edit the view "product / listing_price" and paste the line:

echo -1*$this->row->discount->discount_percent_amount.'%';
just after:
elseif($this->params->get('show_discount')==2){

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

Time to create page: 0.075 seconds
Powered by Kunena Forum