Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Checkour Confirmation and VAT


Guest

Recommended Posts

Posted

Hey all,

 

I've managed to set up our already working test site (not gone live yet with the new vat changes to the shop) to show VAT on the product listing as EXC and INC which is great..

 

Procede to add products into the basket which have the correct vat price set up and on the confirmation screen it's looking like this:

 

osc1.jpg

 

I managed to download a contrib which changes the Subtotal at the break down to show the price EXC vat but on the top product sumary it's still showing the price INC vat which makes it very confusig for customers.. it just doesnt look right.

 

Is there an easy fix for this ? I've short listed it down to this code in checkout_confirmation.php

 

 echo '</td>' . "\n";

if (sizeof($order->info['tax_groups']) > 1) echo '			<td class="main" valign="top" align="right">' . tep_display_tax_value($order->products[$i]['tax']) . '%</td>' . "\n";

//GroupDiscount start
echo '			<td class="main" align="right" valign="top">' . $currencies->display_price_nodiscount($order->products[$i]['final_price'], $order->products[$i]['tax'], $order->products[$i]['qty']) . '</td>' . "\n" .
	 '		  </tr>' . "\n";
//GroupDiscount end

 }
?>

 

Can someone please help me with this.. it's doing my nut in now! :(

 

Thanks in advance! :thumbsup:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...