Closed (fixed)
Project:
Ubercart 2 VAT support
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2009 at 17:55 UTC
Updated:
8 Oct 2009 at 11:10 UTC
I'm using uc_vat with "Store owner will enter prices inclusive of VAT."
While the price is shown correctly at product nodes (pages) and cart (block and page) it isn't at catalog pages. Did i miss a setting/patch for correct prices at catalog pages?
Comments
Comment #1
rokrWhen i disabled uc_quotes module everything (incl. VAT) works as expected. I guess i have to look into uc_price_quotes to solve the problem. Maybe it is issue: #492718: incompatable with ubercart 2.x release candidates (tested on rc3)
I'll have a look into it.
Comment #2
rokrWell after i had a look into both modules uc_quotes and uc_vat i am no longer sure where is the right place to go for changes to make this work. Since i am not a smart ubercart api coder for myself it would be great if someone would pick up this special issue and point it to the right place.
cheers, Ronald
Comment #3
rokrthe opposite issue: #504712: Wrong prices in conjunction with uc_vat
Comment #4
longwaveI am waiting for the price API changes to be finalised in #475474: Price alterer contexts and VAT support before adding support for any further modules, as hopefully this will negate the need for individual support for other contrib modules. Postponing for now.
Comment #5
longwaveSpecific support is no longer needed in uc_vat as of rc7. Other modules instead have to call uc_price() with the correct 'type' context in order for prices to have VAT added.