adz1976 Posted January 23, 2013 Posted January 23, 2013 Hi I have a module installed called Ship Rates for UK Postcodes_6165 On the checkout_shipping.php I can't find a way to add the vat. The vat is added on the checkout_confirmation.php but with it being a module nothing is standard and can't see a way of copying code from checkout_confirmation.php to the checkout_shipping page. If I delete the following code below from checkout_shipping.php, this removes the shipping price. So my question is, Is there a way to add to this code below a calculation to add the vat or is it not that simple ? < td class="main" align="right" colspan="2"><?php echo $currencies->format (tep_add_tax ($quotes[$i]['methods'][$j]['cost'], $quotes[$i]['tax'])) . tep_draw_hidden_field('shipping', $quotes[$i]['id'] . '_' . $quotes[$i]['methods'][$j]['id']); ?></td>[/Quote] Many thanks in advance Adam :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.