Author Topic: displaying wrong price in shopping cart  (Read 5755 times)

Offline oliver

  • Jr. Member
  • **
  • Posts: 86
  • Karma: +7/-0
    • View Profile
displaying wrong price in shopping cart
« 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

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5798
  • Karma: +274/-2
    • View Profile
Re: displaying wrong price in shopping cart
« Reply #1 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

Offline oliver

  • Jr. Member
  • **
  • Posts: 86
  • Karma: +7/-0
    • View Profile
Re: displaying wrong price in shopping cart
« Reply #2 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
 
« Last Edit: December 26, 2014, 04:46:15 PM by oliver »

Offline oliver

  • Jr. Member
  • **
  • Posts: 86
  • Karma: +7/-0
    • View Profile
Re: displaying wrong price in shopping cart
« Reply #3 on: December 30, 2014, 02:50:07 PM »
is there a way to add a text "+tax" or img

Offline oliver

  • Jr. Member
  • **
  • Posts: 86
  • Karma: +7/-0
    • View Profile
Re: displaying wrong price in shopping cart
« Reply #4 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

Offline oliver

  • Jr. Member
  • **
  • Posts: 86
  • Karma: +7/-0
    • View Profile
Re: displaying wrong price in shopping cart
« Reply #5 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

yonghan

  • Guest
Re: displaying wrong price in shopping cart
« Reply #6 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?

Offline oliver

  • Jr. Member
  • **
  • Posts: 86
  • Karma: +7/-0
    • View Profile
Re: displaying wrong price in shopping cart
« Reply #7 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

yonghan

  • Guest
Re: displaying wrong price in shopping cart
« Reply #8 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

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

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.

Offline oliver

  • Jr. Member
  • **
  • Posts: 86
  • Karma: +7/-0
    • View Profile
Re: displaying wrong price in shopping cart
« Reply #9 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

yonghan

  • Guest
Re: displaying wrong price in shopping cart
« Reply #10 on: January 06, 2015, 07:32:39 PM »
Actually it's the same.v1.1.9 is defaut_html5 instead of default

 

Powered by SMFPacks Social Login Mod