problem with second price of the products
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Re: problem with second price of the products
We've found out that passing the currency works correctly if you add "?C=EUR" to the URL. The problem is the locale selector, which can only add parameters with "ai" prefix. We are now trying to see if we can get it to work with "ai[currency]=EUR".
Alternatively, you can build your own currency selector using TypoScript and add "C=XXX" to the current URL. Then, the "C" parameter is passed around correctly.
Alternatively, you can build your own currency selector using TypoScript and add "C=XXX" to the current URL. Then, the "C" parameter is passed around correctly.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
-
- Posts: 60
- Joined: 18 Jan 2016, 10:29
Re: problem with second price of the products
thank you for your reply
yes, solution with own currency selector works
If someone is interested , below I have copied a simple solution with simple link
lib.curlink = TEXT
lib.curlink.value = in EUR
lib.curlink.typolink.parameter.data = page:uid
lib.curlink.typolink.additionalParams = &C=EUR
lib.curlink.typolink.addQueryString = 1
lib.curlink.typolink.useCacheHash = 1
yes, solution with own currency selector works
If someone is interested , below I have copied a simple solution with simple link
lib.curlink = TEXT
lib.curlink.value = in EUR
lib.curlink.typolink.parameter.data = page:uid
lib.curlink.typolink.additionalParams = &C=EUR
lib.curlink.typolink.addQueryString = 1
lib.curlink.typolink.useCacheHash = 1