Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Group pricing and sales tax

Group pricing and sales tax

Views: 1,334

Results 1 to 9 of 9
8 Jan 2014, 1:04 PM
#1
memorydave avatar

memorydave

New Zenner

Join Date:
Apr 2012
Posts:
24
Plugin Contributions:
0

Group pricing and sales tax

I am using zen 1.5

I have installed the Group Pricing (per Item) module http://www.zen-cart.com/downloads.php?do=file&id=154

It all works fine. But it shows my group price with VAT (sales tax) not included. I want to show it with VAT included so it matched the retail price

I have had a good look on the forum and cant find a thread about it, which is surprising as I would have thought this was a common issue.

If someone could show me what to change I would be most grateful

8 Jan 2014, 2:34 PM
#2
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,733
Plugin Contributions:
14

Re: Group pricing and sales tax

You're saying the module calculates the pricing correctly in the shopping cart, it just doesn't display the tax on the product page?

Any other pages you'd like to see the new tax included display?

You'll need to add the tax code to the display output line/calculation.

8 Jan 2014, 3:12 PM
#3
memorydave avatar

memorydave

New Zenner

Join Date:
Apr 2012
Posts:
24
Plugin Contributions:
0

Re: Group pricing and sales tax

twitchtoo:

You're saying the module calculates the pricing correctly in the shopping cart, it just doesn't display the tax on the product page?

Any other pages you'd like to see the new tax included display?

You'll need to add the tax code to the display output line/calculation.

Yes the price is correct. It is the correct price exclusive of VAT not inclusive. Unlike the retail price that is inclusive of VAT

I don't need it displayed anywhere else, just on the product page where it is now displaying

How do I add the tax code to the display output line/calculation?

9 Jan 2014, 2:02 AM
#4
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,733
Plugin Contributions:
14

Re: Group pricing and sales tax

Can you PM/post a link to your site so I can whip up the code for you?

9 Jan 2014, 9:14 AM
#5
memorydave avatar

memorydave

New Zenner

Join Date:
Apr 2012
Posts:
24
Plugin Contributions:
0

Re: Group pricing and sales tax

twitchtoo:

Can you PM/post a link to your site so I can whip up the code for you?

Will do now :smile:

21 Jan 2014, 4:55 PM
#6
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,733
Plugin Contributions:
14

Re: Group pricing and sales tax

Just an update, this module does not have a filter to read the session data for your group, then display pricing specific to that group on the tpl_product_info_display.php among other places.

29 Jan 2014, 5:17 PM
#7
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,733
Plugin Contributions:
14

Re: Group pricing and sales tax

Ok after two days of research, it turns out the $product_check was not populating the products_tax_class_id in functions_prices.php for the retail_display_price.

30 Jan 2014, 12:41 AM
#8
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

Re: Group pricing and sales tax

@twitchtoo: If you believe this is a bug, please post the defect and recommended resolution to the Bug Reports forum. Thanks.

30 Jan 2014, 1:13 AM
#9
twitchtoo avatar

twitchtoo

Totally Zenned

Join Date:
Apr 2007
Location:
Ontario, Canada
Posts:
1,733
Plugin Contributions:
14

Re: Group pricing and sales tax

Swguy, there are other issues with this module including functionality updates... you'll see an updated version submitted shortly :)