Product Price Start Date and End Date Issue

  • Posts: 567
  • Thank you received: 11
3 years 4 months ago #337005

-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.21
-- PHP version -- : 5.6.40
-- Browser(s) name and version -- : google chrome

Hi, I had set a promotional price in the product variants, but it will still show the promotional price on the listing page after the promotion ends. Kindly check on the video.

youtu.be/cQj5Tgcm7Is

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

  • Posts: 83402
  • Thank you received: 13496
  • MODERATOR
3 years 4 months ago #337010

Hi,

Change the code:

'price_currency_id IN ('.implode(',',$this->publishedCurrencies()).')'
to:
'price_currency_id IN ('.implode(',',$this->publishedCurrencies()).')',
				'price_start_date < '.$now,
				'(price_end_date < 1 OR price_end_date > ' . $now . ')'
in the file administrator/components/com_hikashop/classes/currency.php and it will fix the problem.
We'll add that patch on our end too.

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

Time to create page: 0.053 seconds
Powered by Kunena Forum