AbanteCart Community

Shopping Cart Operations => Support => Topic started by: oliver on December 25, 2014, 06:02:19 PM

Title: displaying wrong price in shopping cart
Post by: oliver on December 25, 2014, 06:02:19 PM
Hi again

I have setup all the items and tax correctly in the shop
and the tax are all correct plus shipping for domestic and foreign and all works great
when select items and go to the check out all calculation are ok
but i saw one wrong calculation on the shopping cart when you have a item in cart
it looks like the tax is calculated twice on the title at the box

is there a way to fix this ? any help would be great
thanks

Rgds
Title: Re: displaying wrong price in shopping cart
Post by: Basara on December 26, 2014, 12:18:25 AM
Hello.

What is your AbanteCart version? We fix this issue before.
Try to disable "Display Prices With Tax" setting in admin
Title: Re: displaying wrong price in shopping cart
Post by: oliver on December 26, 2014, 04:26:54 PM
hello Basara,

i use the version 1.1.9

yes when i disable "Display Prices With Tax" the cart shows the price correct with tax on the top and the calculation inside the cart are also ok
but then it shows also the price on the katalog without the tax!

ok then i need to show on the menu katalog the price  + tax
how can i add a price with tax on the menu katalog
is there a way to do this ?

thanks
 
Title: Re: displaying wrong price in shopping cart
Post by: oliver on December 30, 2014, 02:50:07 PM
is there a way to add a text "+tax" or img
Title: Re: displaying wrong price in shopping cart
Post by: oliver on January 04, 2015, 07:19:35 AM
i need really to ad the tax information to the price at the menus on each items please if anyone can help would be great thanks
Title: Re: displaying wrong price in shopping cart
Post by: oliver on January 05, 2015, 03:42:59 PM
i bump this up because i need to know if i can add any image or txt for the tax on the price
Title: Re: displaying wrong price in shopping cart
Post by: yonghan on January 05, 2015, 08:31:57 PM
Hello,it is possible to do that,you'll need to modify the files.And which menu are you referring to?
Title: Re: displaying wrong price in shopping cart
Post by: oliver on January 06, 2015, 05:30:05 AM
hello handoyo,

thanks for replay

what i need it to show after the price a information that the price is plus tax can be txt or image i preffer for image
if i can add it
i have a example what i need to do attach to the msg
Title: Re: displaying wrong price in shopping cart
Post by: yonghan on January 06, 2015, 05:58:27 AM
Assuming you're using v1.2.These are the file that you need to modify:

https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product_listing.tpl (https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product_listing.tpl)

You can add the text or image on:
line 60 if the product price is special
line 63 if the product price is normal

and https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/blocks/product_list.tpl (https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/blocks/product_list.tpl)

You can add the text or image on:
line 59 if the product price is special
line 62 if the product price is normal

Hope it helps.
Title: Re: displaying wrong price in shopping cart
Post by: oliver on January 06, 2015, 12:52:36 PM
thanks for this but i use not 1.2 i use the last stable version 1.1.9
i didn't ubgrade abant to 1.2 yet
Title: Re: displaying wrong price in shopping cart
Post by: yonghan on January 06, 2015, 07:32:39 PM
Actually it's the same.v1.1.9 is defaut_html5 instead of default