[TYPO3-shop] No tax outside of country
Franz Holzinger
franz at fholzinger.com
Thu Feb 28 08:59:32 CET 2008
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
More information about the TYPO3-project-tt-products
mailing list