Search found 11 matches

by George Horvath
03 Mar 2017, 11:26
Forum: Help
Topic: Import product category
Replies: 5
Views: 3781

Re: Import product category

We need 2 levels category import. From the csv we can provide the main category code and the sub category code like this: Main categories: Man | Women | Junior sub categories like Man | t-shirts , Women | Bags , Junior | Pants So I think its a check for if main category doesnt exists then make it an...
by George Horvath
03 Mar 2017, 11:10
Forum: Laravel package
Topic: Question about customers - why are customer tables empty?
Replies: 1
Views: 1384

Question about customers - why are customer tables empty?

Hi, I was spent a lot of time to research why customers table are empty. I found the logic how you store addresses for customers from the checkout page in the orders table. It stored in there anyway the user chose to register an account or not on the checkout last page. I want to make a profile page...
by George Horvath
23 Feb 2017, 13:05
Forum: Laravel package
Topic: Customer record error, add new address to customer error
Replies: 3
Views: 1816

Customer record error, add new address to customer error

Hi, Default Laravel aimeos installation. On extadmin I tried to add another address to a customer (this time for the main (admin) customer and i got this error message when push on save: (error on browser development panel/console - F12) Uncaught TypeError: Cannot read property 'record' of undefined...
by George Horvath
20 Oct 2016, 09:26
Forum: Laravel package
Topic: Error when trying to read same csv or update
Replies: 16
Views: 7391

Re: Error when trying to read same csv or update

According to the PHP docs ( http://php.net/manual/en/function.array-shift.php ), array_shift() returns either the value or null but never false. According to your thrown error, it seems that $listitem->getRefItem() returns null which means there's a list entry in mshop_product_list available but no...
by George Horvath
17 Oct 2016, 10:23
Forum: Laravel package
Topic: Error when trying to read same csv or update
Replies: 16
Views: 7391

Error when trying to read same csv or update

Hi ! I found some issue and need some help to resolve. My csv import works well, but when im trying to import the same csv (for test or for update some products) it stops with error message on first csv line: local.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message...
by George Horvath
07 Oct 2016, 14:18
Forum: Help
Topic: Import from csv
Replies: 10
Views: 6201

Re: Import from csv

Position 25 and 26 of your mapping are definitively wrong according to your CSV file: 25 => 'attribute.position', 26 => 'attribute.status', If color is also something that can have different values, then there should be a "variant" column and a product.lists.type mapping too. Hi thank you...
by George Horvath
05 Oct 2016, 11:18
Forum: Laravel package
Topic: Fixing by developers
Replies: 2
Views: 1935

Re: Fixing by developers

Hi aimeos! I found a view mistake on product details: there is wrong value getting from object i fixed that we can see property name instead of property code in blade. this is the code with comments in head section: file location: ext\ai-client-html\client\html\templates\catalog\detail\additional-pr...
by George Horvath
05 Oct 2016, 11:13
Forum: Laravel package
Topic: Fixing by developers
Replies: 2
Views: 1935

Fixing by developers

Some fixing FYI. I reply some fixings below this post...
by George Horvath
05 Oct 2016, 10:17
Forum: Help
Topic: Import product category
Replies: 5
Views: 3781

Re: Import product category

There's no category import yet because it's hard to import trees from CSV files. How many categories do you want to add to your shop? Hi aimeos! we need category trees by csv like this: (hungarian) FÉRFI KABÁTOK SAPKÁK SÍNADRÁGOK SÍKABÁTOK BEACH SHORT SHORT PULÓVER ESŐKABÁT T-SHIRT TÁSKÁK NŐI KABÁT...