- Posts: 4
- Thank you received: 0
Checkout duplicates original price
- wishwarriorx
-
Topic Author
- Offline
Less
More
15 years 6 months ago #10726
by wishwarriorx
Checkout duplicates original price was created 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?
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.
15 years 6 months ago #10741
by nicolas
Replied by nicolas on topic Re: Checkout duplicates original price
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.
- wishwarriorx
-
Topic Author
- Offline
Less
More
- Posts: 4
- Thank you received: 0
15 years 6 months ago #10760
by wishwarriorx
Replied by wishwarriorx on topic Re: Checkout duplicates original price
sure just let me know were to send the login info to
Please Log in or Create an account to join the conversation.
15 years 6 months ago #10761
by nicolas
Replied by nicolas on topic Re: Checkout duplicates original price
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.
- wishwarriorx
-
Topic Author
- Offline
Less
More
- Posts: 4
- Thank you received: 0
15 years 6 months ago #10763
by wishwarriorx
Replied by wishwarriorx on topic Re: Checkout duplicates original price
it has been sent
Please Log in or Create an account to join the conversation.
15 years 6 months ago #10779
by nicolas
Replied by nicolas on topic Re: Checkout duplicates original price
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.
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.
- wishwarriorx
-
Topic Author
- Offline
Less
More
- Posts: 4
- Thank you received: 0
15 years 6 months ago #10789
by wishwarriorx
Replied by wishwarriorx on topic Re: Checkout duplicates original price
thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.193 seconds