Search found 18 matches
- 13 Oct 2020, 08:36
- Forum: TYPO3 extension
- Topic: Options and price update
- Replies: 1
- Views: 1931
Options and price update
I have a product with options that can be selected additionally. The options are created as attributes and have their own price. The attributes are then assigned in the Options section. The options can be selected correctly but the price is not updated on the detail page. If the product costs 100 an...
- 29 Sep 2020, 14:32
- Forum: TYPO3 extension
- Topic: Stripe payment has empty form action
- Replies: 9
- Views: 8055
Re: Stripe payment has empty form action
The payment token that Stripe generates is also sent to the page alongside `cp_payment=1`...
There aren't any JS errors as far as I can tell.
Would it be possible to fix this via the professional support package?
There aren't any JS errors as far as I can tell.
Would it be possible to fix this via the professional support package?
- 29 Sep 2020, 14:17
- Forum: TYPO3 extension
- Topic: Stripe payment has empty form action
- Replies: 9
- Views: 8055
Re: Stripe payment has empty form action
Can you tell me where the request data will be "transferred" into the view? So maybe I could have a look, why it doesn't seem to be set in Process\Standard?
- 29 Sep 2020, 13:57
- Forum: TYPO3 extension
- Topic: Stripe payment has empty form action
- Replies: 9
- Views: 8055
Re: Stripe payment has empty form action
No, i don't think so. But it is sent as "Form data" and not as GET parameter (but I think it's the same for the Paypal provider)
- 29 Sep 2020, 10:52
- Forum: TYPO3 extension
- Topic: Stripe payment has empty form action
- Replies: 9
- Views: 8055
Re: Stripe payment has empty form action
We now tried the setup using a Composer based TYPO3 installation. Unfortunately we experience the same issue. I think we have tracked the problem down a bit further. We somehow slip into the else statement in https://github.com/aimeos/ai-client-html/blob/master/client/html/src/Client/Html/Checkout/S...
- 28 Sep 2020, 16:40
- Forum: TYPO3 extension
- Topic: Stripe payment has empty form action
- Replies: 9
- Views: 8055
Stripe payment has empty form action
Hello We want to switch our main payment provider to Stripe. The setup is working so far that we can click the buy-button and be forwarded to https://example.com/onlineshop/checkout/co/process where we can insert the credit card information (strangely without a field to insert the credit card owner)...
- 23 Sep 2020, 17:30
- Forum: Help
- Topic: Get all products - except those with parents
- Replies: 4
- Views: 4147
Re: Get all products - except those with parents
Thank you very much. This is exactly what I was looking for.
- 22 Sep 2020, 18:28
- Forum: Help
- Topic: Get all products - except those with parents
- Replies: 4
- Views: 4147
Get all products - except those with parents
I would like to receive all products that are not assigned to a parent product. With $manager = \Aimeos\MShop::create($context, 'product'); $search = $manager->createSearch(); $expr = $search->compare('==', 'product.type', 'select'); $search->setConditions($expr); $items = $manager->searchItems( $se...
- 17 Sep 2020, 13:14
- Forum: TYPO3 extension
- Topic: E-Mail CSS / client/html/common/template/baseurl
- Replies: 4
- Views: 4909
Re: E-Mail CSS / client/html/common/template/baseurl
Thanks for the answer. That was the solution to the problem!
- 17 Sep 2020, 11:27
- Forum: TYPO3 extension
- Topic: E-Mail CSS / client/html/common/template/baseurl
- Replies: 4
- Views: 4909
Re: E-Mail CSS / client/html/common/template/baseurl
Yes, TS is set in the scheduler task.