Search found 140 matches

by cnoelker
30 Apr 2020, 07:26
Forum: TYPO3 extension
Topic: Place additional articles in the cart on the cart page
Replies: 9
Views: 3949

Re: Place additional articles in the cart on the cart page

Thank you, I will check to use the latest js file and will provide the additional parameter.
by cnoelker
20 Apr 2020, 08:15
Forum: TYPO3 extension
Topic: Place additional articles in the cart on the cart page
Replies: 9
Views: 3949

Re: Place additional articles in the cart on the cart page

No JS errors in the console. I think that a lookup with the product number should be done, but actually, this request is not started.

And no dropdowns appear for the selectable products, either. I disabled my own products-standard.php for the test.
by cnoelker
17 Apr 2020, 12:12
Forum: TYPO3 extension
Topic: Place additional articles in the cart on the cart page
Replies: 9
Views: 3949

Re: Place additional articles in the cart on the cart page

I was able to solve this by adding the necessary attrvarid hidden fields.
by cnoelker
17 Apr 2020, 09:54
Forum: TYPO3 extension
Topic: Place additional articles in the cart on the cart page
Replies: 9
Views: 3949

Re: Place additional articles in the cart on the cart page

I don't find a dropdown in the basket bulk component. Just one input field for the article number and one input field for the quantity. I configured the cart page and the JSON page for the plugin. I enabled the Add to Basket button on the product list. However, my products are selectable products an...
by cnoelker
17 Apr 2020, 08:33
Forum: TYPO3 extension
Topic: Place additional articles in the cart on the cart page
Replies: 9
Views: 3949

Re: Place additional articles in the cart on the cart page

I checked this, but unfortunately it is not enough to just display the related (or suggested) products with a link to their details page. I need a way so that the user can order these items directly on the cart page. I had a look at the plugin "basket bulk order", too. This has an input fo...
by cnoelker
16 Apr 2020, 08:28
Forum: TYPO3 extension
Topic: Place additional articles in the cart on the cart page
Replies: 9
Views: 3949

Place additional articles in the cart on the cart page

Hello, I am looking for a way so that the customer may add additional articles into the cart, when he is already on the cart page. Example: If he has a Tennis racket in his cart, then I would like him to buy Tennis balls, too. Therefore, I would like to display the Tennis balls as an additional arti...
by cnoelker
14 Apr 2020, 07:31
Forum: TYPO3 extension
Topic: How to setup a second site
Replies: 4
Views: 1961

Re: How to setup a second site

Thanks a lot!
by cnoelker
09 Apr 2020, 07:29
Forum: TYPO3 extension
Topic: How to setup a second site
Replies: 4
Views: 1961

Re: How to setup a second site

Thanks for confirming my assumptions. I will try this out.

Concerning my last question, about the config options for the site: Do you have some examples for typical use cases? And how can I access the entered values programmatically? I would like to get an idea how to make use of this.
by cnoelker
09 Apr 2020, 07:26
Forum: TYPO3 extension
Topic: XML import of product options
Replies: 4
Views: 1851

Re: XML import of product options

Thank you, this works.

If an option is available for all of the variants of a select product (and with the same values), can I then add the option just at the select-product? Or is it necessary to add the options for each of the default-products?
by cnoelker
07 Apr 2020, 12:09
Forum: TYPO3 extension
Topic: How to setup a second site
Replies: 4
Views: 1961

How to setup a second site

Hello, I read the (sparse) documentation about the sites on https://aimeos.org/docs/User_Manual/Administration_Interface/Working_with_sites , but this doesn't answer all questions in my mind: * "The easiest way is to run the setup/update script and passing a new site code." -> Is this the ...