Add the number of products in the shopping cart.

Questions around the TYPO3 integration and plugins
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!
27bit.ru
Posts: 36
Joined: 15 Jan 2017, 05:36

Add the number of products in the shopping cart.

Post by 27bit.ru » 19 Jan 2017, 00:35

Hi.
My cms typo3 7.6.15, aimeos 16.10.3, bootstrap pack 6.2.16
I have a problem when you add the number of items in the cart.
Console writes error - "Failed to load resource: net::ERR_NAME_NOT_RESOLVED http://%7B%24tx_aimeos.basket.target%7D/"
This happens when you press the "+", "-" or any other button.
Pls help me.

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Add the number of products in the shopping cart.

Post by aimeos » 19 Jan 2017, 15:05

The constant for the basket page ID isn't set. You should add this to the "constants" section of your TypoScript configuration:

Code: Select all

tx_aimeos.basket.target = <basket page uid>
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

27bit.ru
Posts: 36
Joined: 15 Jan 2017, 05:36

Re: Add the number of products in the shopping cart.

Post by 27bit.ru » 19 Jan 2017, 19:35

aimeos wrote:The constant for the basket page ID isn't set. You should add this to the "constants" section of your TypoScript configuration:

Code: Select all

tx_aimeos.basket.target = <basket page uid>
Thank you. Everything is working.

Post Reply