Can the checkout be changed to show the shipping charges including VAT in the drop down box, currently I have ext vat shipping bands.
Announcement
Collapse
No announcement yet.
Tax on Shipping charges
Collapse
X
-
Currently it can't be done.
A perl mod could probably change it using a fixed multiplier, but your best bet is to wait for V9 to be released as this will do what you want.
Mike-----------------------------------------
First Tackle - Fly Fishing and Game Angling
-----------------------------------------
Comment
-
Hi Jonathan,
To remove the price from the shipping class drop-down list you need to do the following:
- browse to your site folder and locate ActinicOrder.pm
- take a backup of this file and then open it in a text editor such as notepad
- search for:
Code:$::s_Ship_bDisplayPrices = $$::g_pSetupBlob{PRICES_DISPLAYED};
Code:$::s_Ship_bDisplayPrices = $::FALSE;
********************
Tracey
SellerDeck
Comment
Comment