Search found 95 matches

by peter69
26 Jul 2022, 16:05
Forum: Laravel package
Topic: Product Donations
Replies: 18
Views: 3631

Re: Product Donations

Thank you very much!!!
by peter69
26 Jul 2022, 16:05
Forum: Laravel package
Topic: Show only related brands/suppliers.
Replies: 3
Views: 707

Re: Show only related brands/suppliers.

Thank you very much for the information. With CSS I have hidden the disabled flags/suppliers.

Thanks for your help!
by peter69
26 Jul 2022, 16:02
Forum: Laravel package
Topic: Delete doesn't work
Replies: 10
Views: 1905

Re: Delete doesn't work

I started the theme by downloading the base files from the aimeos online tool.

I have modified the href anyway so that the resources can be removed.

Now it works fine!

Thank you very much for your help!
by peter69
26 Jul 2022, 15:59
Forum: Laravel package
Topic: Order and delivery status.
Replies: 1
Views: 465

Order and delivery status.

Hello!

Is there any way to show the order status on the customer account page?

Also, the delivery status. More however it does not appear.

Thank you very much for any help you can give me,

Best regards!
by peter69
22 Jul 2022, 05:18
Forum: Laravel package
Topic: Get products by category id
Replies: 6
Views: 5797

Re: Get products by category id

I was able to implement it!

Thank you very much!
by peter69
21 Jul 2022, 05:12
Forum: Laravel package
Topic: Get products by category id
Replies: 6
Views: 5797

Re: Get products by category id

I added the following decorator: packages/my-theme/src/Client/Html/Common/Decorator/ProductsCategory.php This is the code for ProductsCategory.php : <?php namespace Aimeos namespace Aimeos "Aimeos"; class ProductsCategory extends AimeosClientHtmlCatalogBase implements AimeosClientHtmlCommo...
by peter69
21 Jul 2022, 04:58
Forum: Laravel package
Topic: Delete doesn't work
Replies: 10
Views: 1905

Re: Delete doesn't work

I added $event to the line of code: <a class="btn act-delete fa" tabindex="1" v-on:click.prevent.stop="askDelete(`<?= $enc->js( $id ) ?>`, $event)" href="#" title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ) ?>" aria-label=&quo...
by peter69
21 Jul 2022, 04:44
Forum: Laravel package
Topic: Delete doesn't work
Replies: 10
Views: 1905

Re: Delete doesn't work

Hello Sir, Thank you very much for your prompt response, The line of code is different in packages/my-theme/templates/admin/jqadm/locale/language/list.php It is as follows: <a class="btn act-delete fa" tabindex="1" href="#" v-on:click.prevent.stop="askDelete(`<?= $...
by peter69
15 Jul 2022, 05:47
Forum: Laravel package
Topic: Delete doesn't work
Replies: 10
Views: 1905

Re: Delete doesn't work

Hello Sir,

I have run composer up, then cleared all caches and the issue persists
by peter69
14 Jul 2022, 05:47
Forum: Laravel package
Topic: Show only related brands/suppliers.
Replies: 3
Views: 707

Re: Show only related brands/suppliers.

I was reading the documentation and apparently there is no related configuration, I think I have to do it manually as it may be a particular behavior.