Announcement

Collapse
No announcement yet.

Zero Rated VAT for individuals not companies

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Zero Rated VAT for individuals not companies

    We sell safety boots which are zero rated for sale to individuals but VAT able if sold to companies or basically sold to people who purchase more than one pair at a time.

    Any idea how we can do this on business

    regards

    Chris
    Chris Ashdown

    #2
    I would actually create this as two different products - one zero-rated and one VATable.

    You could lay this out quite nicely by having a main product that gives a price, description and image, and explains that the products are non-VAtable for individuals. This product, however, would not have an add-to-cart button (de-select 'Can Be Ordered Online').

    Then include the two different products underneath, with a simple and compact product layout similar to the following:

    Code:
    NETQUOTEVAR:ENDSEPARATOR
    NETQUOTEVAR:PRODUCTFORMBEGIN
    <tr>
    <td colspan="3">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="250">NETQUOTEVAR:PRODUCTNAME</td>
    <td align="right" width="100">NETQUOTEVAR:PRODUCTPRICE</td>
    <td align="right">NETQUOTEVAR:PRODUCTQUANTITY</td>
    <td align="right">NETQUOTEVAR:ADDTOCARTBUTTON</td>
    </tr>
    </table>
    </td>
    </tr>
    NETQUOTEVAR:PRODUCTFORMEND
    NETQUOTEVAR:NEXT

    Comment

    Working...
    X