[TYPO3-shop] No tax outside of country

Simon Browning simon at stwdesign.com
Thu Feb 28 16:23:50 CET 2008


Franz Holzinger wrote:
> Hello Simon
> 
>>>>     10.title = Shipping ###STATICCOUNTRIES_CN_OFFICIAL_NAME_EN###
>>>>     10.where.static_countries = cn_short_local != 'Canada'
>>> Hmm, somethings not right with that I think (on 2.6 now).  It gives me
>>> a massive country list, and Canada isn't in the list.  The list is out
>>> of alpha order too.
>>>
>>> If I comment out the where line, Canada shows up in the list.
>>>
>>> Simon
>> .... actually, thats not quite right.  If I comment out the where line,
>> I get the marker showing up in the shipping select box.
> 
> That is clear. This is the setup for all countries except Canada. You
> must add a second shipping line and use
> 
>     20.title = Shipping ###STATICCOUNTRIES_CN_OFFICIAL_NAME_EN###
>     20.where.static_countries = cn_short_local == 'Canada'
> 
> This is for shipping to Canada. You can copy the rest of shipping setup
> here and overwrite/change it.
> 
> 
> - Franz

Ah.  Got it now, thanks.

Maybe I'm not doing it the best way.  I want to turn the tax on or off 
based on the country (eventually and/or state) the product is being 
shipped to .. must I do this with the shipping field or can I set it 
based on the delivery address?  Technically someone could select 
delivery to Canada, but then select a delivery method that doesn't 
include tax.

Thank you.

Simon


More information about the TYPO3-project-tt-products mailing list