[SOLVED] "Add to basket" not working with TYPO3 7.6

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!
afernandez
Posts: 4
Joined: 10 Nov 2015, 12:54

[SOLVED] "Add to basket" not working with TYPO3 7.6

Post by afernandez » 10 Nov 2015, 13:01

Hi,

I currently have the issue that adding a product to the basket does not work with TYPO3 7.6 and Aimeos 2.4.0. An AJAX call is fired, but it loads the current document and returns the whole HTML. I've tested it with an own product and with a demo product.

These are the request data:

Code: Select all

Request Method: POST
Query String Parameters:
    ai[controller]: catalog
    ai[action]: detail
    ai[d_name]: Demo Article
    ai[d_prodid]: 12
    ai[l_pos]: 2
Form Data:
    ai[b_action]: add
    ai[b_prod][0][prodid]: 12
    ai[b_prod][0][quantity]: 1
Last edited by afernandez on 10 Nov 2015, 13:23, edited 1 time in total.

afernandez
Posts: 4
Joined: 10 Nov 2015, 12:54

Re: "Add to basket" not working with TYPO3 7.6

Post by afernandez » 10 Nov 2015, 13:23

I found the issue: I moved the Basket content element into another page but forgot to update the other plugins to use that page.

Please close this tread.

Post Reply