Search found 14 matches

by karpati
03 May 2023, 09:23
Forum: Help
Topic: Different delivery fees per category
Replies: 1
Views: 2630

Different delivery fees per category

Hi Aimeos!

I would like to set a different delivery fee in one category than in the others.
How to set this up?

Thank you very much in advance for your answer!
by karpati
19 Jun 2022, 14:29
Forum: Help
Topic: Emails to the owner
Replies: 1
Views: 547

Emails to the owner

Hello Aimeos! Is there a way for the webshop owner to receive an email about every incoming order? I tried everything from the documentation (Laravel). The buyer receives the email about the order, but the webshop owner does not. client/html/email/bcc-email = 'myemail@myemail.com' Does not work. cli...
by karpati
13 Jun 2022, 19:03
Forum: Help
Topic: Colors on the category page
Replies: 3
Views: 981

Re: Colors on the category page

Hi!
Thanks for the help.
Unfortunately, I can't extract attributes from $productItem.

It does not work:

Code: Select all

$productItem->getRefItems( 'attribute', null, 'variant' );
Can you help me?
by karpati
19 May 2022, 18:05
Forum: Help
Topic: Change many prices at once
Replies: 3
Views: 867

Re: Change many prices at once

How can i do this?
by karpati
19 May 2022, 14:23
Forum: Help
Topic: Change many prices at once
Replies: 3
Views: 867

Change many prices at once

Hello Aimeos!

Is it possible to change many prices at once?
For example, export to excel, rewrite, and import back.

Thank you very much!
by karpati
02 May 2022, 15:06
Forum: Help
Topic: Colors on the category page
Replies: 3
Views: 981

Colors on the category page

Hello Aimeos!

What solution do you suggest if I want to display the colors (icons) of the product on the category page (Laravel)?
Is there a simple solution?
Thank you very much!
aimeos00001.jpg
aimeos00001.jpg (47.27 KiB) Viewed 977 times
these colors:
aimeos2.jpg
aimeos2.jpg (194.96 KiB) Viewed 979 times
by karpati
31 Mar 2022, 19:24
Forum: Help
Topic: Filters
Replies: 3
Views: 966

Re: Filters

If I remove disabled items, the ones that are relevant in that category will also disappear after the first click in the filter.
I only want to remove attributes that are not specific to any product in that category.
Is there a way to do that?
by karpati
27 Mar 2022, 15:49
Forum: Help
Topic: Filters
Replies: 3
Views: 966

Filters

Hi! The filter on the catalog page also displays attributes that are not relevant to that category. How do I set it to not show attributes from another category? For example: First category: Red and blue products Second category: Blue and green products When I look at the first category, the filter ...
by karpati
06 Mar 2022, 15:40
Forum: Help
Topic: How can I rename properties?
Replies: 1
Views: 639

How can I rename properties?

Hello! I imported a lot of products that have properties. I see the properties here: Catalog / Products / [my product] / Characteristics / Properties Everything is awesome. The names of the properties are not in my own language, I want to translate them. If I change the property name in the "Ty...
by karpati
19 Feb 2022, 08:33
Forum: Help
Topic: Features in GrapeJS
Replies: 3
Views: 1192

Re: Features in GrapeJS

It works, thank you very much for your help. I couldn't find the file "admin/jqadm/themes/custom.js" (and it didn't work when I put it there) so I copied the code to the file "admin/jqadm / js /custom.js". And it needed index 3 instead of index 4 because "impexp" is com...