Search found 8 matches
- 08 Nov 2022, 19:32
- Forum: Laravel package
- Topic: Error hidding and change mandatory fields
- Replies: 4
- Views: 2474
Re: Error hidding and change mandatory fields
Thanks, I work in that then.
Thanks for Aimeos
Thanks for Aimeos
- 08 Nov 2022, 19:30
- Forum: Laravel package
- Topic: Fixed country only for delivery
- Replies: 3
- Views: 1782
Re: Fixed country only for delivery
Is possible restrict only the country and the state only for Delivery, not for Billing?
Thanks
Thanks
- 05 Nov 2022, 16:55
- Forum: Laravel package
- Topic: Problem after login
- Replies: 1
- Views: 1052
Problem after login
Good afternoon aiemos!
I are presenting sometimes error after login, when the system redirect me to the url:
Thanks
I are presenting sometimes error after login, when the system redirect me to the url:
In another instance same error.
Thanks
- 05 Nov 2022, 00:52
- Forum: Laravel package
- Topic: Error hidding and change mandatory fields
- Replies: 4
- Views: 2474
Re: Error hidding and change mandatory fields
Well, continue the testing, this changes affect the form in summary checkout, but not in profile.
how I can change this data globally?
how I can change this data globally?
- 04 Nov 2022, 19:02
- Forum: Laravel package
- Topic: Fixed country only for delivery
- Replies: 3
- Views: 1782
Fixed country only for delivery
I try limit the country options (and state) for delivery. But dont work. 'checkout' => [ 'standard' => [ 'address' => [ 'billing' => [ ... ], 'delivery' => [ ... ], 'countries' => ['XX'], 'states' => [ 'XX' => [ 'AA' => 'Aaaaaa', ... 'ZZ' => 'Zzzzzzz', ], ], ], ], ], but work for billing and deliver...
- 04 Nov 2022, 18:57
- Forum: Laravel package
- Topic: Error hidding and change mandatory fields
- Replies: 4
- Views: 2474
Error hidding and change mandatory fields
I modified the file 'config/shop.php' for hidding some fields but i dont show any change. 'checkout' => [ 'standard' => [ 'address' => [ 'billing' => [ 'mandatory' => [ 'order.base.address.firstname', ... 'order.base.address.countryid', ], 'hidden' => [ 'order.base.address.salutation', ... 'order.ba...
- 17 Oct 2022, 15:15
- Forum: Help
- Topic: Error updating to 2022.10.1
- Replies: 1
- Views: 1109
Re: Error updating to 2022.10.1
My Mistake...
Thanks
Code: Select all
php ./artisan aimeos:setup
php ./artisan route:clear
php ./artisan view:clear
php ./artisan aimeos:clear
- 17 Oct 2022, 14:45
- Forum: Help
- Topic: Error updating to 2022.10.1
- Replies: 1
- Views: 1109
Error updating to 2022.10.1
Hi Aimeos Community. I have a problem, I update my shop from 2022.07 to 2022.10 and first broke is 2 columns in mshop_locale_site (rating and ratings) [1] and now the dashboard not show any graph and say Error loading data. How I can fix that? Thanks [1] SQLSTATE[42S22]: Column not found: 1054 Unkno...