Search found 7 matches

by spider
07 May 2023, 18:02
Forum: Laravel package
Topic: Dynamic Pricing based on Service
Replies: 3
Views: 2268

Re: Dynamic Pricing based on Service

Depends a bit on the prerequisites: - When does the customers have to select if they want to have pick up at the store or delivery at home? At the beginning, when they add the product to the basket or at the checkout process? - What options are available for price calculation? Different prices only...
by spider
04 May 2023, 17:09
Forum: Laravel package
Topic: Dynamic Pricing based on Service
Replies: 3
Views: 2268

Dynamic Pricing based on Service

Hi I am on aimeos-headless 2023 laravel. I am looking at setting different product prices based on the delivery service selected by the customer. i.e. pickup at store or delivery to door. For each product, there are two prices, one for pickup and one for delivery (likely a discounted price for picku...
by spider
24 Apr 2023, 17:34
Forum: Laravel package
Topic: JSONAPI filter in Service
Replies: 1
Views: 1863

JSONAPI filter in Service

Hi I am on the aimeos-headless. The "filter" parameter does not seem working in "service" endpoint in both version 2022.10 and 2023.04. I have no issue filtering by attributes in both "product" and "supplier". e.g. "filter[==][product.type]=default" ...
by spider
06 Apr 2023, 09:45
Forum: Laravel package
Topic: Aimeos Headless - Route [aimeos_shop_confirm] not defined.
Replies: 6
Views: 2128

Re: Aimeos Headless - Route [aimeos_shop_confirm] not defined.

Thank you for the clarification.

P.S. It would be appreciated if Aimeos documentation could have explained in more details.
by spider
06 Apr 2023, 08:20
Forum: Laravel package
Topic: Aimeos Headless - Route [aimeos_shop_confirm] not defined.
Replies: 6
Views: 2128

Re: Aimeos Headless - Route [aimeos_shop_confirm] not defined.

I have figured out the empty basket issue. It is fixed by changing the APP_URL.
by spider
05 Apr 2023, 17:41
Forum: Laravel package
Topic: Aimeos Headless - Route [aimeos_shop_confirm] not defined.
Replies: 6
Views: 2128

Re: Aimeos Headless - Route [aimeos_shop_confirm] not defined.

Seems like a problem due to the disabled standard routes in the headless distribution. The route is used in the JSON API implementation as target for redirects if you use an external payment service provider which doesn't provide a JS client like Stripe. Can you please add these lines to your ./rou...
by spider
05 Apr 2023, 13:24
Forum: Laravel package
Topic: Aimeos Headless - Route [aimeos_shop_confirm] not defined.
Replies: 6
Views: 2128

Aimeos Headless - Route [aimeos_shop_confirm] not defined.

Hi, I am exploring the package for an upcoming project. Aimeos Headless is freshly pulled via composer aimeos/aimeos-headless, without any modification. I am trying to complete an order via API calls. These steps have been successfully completed: Add product to basket; Add address to basket; Add pay...