Skip to main content

Checkout duplicates original price

More
15 years 6 months ago #10726 by wishwarriorx
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.

More
15 years 6 months ago #10741 by nicolas
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.

More
15 years 6 months ago #10760 by wishwarriorx
sure just let me know were to send the login info to

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

More
15 years 6 months ago #10761 by nicolas

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

More
15 years 6 months ago #10763 by wishwarriorx
it has been sent

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

More
15 years 6 months ago #10779 by nicolas
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.

More
15 years 6 months ago #10789 by wishwarriorx

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

Time to create page: 0.193 seconds
Powered by Kunena Forum