Log inUsernamePassword
Log me on automatically each visit    
Register
Register
Search
Search


Forum Index » ShipWorks 2

Post new topic   Reply to topic
Cant Get eBay Orders to Show VAT / Sales Tax in Shipworks
View previous topic :: View next topic  
Author Message
XpressRetail



Joined: 08 Aug 2010
Posts: 4

PostPosted: Sat Feb 25, 2012 6:41 pm    Post subject: Cant Get eBay Orders to Show VAT / Sales Tax in Shipworks Reply with quote

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
View user's profile
Brian
ShipWorks Staff


Joined: 30 Jul 2004
Posts: 3608

PostPosted: Mon Feb 27, 2012 12:42 pm    Post subject: Reply with quote

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
View user's profile
Display posts from previous:   
Post new topic   Reply to topic     Forum Index » ShipWorks 2 All times are GMT - 7 Hours
Page 1 of 1

 
Jump to:  

Powered by phpBB © 2001, 2002 phpBB Group