Search found 95 matches

by peter69
31 Jan 2023, 04:40
Forum: Laravel package
Topic: Product Donations
Replies: 18
Views: 3550

Re: Product Donations

Hello Aimeos, I checked in detail the error and made several tests. The issue occurs because the getCatalogIds function returns an empty array. I checked the configuration of the category and had it configured with the state: " hidden ", apparently this function does not take into account ...
by peter69
30 Jan 2023, 14:53
Forum: Laravel package
Topic: Keeping templates up to date
Replies: 6
Views: 1305

Re: Keeping templates up to date

Ohh ok, thanks a lot for the clarification!

Is there any link to best practices for laravel theme/custom extension in Aimeos?

Regards!
by peter69
30 Jan 2023, 14:45
Forum: Laravel package
Topic: Product Donations
Replies: 18
Views: 3550

Re: Product Donations

Hello!

I have sent you the error as a private message,

Regards,
by peter69
28 Jan 2023, 21:58
Forum: Laravel package
Topic: Product Donations
Replies: 18
Views: 3550

Re: Product Donations

Hello Aimeos, I have created a service delivery called: "Delivery to families in need" to which I have assigned the provider I have created which is called: DeliveryToFamilies. For this service delivery, I assigned the decorator that you recommended me to use: Category (in which I added th...
by peter69
27 Jan 2023, 15:58
Forum: Laravel package
Topic: Keeping templates up to date
Replies: 6
Views: 1305

Re: Keeping templates up to date

I created the theme/package with the extension generator: https://aimeos.org/extensions The theme it created for me contains all the client and admin templates, so do you recommend that I delete the folders and files that I have not customized? This way I will be making modifications to specific par...
by peter69
26 Jan 2023, 20:18
Forum: Laravel package
Topic: Vue storefront
Replies: 12
Views: 3367

Re: Vue storefront

Hello!!! I tried to run the project, however it shows several errors when running the development server. I have opened an issue in the Skynet repo: https://github.com/skynetindia/vuestore-theme/issues/1 I would be very grateful if you can provide me some url where there is some documentation on how...
by peter69
26 Jan 2023, 16:46
Forum: Laravel package
Topic: Keeping templates up to date
Replies: 6
Views: 1305

Keeping templates up to date

Hello Aimeos! Happy New Year! The project I've been developing was done with a theme/package (recommended way to make modifications without losing changes when updating Aimeos packages). However, I would like to know if you have any recommendations on how to somehow keep my theme "updated"...
by peter69
09 Dec 2022, 16:29
Forum: Laravel package
Topic: Vue storefront
Replies: 12
Views: 3367

Re: Vue storefront

I wonder if you need help to make VueStoreFront integration with Aimeos possible.

Or if you need me to run some tests, I'll be happy to help.

Regards!
by peter69
06 Dec 2022, 19:34
Forum: Laravel package
Topic: Error hidding and change mandatory fields
Replies: 4
Views: 938

Re: Error hidding and change mandatory fields

You could validate whether or not to display the fields according to the billing/delivery configuration of the checkout settings: <?php if (!in_array('order.base.address.salutation', $this->config('client/html/checkout/standard/address/delivery/hidden') , true)): ?> <div class="form-item form-g...
by peter69
02 Dec 2022, 14:07
Forum: Laravel package
Topic: Delivery Pickup Date and Time
Replies: 12
Views: 2702

Re: Delivery Pickup Date and Time

Hello, Thank you very much for your reply, Where I have doubts, is in the frontend part. How should I name or what values should I set the inputs so that they are saved correctly? For example, is it correct if I set it as follows: <div id="time-slots"> <input type="text" class=&q...