Search found 58 matches

by IvanIgniter
22 Feb 2022, 11:02
Forum: Laravel package
Topic: Change payment status won't refect in mshop_order.statuspayment
Replies: 2
Views: 719

Re: Change payment status won't refect in mshop_order.statuspayment

Ahh ok every ordered item has its own payment and delivery status.
I will just use the invoice order status instead.
Thank you
by IvanIgniter
10 Feb 2022, 07:58
Forum: Laravel package
Topic: Change payment status won't refect in mshop_order.statuspayment
Replies: 2
Views: 719

Change payment status won't refect in mshop_order.statuspayment

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 ask in order details page, once I changed the payment (unpaid(4) -> paid(6)) and deliver status (4 -> 6) the table mshop_order_base_product.statuspayment, ...
by IvanIgniter
03 Feb 2022, 02:36
Forum: Laravel package
Topic: Configure /ext extension to be recognized by Aimeos
Replies: 7
Views: 1688

Re: Configure /ext extension to be recognized by Aimeos

If I do the remove the prefix ai- inside ext folder then this will happen?
b4.jpg
b4.jpg (68.78 KiB) Viewed 1442 times

But if I removed this created file after composer update then I won't get any issues of Extension exists twice?
b3.jpg
b3.jpg (64.44 KiB) Viewed 1442 times

Does it need to be like this that we need to remove that file or I did something wrong?
by IvanIgniter
21 Jan 2022, 05:07
Forum: Laravel package
Topic: aimeos:setup error
Replies: 3
Views: 1008

Re: aimeos:setup error

Yeah it just happen recently and I have no issue way back before. My fellow dev has no issue in this part.

What do u mean TablesCreateMShop setup task?
What should I do?
by IvanIgniter
19 Jan 2022, 08:40
Forum: Laravel package
Topic: aimeos:setup error
Replies: 3
Views: 1008

aimeos:setup error

I am using laravel 6.x, PHP 7.4, mysql 8, Docker desktop/Ubuntu and the Aimeos 2021 I have successfully installed and updated: composer require aimeos/aimeos-core:~2021.10.4 composer require aimeos/aimeos-laravel:~2021.10.2 composer update php artisan vendor:publish --all php artisan migrate:fresh -...
by IvanIgniter
18 Jan 2022, 08:35
Forum: Laravel package
Topic: Configure /ext extension to be recognized by Aimeos
Replies: 7
Views: 1688

Re: Configure /ext extension to be recognized by Aimeos

Yes that's what I did but why am I seeing that error after installing the extension?
by IvanIgniter
10 Jan 2022, 03:55
Forum: Laravel package
Topic: Get reference company table
Replies: 7
Views: 2208

Re: Get reference company table

Thank you for the sample codes.
I have tried it but I can't find in the documentation how to fetch deferent tables like companies table or a users table which is not part of a domain. Please include the same time how does Aimeos fetch different tables that is not part of a domain?
by IvanIgniter
06 Jan 2022, 06:10
Forum: Laravel package
Topic: Using decorator for submanagers
Replies: 1
Views: 674

Re: Using decorator for submanagers

I have figure it out by making the structure like these.
b1.jpg
b1.jpg (198.22 KiB) Viewed 652 times
b2.jpg
b2.jpg (44.87 KiB) Viewed 652 times
by IvanIgniter
06 Jan 2022, 02:29
Forum: Laravel package
Topic: Get reference company table
Replies: 7
Views: 2208

Re: Get reference company table

Ok.. but I can't picture out how to do that. Can you give me a sample or a url how it was done?
by IvanIgniter
05 Jan 2022, 10:05
Forum: Laravel package
Topic: Using decorator for submanagers
Replies: 1
Views: 674

Using decorator for submanagers

I am using laravel 6.x, PHP 7.4, Docker desktop/Ubuntu and the Aimeos 2021 Can I ask for a sample or a documentation link how to use a decorator for submanagers. I would like to get/set records from mshop_order_base table. I have these codes but I wasn't able to make it work. a1.jpg a2.jpg Thank you