Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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 :)

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...