Checkout duplicates original price

  • Posts: 4
  • Thank you received: 0
13 years 1 month ago #10726

upgraded to latest version 1.4.7

Discount price and original price show fine when viewing the product.

add to cart and it shows the check out and it shows the discount price fine. however the original price is shown 2 times.

example is below:

$495.90 $522.00$522.00

site: croftfamilyfarm.com
Direct Link: croftfamilyfarm.com/index.php?option=com...layout=show&Itemid=6

How can i correct this problem. why does this display twice?

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

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
13 years 1 month ago #10741

I don't know how that would happen. Would it be possible to have a back end access to your website to check your settings ?

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

  • Posts: 4
  • Thank you received: 0
13 years 1 month ago #10760

sure just let me know were to send the login info to

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

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
13 years 1 month ago #10761

You can use our contact form: www.hikashop.com/en/support/contact-us.html

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

  • Posts: 4
  • Thank you received: 0
13 years 1 month ago #10763

it has been sent

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

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
13 years 1 month ago #10779

Problem is fixed on your website and the correction will be added in next release of hikashop.
We changed the code:
echo $this->currencyHelper->format($price->price_value_without_discount_with_tax,$price->price_currency_id);

to:
if($this->params->get('price_with_tax')){
echo $this->currencyHelper->format($price->price_value_without_discount_with_tax,$price->price_currency_id);
}

in the file listing_price of the view checkout via the menu Display->Views.

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

  • Posts: 4
  • Thank you received: 0
13 years 1 month ago #10789

thanks

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

Time to create page: 0.068 seconds
Powered by Kunena Forum