Search found 58 matches

by IvanIgniter
15 Jun 2022, 07:29
Forum: Laravel package
Topic: How to extend a mshop_order_base table
Replies: 14
Views: 2445

Re: How to extend a mshop_order_base table

I am not sure what you mean only the configuration contains the type of the sub-manager and based on the link. This how I understand and did it but after php artisan aimeos:setup. No additional field was added in mshop_order_base table. Please guide how it is done to make it right. 1.jpg 2.jpg 3.jpg...
by IvanIgniter
13 Jun 2022, 09:59
Forum: Laravel package
Topic: How to extend a mshop_order_base table
Replies: 14
Views: 2445

How to extend a mshop_order_base table

I am using laravel 6.x, PHP 7.4, Docker desktop/Ubuntu and the Aimeos 2021 (aimeos-laravel: 2021.10.4 / aimeos-core: 2021.10.13) I have implemented different decorators like customers, product, orders but this time I want to create a decorator for sub-item for mshop_order_base table. From the docume...
by IvanIgniter
11 May 2022, 08:48
Forum: Laravel package
Topic: NumberFormatter function not found
Replies: 1
Views: 596

NumberFormatter function not found

I am using laravel 6.x, PHP 7.4, Docker desktop/Ubuntu and the Aimeos 2021 (aimeos-laravel: 2021.10.4 / aimeos-core: 2021.10.13) I always have this error in error logs every minute. I can't trace in our code that is calling it. Any idea why this part is always causing error? staging.ERROR: Class 'Nu...
by IvanIgniter
28 Apr 2022, 06:41
Forum: Laravel package
Topic: S3 bucket setting
Replies: 4
Views: 863

Re: S3 bucket setting

I will try.. Thank you
by IvanIgniter
27 Apr 2022, 10:43
Forum: Laravel package
Topic: S3 bucket setting
Replies: 4
Views: 863

Re: S3 bucket setting

Thank you for the respond. We found out that the S3 bucket provided was not set to be publicly accessable via url. Now it is working. Can I followup another question how to set config/shop.php resource to use the local if .env.APP_ENV=development to use 'resource' => [] and use the 'resource' => [ '...
by IvanIgniter
25 Apr 2022, 11:22
Forum: Laravel package
Topic: S3 bucket setting
Replies: 4
Views: 863

S3 bucket setting

I am using laravel 6.x, PHP 7.4, Docker desktop/Ubuntu and the Aimeos 2021 (aimeos-laravel: 2021.10.4 / aimeos-core: 2021.10.13) I have read the settings provided in https://aimeos.org/docs/2021.x/laravel/optimize/#different-domain-for-static-files and successfully installed https://github.com/aimeo...
by IvanIgniter
23 Mar 2022, 13:14
Forum: Laravel package
Topic: How to use vue devtools?
Replies: 1
Views: 695

How to use vue devtools?

I am using laravel 6.x, PHP 7.4, Docker desktop/Ubuntu and the Aimeos 2021 (aimeos-laravel: 2021.10.4 / aimeos-core: 2021.10.13) I would like to use vue devtool but this is what happened. I have tried to google how to enable but no good. I did not able to find the import part of using vue. Kindly he...
by IvanIgniter
28 Feb 2022, 08:06
Forum: Laravel package
Topic: Mandatory field space only input causes error
Replies: 4
Views: 1050

Re: Mandatory field space only input causes error

Yeah that is my question how to avoid inputting a white space for a mandatory fields?
Is there any solutions?
by IvanIgniter
23 Feb 2022, 13:10
Forum: Laravel package
Topic: Mandatory field space only input causes error
Replies: 4
Views: 1050

Re: Mandatory field space only input causes error

Any documentation how does aimeos filter each required field so we could enhanced each field filter needs?
by IvanIgniter
22 Feb 2022, 11:08
Forum: Laravel package
Topic: Mandatory field space only input causes error
Replies: 4
Views: 1050

Mandatory field space only input causes error

I am using laravel 6.x, PHP 7.4, Docker desktop/Ubuntu and the Aimeos 2021 (aimeos-laravel: 2021.10.4 / aimeos-core: 2021.10.13) We are having an issue in the product detail page mandatory field when inputting just a space only will cause error 500 after saving. How can we adjust the code so it won'...