Enable discounts, show discounted price crossed

  • Posts: 10
  • Thank you received: 0
11 years 7 months ago #140485

Hi all,

fistly, thank you for the great product and support. We have actually bought the business edition.

My two questions, "naive" as they may be:

1) where and how do I enable discounts? I for the love of God cannot find that!!!

2) In one particular hikashop display module, we need to show the initial price "crossed", i.e. with a strikethough. The discounted price should show, too, of course.

Can you please direct us in the two above issues? I promise I have done all the search in the world!

best regards,

Spiros

-- url of the page with the problem -- : cyba-jewellery.co.uk
-- HikaShop version -- : 2.2.2

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

  • Posts: 12953
  • Thank you received: 1778
11 years 7 months ago #140572

Hi Spiros,
1. You'll be able to do it through the page "Hikashop->Orders->Discount", you'll also find more information through the documentation .
2. You'll just have to :
- Go to "Hikashop->Display->Content menus/modules"
- Edit your product listing content menu/module configuration page
- Set the "Show discounted price" option to Display the price before the discount is applied.

The following user(s) said Thank You: santhis

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

  • Posts: 10
  • Thank you received: 0
11 years 7 months ago #140580

Dear Mohamed,

THANK YOU for your help. If only everything was that quick and perfect in life!

Spiros Anthis

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

  • Posts: 24
  • Thank you received: 4
11 years 7 months ago #141875

This was just what I was looking for, however, when I click on the "More Details" link to view the product page, it shows the discount and then the discounted price right next to it, unlike the other views where it shows the original price with a strike through and then the discounted price. How would I go about getting the product page to show like $19.95 $9.95 instead of -$10.00 $9.95 in the product page?

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

  • Posts: 84295
  • Thank you received: 13694
  • MODERATOR
11 years 7 months ago #141984

You need to configure the "show discounted price" option of the configuration to "Display the price before the discount is applied"

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

  • Posts: 100
  • Thank you received: 1
11 years 3 months ago #156214

HI

In the latest version I have enabled Show discounted price - Display the price before the discount is applied.

It shows the original price with strikethrough and then the discounted price next to it.

I would like to show: AUD $180 Early Bird $100

However when I do a language override PRICE_DISCOUNT_START="Early Bird" it puts this in the beginning

Early Bird AUD $180 Early Bird $100

Am I using the right language variable.

Thanks

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

  • Posts: 13201
  • Thank you received: 2322
11 years 3 months ago #156327

Hi,

I think that the more adapted part to add a language override is "PRICE_BEFORE_ORIG" instead of "PRICE_DISCOUNT_START".

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

  • Posts: 100
  • Thank you received: 1
11 years 3 months ago #156352

HI Xavier

I tried using PRICE_BEFORE_ORIG and PRICE_AFTER_ORIG but changes are not appearing.

I tried changing the other ones listed in the language but it either puts it at the beginning or at the end. It does not put in between striked out and discounted price.

I have uploaded a screenshot with language debug on but can't see the discounted price being translatable.



Thanks

Patrick

Attachments:
Last edit: 11 years 3 months ago by paddyrolls.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 3 months ago #156354

Hi,

Thanks to edit the view "product / listing_price" via the menu Display > Views and after the line:

echo '<span class="'.implode(' ',$classes).'">';
Add:
echo JText::_('PRICE_BEFORE_DISCOUNTED');

Then add a translation override like:

PRICE_BEFORE_DISCOUNTED="Early bird"

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

Time to create page: 0.120 seconds
Powered by Kunena Forum