+ Reply to Thread
Results 1 to 3 of 3

Thread: Australian GST Workaround

  1. #1
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,829
    Squirrelcart version
    v3.3.7

    Australian GST Workaround

    Squirrelcart does not yet officially support Australian GST. We plan on adding support for it in the future.

    If all your prices already include 10% GST and you only sell to customers in Australia, you can install the attached workaround to show the GST amount in the following places:

    1. During checkout
    2. On order detail page (after clicking "Order History" in storefront)
    3. In order emails
    4. In control panel when viewing order in invoice mode

    Please keep in mind this is an unsupported workaround. Installation instructions can be found in the "read_me.txt" file inside the zip file.

    For Squirrelcart versions 2.5.0 - 2.6.5:
    File: GST workaround for Squirrelcart v2.x.zip

    For version 3.0.0 - 3.4.1 (may work with newer versions, not guaranteed):
    File: GST_Workaround_for_Squirrelcart_v3.x.zip

  2. #2
    Client
    Join Date
    Jun 2011
    Posts
    1
    Squirrelcart version
    not specified!

    GST in New Zealand

    Hi Jamie.

    Is there a way of changing the percentage value. In New Zealand it is 15%.

    Thanks


    I found it. Just change

    <?php print sc_price($Grand_Total/11) ?><br/>


    to <?php print sc_price($Grand_Total*3/23) ?><br/>
    Last edited by spenky; July 8th, 2011 at 04:15 AM.

  3. #3
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,829
    Squirrelcart version
    v3.3.7
    The post above was just updated to include support for Squirrelcart versions 3.2.0 - 3.4.1.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts