Search found 58 matches

by IvanIgniter
23 Dec 2021, 10:08
Forum: Laravel package
Topic: Get reference company table
Replies: 7
Views: 2208

Re: Get reference company table

Yeah, I noticed that but what I wanted to know is how to call the entire company table record from mshop_order_base.customerid. Instead of calling the records from customer table, I want to call a different table company table records.
by IvanIgniter
22 Dec 2021, 06:34
Forum: Laravel package
Topic: Get reference company table
Replies: 7
Views: 2208

Get reference company table

I am using laravel 6.x, PHP 7.4, Docker desktop/Ubuntu and the Aimeos 2021

I would like to include to get refence item the company table same like as customer reference item in Order domain.
Please help how would I do that?
by IvanIgniter
22 Dec 2021, 01:57
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

I am not upgrading. I just want to know what to do or configuration to recognized the modification we made in /ext once we install a theme because it is overwriting the existing /ext. Please help what should I need to know or configure to avoid it.

Thank you.
by IvanIgniter
15 Dec 2021, 07:02
Forum: Laravel package
Topic: Create a decorator for mshop_price
Replies: 1
Views: 654

Re: Create a decorator for mshop_price

Ok.. I got it. I just need to create another decorator for price in \ext\ai-admin-jqadm\lib\custom\src\MShop\Price\Manager\Decorator\Myproject.php

Thanks
by IvanIgniter
15 Dec 2021, 06:48
Forum: Laravel package
Topic: Create a decorator for mshop_price
Replies: 1
Views: 654

Create a decorator for mshop_price

I am using laravel 6.x, PHP 7.4, Docker desktop/Ubuntu and the Aimeos 2021 I was able to create a decorator for domain product but when I try to add decorator that will call to mshop_price it will cause an "Error retrieving data" when adding this \ext\ai-admin-jqadm\lib\custom\src\MShop\Pr...
by IvanIgniter
14 Dec 2021, 05:06
Forum: Laravel package
Topic: Configure /ext extension to be recognized by Aimeos
Replies: 7
Views: 1688

Configure /ext extension to be recognized by Aimeos

I am using laravel 6.x, PHP 7.4, Docker desktop/Ubuntu and the Aimeos 2021 I would like to ask how to configure the aimeos not to cause issue like this if I already have a modified aimeos codes in /ext? Everything in composer install aimeos to php artisan vendor:publish --all works fine. But after r...
by IvanIgniter
02 Dec 2021, 01:15
Forum: Laravel package
Topic: Product decorator did not work
Replies: 1
Views: 1739

Re: Product decorator did not work

I have figure it out.
It should have be in \ext\ai-admin-jqadm\lib\custom\src\MShop\Product\Manager\Decorator\Myproject.php

Thank you
by IvanIgniter
01 Dec 2021, 08:16
Forum: Laravel package
Topic: Product decorator did not work
Replies: 1
Views: 1739

Product decorator did not work

Can you please help in my code to work with product decorator which will display the 'barcode' column from product table which was added after I extend in ext\ai-laravel\lib\custom\setup\default\schema\product.php. I was working fine in the database after I run php artisan aimeos:setup. I would like...