Search found 15 matches

by schoelli
19 Sep 2018, 13:17
Forum: Laravel package
Topic: Show long description of variant products
Replies: 1
Views: 997

Show long description of variant products

We have a selection product which defines 3 variant products. Each variant product defines a long description. When the user chooses a specific variant of a product via the dropdown, then the long description is not updated to the variant one's, but stays the same as for the selection product one's....
by schoelli
31 Aug 2018, 14:18
Forum: Laravel package
Topic: No shipping costs for Selection Product
Replies: 4
Views: 2236

Re: No shipping costs for Selection Product

I have read in the documentation about download products, that have no shipping costs. How can I setup such products?
by schoelli
30 Aug 2018, 14:34
Forum: Laravel package
Topic: No shipping costs for Selection Product
Replies: 4
Views: 2236

No shipping costs for Selection Product

I have a setup with different delivery providers per country and a selection product. My requirement is that there are no shipping costs for the selection product and its variants but when an additional option is set, then it should include the shipping costs of the selected delivery provider. How c...
by schoelli
28 Aug 2018, 13:39
Forum: Laravel package
Topic: User is logged out during Shop Interaction
Replies: 6
Views: 2745

Re: User is logged out during Shop Interaction

We now experimented with the session driver and saw that with the file session driver it is working without a problem. What could be the breaking issue when using the database session driver? Because for the rest of our laravel requests the database session driver is working fine.
by schoelli
27 Aug 2018, 09:00
Forum: Laravel package
Topic: User is logged out during Shop Interaction
Replies: 6
Views: 2745

Re: User is logged out during Shop Interaction

No, we did not remove the markers. What we observed is that, the validation token error happens in the first basket call, when adding a new product to the basket. What we observed as well is that when we manually change the session cookie, then the validation token error happens immediately. So the ...
by schoelli
24 Aug 2018, 14:39
Forum: Laravel package
Topic: User is logged out during Shop Interaction
Replies: 6
Views: 2745

Re: User is logged out during Shop Interaction

The upgrade of Laravel is only our last option, because it is connected to a lot of dependency updates. What we saw concerning the issue is when we add some products to the basket, after some time the user is logged out. And the user was logged out, because there was a "Validation Token was exp...
by schoelli
23 Aug 2018, 17:46
Forum: Laravel package
Topic: User is logged out during Shop Interaction
Replies: 6
Views: 2745

User is logged out during Shop Interaction

Hi, I installed the new Aimeos Laravel Version 2018.07 with Laravel 5.4. During the interaction (adding products to the basket) all of a sudden the user is logged out from our laravel application and looses the items in his basket. Can you help me with this issue? What information do you need to inv...
by schoelli
28 Jun 2018, 09:26
Forum: Laravel package
Topic: Setup, Configure and Maintain Subscriptions
Replies: 3
Views: 3503

Setup, Configure and Maintain Subscriptions

Hi, I installed the new Aimeos Laravel Version 2018.04 with Laravel 5.4 and I would like to setup products with a monthly or yearly subscription with automatic payments and invoicing. I have not found a user manual for setting up subscriptions, is there any tutorial/documentation? How much of the ab...
by schoelli
08 May 2018, 12:13
Forum: Help
Topic: Stripe Payments
Replies: 7
Views: 6921

Re: Stripe Payments

Does the new version of Aimeos (2018.04) have support for stripe token payments?
by schoelli
01 Dec 2017, 13:24
Forum: Help
Topic: Stripe Payments
Replies: 7
Views: 6921

Stripe Payments

I have installed Aimeos 2017.10.2 and aimeos/ai-payments 2017.10.2 in my existing Laravel 5.4 project. When I perform a test payment I get the following message:
Screen Shot 2017-12-01 at 14.14.38.png
Screen Shot 2017-12-01 at 14.14.38.png (41.59 KiB) Viewed 6921 times
Looks like ai-payments uses a depricated Stripe API. How can I change it to the new API?