Display discount not correct I'm suppose

  • Posts: 584
  • Thank you received: 22
  • Hikaserial Subscription Hikashop Multisite
5 years 9 months ago #295072

-- HikaShop version -- : 3.4.1 and 3.5.0
-- Joomla version -- : 3.10
-- PHP version -- : 7

Hi,

When we have more then one products in the checkout cart and one of the products have more then one items ordered.
I think the discount is not displayed correct. Because the total discount is also set to all the other products.

See screenshot:






Kind regards,
Lumiga
Attachments:

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
5 years 9 months ago #295075

Hi,

Thank you for your feedback.
Change the line:
$product->discount = $discount;
to:
$product->discount = hikashop_copy($discount);
in the file administrator/components/com_hikashop/classes/currency.php and that will fix the problem which happens for products with different quantities when the discount applies to several of them at the same time.

We'll include that patch on our end.

The following user(s) said Thank You: Lumiga

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

Time to create page: 0.073 seconds
Powered by Kunena Forum