Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: Country level TAX

    jey

    • Frisch an Board
    • Beiträge: 92
    • Geschlecht:
    Country level TAX
    am: 23. Februar 2016, 15:08:12
    We have to add the VAT for Germany and other countries should not add the VAT for the products.

    Is it possible to provide the country level Tax?

    Linkback: https://www.modified-shop.org/forum/index.php?topic=34426.0

    webald

    • modified Team
    • Beiträge: 2.791
    Re: Country level TAX
    Antwort #1 am: 23. Februar 2016, 16:30:22
    Please send this link to Your partner (German, right?); http://www.shopbetreiber-blog.de/2014/07/14/mehrwertsteuer-downloads/

    He should read and contact his lawyer and then tell You how to proceed.

    OT:
    What version of the shop are You using? I would say it is not the current version with all fixes. Why?

    jey

    • Frisch an Board
    • Beiträge: 92
    • Geschlecht:
    Re: Country level TAX
    Antwort #2 am: 25. Februar 2016, 07:04:35
    By default this application supports country level VAT? if possible how can we do that?

    Bonsai

    • Viel Schreiber
    • Beiträge: 4.127
    • Geschlecht:
    Re: Country level TAX
    Antwort #3 am: 25. Februar 2016, 10:20:06
    about which application we talk?

    This is in the comments of the sourcecode if you access a modified shop 1.06:
    Code: XML  [Auswählen]
    <!--
    =========================================================
    modified eCommerce Shopsoftware (c) 2009-2012 [www.modified-shop.org]
    =========================================================

    modified eCommerce Shopsoftware offers you highly scalable E-Commerce-Solutions and Services.
    The Shopsoftware is redistributable under the GNU General Public License (Version 2) [http://www.gnu.org/licenses/gpl-2.0.html].
    based on: E-Commerce Engine Copyright (c) 2006 xt:Commerce, created by Mario Zanier & Guido Winger and licensed under GNU/GPL.
    Information and contribution at http://www.(( Wir dulden keine kommerziellen Werbelinks - Bitte <a href="index.php?topic=3013.0">Forenregeln</a> beachten! ))

    =========================================================
    Please visit our website: www.modified-shop.org
    =========================================================
    -->

    Your shop says this:
    Code: XML  [Auswählen]
    <!--
            This OnlineStore is brought to you by XT-Commerce, Community made shopping
            XTC is a free open source e-Commerce System
            created by Mario Zanier & Guido Winger and licensed under GNU/GPL.
            Information and contribution at http://www.(( Wir dulden keine kommerziellen Werbelinks - Bitte <a href="index.php?topic=3013.0">Forenregeln</a> beachten! ))
    -->

    So may I ask for your version information?
    [ Für Gäste sind keine Dateianhänge sichtbar ]

    I guess you could handle your requirement if you use customer groups. It is quite easy to code a logic that puts the customer to a specific group on registration depending on country.
    The only thing to keep in mind then .... if a customer changes his country himself this logic must apply too, then.
    I guess we are talking about B2B customers? I have no experience with B2B in modified ... probably there is already a logic implemented for this tax free. Take care .... the tax id must be known and valid. So the country is not everything to take care about!

    noRiddle (revilonetz)

    • Experte
    • Beiträge: 13.992
    • Geschlecht:
    Re: Country level TAX
    Antwort #4 am: 25. Februar 2016, 14:04:57
    Zitat von: Bonsai
    It is quite easy to code a logic that puts the customer to a specific group on registration depending on country.

    I have to object here.
    How are you going to realize that ?
    • with help of the language preferences in the browser ?
    • with help of the indicated country on registration ?
    • with help of IP-addresses ?

    None of the above mentioned is reliable and the last one on top of that even almost infeasable.

    The only reliable parameter would be delivery_country which is available not until the checkout process.

    Regards,
    noRiddle

    webald

    • modified Team
    • Beiträge: 2.791
    Re: Country level TAX
    Antwort #5 am: 25. Februar 2016, 14:23:36
    By default this application supports country level VAT? if possible how can we do that?

    Did You realize the difference concerning tax between physical goods and digital items (=downloads)?

    the shop can handle domestic shippings, shippings to EC and to non-EC, but in standard only for physical goods and not for downloads. Or is it now included in 1.06 SP3? (http://www.modified-shop.org/forum/index.php?topic=30632.msg289403;topicseen#msg289403)

    And again, what version of modified are You using? For some of us it seems to be an old version.

    Bonsai

    • Viel Schreiber
    • Beiträge: 4.127
    • Geschlecht:
    Re: Country level TAX
    Antwort #6 am: 25. Februar 2016, 18:16:24
    I have to object here.
    How are you going to realize that ?
    • with help of the language preferences in the browser ?
    • with help of the indicated country on registration ?
    • with help of IP-addresses ?

    None of the above mentioned is reliable and the last one on top of that even almost infeasable.

    The only reliable parameter would be delivery_country which is available not until the checkout process.

    Regards,
    noRiddle
    If you disable guest orders, that the customer must create an account first, you have delivery_country

    noRiddle (revilonetz)

    • Experte
    • Beiträge: 13.992
    • Geschlecht:
    Re: Country level TAX
    Antwort #7 am: 26. Februar 2016, 16:48:44
    Yes and no.
    The delivery_country is by default the country which was indicated on registration.
    But since you can change your delivery address in the checkout process the real delivery_country is only available then.
    It really depends on what you want to achieve.

    Regards,
    noRiddle
    2 Antworten
    3604 Aufrufe
    25. Februar 2016, 11:48:02 von Fakrae
    8 Antworten
    2694 Aufrufe
    04. August 2016, 10:23:49 von webald
    1 Antworten
    2744 Aufrufe
    09. Juni 2010, 19:05:40 von 0815
    9 Antworten
    5386 Aufrufe
    09. Februar 2015, 14:57:25 von noRiddle (revilonetz)