Search found 95 matches

by peter69
25 Nov 2022, 17:34
Forum: Laravel package
Topic: Vue storefront
Replies: 12
Views: 3369

Re: Vue storefront

I think it would be a great boost to the project to have an example/code integrating VueStoreFront!
by peter69
16 Nov 2022, 22:51
Forum: Laravel package
Topic: Favorite/wishlist products
Replies: 1
Views: 448

Favorite/wishlist products

Hello, aimeos! In the list of products, I have added the form containing the button to add the product to the favorites/wishlist: <form class="actions-favorite mb-2" method="POST" action="<?= $enc->attr( $this->link( 'client/html/account/favorite/url' ) ) ?>" > <!-- cat...
by peter69
12 Nov 2022, 06:21
Forum: Laravel package
Topic: Delivery Pickup Date and Time
Replies: 12
Views: 2717

Re: Delivery Pickup Date and Time

Hello! So it means that in the decorator the configuration must be defined as follows?: private $beConfig = array( 'delivery.slots' => array( 'code' => 'delivery.slots', 'internalcode' => 'delivery.slots', 'label' => 'Delivery time slots', 'type' => 'map', 'internaltype' => 'array', 'default' => [],...
by peter69
12 Nov 2022, 05:56
Forum: Laravel package
Topic: Laravel - Extend Vue.js in Custom Extension
Replies: 3
Views: 8882

Re: Laravel - Extend Vue.js in Custom Extension

I will try!

Thank you!
by peter69
12 Nov 2022, 05:55
Forum: Laravel package
Topic: Excludes Decorators doesn't work
Replies: 5
Views: 934

Re: Excludes Decorators doesn't work

Thank you very much!!! Now I understand the functionality of the decorators. Just yesterday I implemented 2 decorators and it has been amazing. I don't know if they exist in other projects, but the decorators seem to me an excellent idea. They are really very useful. congratulations! Again, thank yo...
by peter69
11 Nov 2022, 21:37
Forum: Laravel package
Topic: Laravel - Extend Vue.js in Custom Extension
Replies: 3
Views: 8882

Re: Laravel - Extend Vue.js in Custom Extension

I think the only way to do it is to contribute to ai-admin-jqadm: https://github.com/aimeos/ai-admin-jqadm
by peter69
11 Nov 2022, 16:46
Forum: Laravel package
Topic: Delivery Pickup Date and Time
Replies: 12
Views: 2717

Re: Delivery Pickup Date and Time

Hello Sir, I keep trying to implement this feature, but I have not been able to do it yet. I am not sure what is the correct/recommended way to do it. The idea is to define " Time slots " and in each time slot to be able to define a " delivery capacity ". Then in the frontend dis...
by peter69
11 Nov 2022, 14:58
Forum: Laravel package
Topic: Excludes Decorators doesn't work
Replies: 5
Views: 934

Re: Excludes Decorators doesn't work

Oh ok! Now I understand about the service decorators, thanks! I'm still not clear about "manager decorators for certain domains". I have read the documentation several times but I still don't understand exactly the functionality. If possible, could you share an example of this? Again, than...
by peter69
10 Nov 2022, 22:58
Forum: Laravel package
Topic: Excludes Decorators doesn't work
Replies: 5
Views: 934

Excludes Decorators doesn't work

Hello everyone, I want to exclude some decorators from the service module, I have tried several configurations in my custom theme but none of them work: admin.php: <?php return [ 'jqadm' => [ 'service' => [ 'decorators' => [ 'excludes' => [ 'Country', 'Download' ] ] ] ], 'jsonadm' => [ ], ]; control...
by peter69
28 Oct 2022, 15:13
Forum: Help
Topic: Upgrading Aimeos 2022.10.1 error
Replies: 6
Views: 37071

Re: Upgrading Aimeos 2022.10.1 error

It worked!!!

Thank you very much!