Search found 36 matches
- 12 May 2023, 13:20
- Forum: Laravel package
- Topic: Free Shipping for Category only
- Replies: 1
- Views: 1480
Free Shipping for Category only
I want to set FreeShipping for a specific Category only. When I use them both together when setting up a coupon, in the end, FreeShipping is applied regardless of whether the product/products are in the specific category. Do I require a custom Extension to achieve this, or is there a way to use the ...
- 27 Mar 2023, 17:02
- Forum: Laravel package
- Topic: FreeShipping and Category throws SQL error
- Replies: 1
- Views: 3128
FreeShipping and Category throws SQL error
We were trying to create FreeShipping for a specific category. However, it seems to be throwing an SQL error. Could you point me to the culprit in this instance? It is throwing errors only with category extension enabled. SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in y...
- 09 Mar 2023, 15:33
- Forum: Laravel package
- Topic: base/order into basket
- Replies: 1
- Views: 569
base/order into basket
We have emails being sent on failed purchases, which have a link to try again purchase. The issue I am having is loading the base/order item into a basket to save it in the current session since the basket is not being saved without it. I am loading basket via: $orderBaseItem = \Aimeos\MShop::create...
- 09 Feb 2023, 14:41
- Forum: Laravel package
- Topic: Basket empty after login
- Replies: 7
- Views: 30457
Re: Basket empty after login
I was testing this on a clean install of the latest version of the stand-alone Laravel version. And the same is happening there. If you have anything in the basket and log in, the basket contents are lost and it is empty. Is it meant to be that way? Kinda illogical that person would lose the basket...
- 08 Feb 2023, 16:13
- Forum: Laravel package
- Topic: Delivery service 'process' not triggered.
- Replies: 1
- Views: 517
Delivery service 'process' not triggered.
I have created custom delivery, service providers. They work fine, however, I need to pass some information to an external system once the order is placed. According to documentation the process function should take care of it. The issue is that it is never called, and I cannot figure out who is res...
- 07 Feb 2023, 20:16
- Forum: Laravel package
- Topic: Basket empty after login
- Replies: 7
- Views: 30457
Re: Basket empty after login
I was testing this on a clean install of the latest version of the stand-alone Laravel version. And the same is happening there. If you have anything in the basket and log in, the basket contents are lost and it is empty. Is it meant to be that way? Kinda illogical that person would lose the basket ...
- 02 Feb 2023, 16:49
- Forum: Laravel package
- Topic: Basket empty after login
- Replies: 7
- Views: 30457
Re: Auth pages using Aimeos views
It is the default implementation of the store handler.
- 01 Feb 2023, 15:28
- Forum: Laravel package
- Topic: Basket empty after login
- Replies: 7
- Views: 30457
Basket empty after login
Version: 2022.10 I got the pages to fully show up, function, etc. However, I am having a small issue with retaining basket data. I cannot figure out why when the user logs in the basket and data is lost. Below you can see my "AuthenticatedSessionController.php": <?php namespace App\Http\Co...
- 25 Jan 2023, 19:55
- Forum: Laravel package
- Topic: Auth pages using Aimeos views
- Replies: 1
- Views: 853
Auth pages using Aimeos views
All authorization pages use their own views and etc. How could I add existing Aimeos theme views to the login forms? Basically, I want to achieve that authorization pages look the same as shop pages, so the user feels like he is still on the same page, not directed to some backend page.
- 18 Dec 2022, 18:56
- Forum: Laravel package
- Topic: No delivery for gift vouchers
- Replies: 1
- Views: 429
No delivery for gift vouchers
We have only digital gift vouchers, so delivery is not required. Is there an easy way to disable it in the checkout if only a gift voucher only is purchased? Or is the only option a decorator for checkout or a delivery provider specifically for a gift voucher?