Search found 7 matches

by edu27
23 May 2024, 14:54
Forum: Laravel package
Topic: Error throwing exception in Plugin ProductLimit
Replies: 5
Views: 5175

Re: Error throwing exception in Plugin ProductLimit

Yes, I know that, but the thing is that is giving me a default error message instead of displaying the correct message. 'The maximum product quantity is 1'. Also the behaviour is inconsistent and I don't know why. This is also affecting me in a plugin that I'm developing and I can't show to customer...
by edu27
23 May 2024, 08:05
Forum: Laravel package
Topic: Error throwing exception in Plugin ProductLimit
Replies: 5
Views: 5175

Re: Error throwing exception in Plugin ProductLimit

This is the plugin configuration.
Captura de pantalla 2024-05-23 100343.png
Captura de pantalla 2024-05-23 100343.png (52.99 KiB) Viewed 4026 times
by edu27
20 May 2024, 08:12
Forum: Laravel package
Topic: Error throwing exception in Plugin ProductLimit
Replies: 5
Views: 5175

Error throwing exception in Plugin ProductLimit

Hello again. I want to use the plugin ProductLimit but when I add 2 or more items to the basket it gives me a generic error "At least one product couldn't be added to the basket." instead the one that is supposed to display: "The maximum product quantity is 1" Captura de pantalla...
by edu27
27 Apr 2024, 08:36
Forum: Laravel package
Topic: Aimeos 2024.04 enable Vue dev tools
Replies: 1
Views: 22592

Re: Aimeos 2024.04 enable Vue dev tools

I have it working again using an additional browser extension called "Vue force dev" together Vue.js devtools. At least in Firefox is working.
by edu27
26 Apr 2024, 09:24
Forum: Laravel package
Topic: Aimeos 2024.04 enable Vue dev tools
Replies: 1
Views: 22592

Aimeos 2024.04 enable Vue dev tools

Hi,

I just upgraded from previous Aimeos version to 2024.04 and I'm unable to enable Vue dev tools.

I was looking and I couldn't find where is the code that uses the production version and change it to dev version.

Thanks,
Edu.
by edu27
09 Mar 2020, 08:44
Forum: Laravel package
Topic: Error setting up shop
Replies: 3
Views: 3623

Re: Error setting up shop

Thanks fot the quick answer. I'll try what you say and let you know.
by edu27
04 Mar 2020, 19:49
Forum: Laravel package
Topic: Error setting up shop
Replies: 3
Views: 3623

Error setting up shop

First of all, Hi! I'm Edu, from Spain. This morning I've started installing the Laravel package on a existing laravel proyect. I've edited the users table to comply with the requirements and almost everything was working. (I couldn't edit users, I had a conflict with the 'status' user field). When I...