Closed (outdated)
Project:
Ubercart Price Quotes
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2009 at 20:49 UTC
Updated:
26 Mar 2023 at 16:07 UTC
Jump to comment: Most recent
Comments
Comment #1
Al01 commentedThe patch at http://drupal.org/node/492718 looks good. A quick look through this module showed additional twice uc_currency_format() which should be also replaced by uc_price().
Comment #2
rokrBut it has to be altered by uc_vat as well, right?
A quick&dirty hack resulted in the same (wrong) prices at catalog pages.
Maybe someone with better ubercart skills could provide a proper patch.
cheers, Ronald
Comment #3
larowlanHi
You need to set extra context information in function uc_product_quotes_table.
Before it does the
if ($enabled['list_price']) {Add
This fixed my GST issues so should be the same for VAT (they are both similar from what I understand.
Comment #4
dpi