| View previous topic :: View next topic |
| Author |
Message |
XpressRetail
Joined: 08 Aug 2010 Posts: 4
|
Posted: Sat Feb 25, 2012 6:41 pm Post subject: Cant Get eBay Orders to Show VAT / Sales Tax in Shipworks |
|
|
OK, really annoying thing that has been taking up loads of my time for a while now so time to fix this (hopefully).
My eBay UK account is all set up with VAT at 20% (all adverts have 20% VAT included, eBay have confirmed my VAT status etc) but no sales tax shows in Shipworks orders.
I just want to be able to send an invoice to my customers with VAT added at 20% if they ask for one without manually working it out each time.
Here is the standard template that I currently use for invoices:
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sw="http://www.interapptive.com/shipworks" extension-element-prefixes="sw">
<sw:settings>
<sw:saving>
<sw:filetype>html</sw:filetype>
</sw:saving>
<sw:page-setup>
<sw:height>8.27</sw:height>
<sw:width>11.7</sw:width>
</sw:page-setup>
<sw:general>
<sw:context>order</sw:context>
</sw:general>
</sw:settings>
<!-- Use the base Standard Template -->
<xsl:import href="System\Standard Order Template" />
<!-- Specify the template properties -->
<xsl:variable name="templateType" select="'invoice'" />
<xsl:variable name="showThumbnails" select="false()" />
<xsl:output method="html" encoding="utf-8" />
</xsl:stylesheet>
Any help would be much appreciated.
Many thanks |
|
| Back to top |
|
Brian ShipWorks Staff
Joined: 30 Jul 2004 Posts: 3608
|
Posted: Mon Feb 27, 2012 12:42 pm Post subject: |
|
|
You just want to add that text to the invoice that's generated, or you're wanting the 20% value to show in ShipWorks and be apart of the order data?
Brian |
|
| Back to top |
|
|