Search found 8 matches

by Dochr
26 May 2022, 08:26
Forum: Laravel package
Topic: How to automatically disable "select" product with disabled variants ("default")?
Replies: 3
Views: 743

Re: How to automatically disable "select" product with disabled variants ("default")?

Thank you for the answer. I was referring to setting the Status of the "select" product to "Disabled". For "default" products it happens automatically, if the stock level is 0. In this case (please see attached picture), the whole product can be disabled, and I was look...
by Dochr
24 May 2022, 19:02
Forum: Laravel package
Topic: How to automatically disable "select" product with disabled variants ("default")?
Replies: 3
Views: 743

How to automatically disable "select" product with disabled variants ("default")?

Hi, Is there a way to automatically disable select products with 0 stock for all their variants? I am looking for a similar mechanism that disables default product, which has 0 stock. What I am expecting to see, is that when all variants of a select product are disabled due to 0 stock, the select pr...
by Dochr
20 Apr 2022, 10:00
Forum: Laravel package
Topic: How to change default language in aimeos and how to get product data in that specific language
Replies: 6
Views: 3140

Re: How to change default language in aimeos and how to get product data in that specific language

Thank you, ./config/app.php had locale set to "en", and in .env file there was no mention of SHOP_MULTILOCALE, so I added it.
The site now no longer defaults to "en" version.
by Dochr
14 Apr 2022, 22:29
Forum: Laravel package
Topic: How to change default language in aimeos and how to get product data in that specific language
Replies: 6
Views: 3140

Re: How to change default language in aimeos and how to get product data in that specific language

I have a similar problem. With just two languages, I have ensured that their order in Locale tab is proper, with only one language with Position 0. In the dropdown menu, the order is correct, however, when the site is loaded, it still picks up incorrect language as a default: Is there something in t...
by Dochr
06 Apr 2022, 16:02
Forum: Laravel package
Topic: Unexpected behaviour when clicking the image on a product page
Replies: 2
Views: 679

Unexpected behaviour when clicking the image on a product page

This issue happens on Aimeos demo site: https://laravel.demo.aimeos.org/default/en/EUR/Demo-selection-article/1 When you click on an image, instead of showing it, it defaults to the last image from the set. In other words: If there are 2 images: Image1, and Image2, when I click on the main image, to...
by Dochr
16 Feb 2022, 10:56
Forum: Laravel package
Topic: CSV import - what is the limit of characters?
Replies: 1
Views: 1783

CSV import - what is the limit of characters?

Laravel version: 8.80 Aimeos version: 2021.10 PHP version: 8.0.8 When importing file via CSV, I am sometimes getting the following error: "2022-02-14 23:22:48 import/csv/product 3 Unable to import product with code "14150742pca": Code is too long" I have a suspicion that this is ...
by Dochr
25 Jan 2022, 20:12
Forum: Laravel package
Topic: Question about product import via csv
Replies: 1
Views: 540

Question about product import via csv

Laravel version: 8.80 Aimeos version: 2021.10 PHP version: 8.0.8 I have a question about https://aimeos.org/docs/latest/cronjobs/product-csv-import/ . Is it possible to configure the import to be idempotent? In other words: if a user will import the same file twice, it’ll update database only once. ...
by Dochr
03 Nov 2021, 20:37
Forum: Laravel package
Topic: How to handle products with variants of variants?
Replies: 1
Views: 1200

How to handle products with variants of variants?

Laravel version: 6.20.35 Aimeos version: 2021.07.6 Php version: 7.4.9 environment: Win I was looking for a solution on this forum, but did not find an answer. I want to have several levels of product variants: Parent: A shirt Children: Different color versions of a shirt Grandchildren: Different siz...