Search found 126 matches

by columbo
15 Apr 2020, 11:17
Forum: Laravel package
Topic: Import products with images from CSV
Replies: 30
Views: 12575

Re: Import products with images from CSV

following if/else branch is used
https://github.com/aimeos/ai-controller ... #L176-L177

I also attached an example of the csv file:
by columbo
23 Mar 2020, 15:27
Forum: Laravel package
Topic: Import products with images from CSV
Replies: 30
Views: 12575

Re: Import products with images from CSV

I'm not sure if I got it right. I process a csv file with new and updated products once a day (for csv example see comment from 18 Feb 2020, 12:43) After the file is processed, images of the new or updated products are not displayed, images of already existing products are still displayed. I now exe...
by columbo
06 Mar 2020, 12:50
Forum: Laravel package
Topic: retrieve custom customer property
Replies: 5
Views: 2315

Re: retrieve custom customer property

sorry, but I couldn't solve it and I couldn't find a similar forum post / question either. Can you provde an example or any other hint how I can create this decorator please? Goal: I'd like to show the customer porperty "AccountNo" on the users profile page (next to the adress details) and...
by columbo
02 Mar 2020, 17:00
Forum: Laravel package
Topic: retrieve custom customer property
Replies: 5
Views: 2315

Re: retrieve custom customer property

thanks, but unfortunately i don't get it to work: the first one (customer.company) works fine, but as soon as I add getPropertyItems( 'accountid', true ) I just receive "A non-recoverable error occured" <div class="form-item form-group row company"> company: <?= $enc->attr( $this...
by columbo
01 Mar 2020, 12:00
Forum: Laravel package
Topic: retrieve custom customer property
Replies: 5
Views: 2315

retrieve custom customer property

Hi, I added a custom property (for AccountNo) to my customers object. How can I retriev and show the property value (account ID) in the customer profile view (/shop/profil)? I havent found any examples. I tried $this->getRefItems( 'customer', null, 'accountid' ) as $attrId => $attrItem ) : ?> but wi...
by columbo
19 Feb 2020, 21:11
Forum: Laravel package
Topic: Import products with images from CSV
Replies: 30
Views: 12575

Re: Import products with images from CSV

composer show: aimeos/ai-admin-jqadm 2019.10.9 Aimeos ai-admin-jqadm extension aimeos/ai-admin-jsonadm 2019.10.4 Aimeos ai-admin-jsonadm extension aimeos/ai-client-html 2019.10.12 Aimeos ai-client-html extension aimeos/ai-client-jsonapi 2019.10.4 Aimeos JSON API extension aimeos/ai-controller-fronte...
by columbo
18 Feb 2020, 22:08
Forum: Laravel package
Topic: Import products with images from CSV
Replies: 30
Views: 12575

Re: Import products with images from CSV

changed nothing else, just executed: artisan aimeos:jobs media/scale images are displayed now - THX ! its working with and without setting: controller/jobs/media/scale/standard/force = 1 But I'm still wondering why? Do I have to execute this manually or is it a configuration issue? This command shou...
by columbo
18 Feb 2020, 11:43
Forum: Laravel package
Topic: Import products with images from CSV
Replies: 30
Views: 12575

Re: Import products with images from CSV

The mapping seems to be OK. What is the content of the mshop_media table (link and preview columns)? Can you also post a few CSV lines as examples you want to import? mshop_media tabel: column link: /images/prodimage.jpg column preview: {"1":""} csv sample: id,str_item_number,pr...
by columbo
16 Feb 2020, 18:55
Forum: Laravel package
Topic: Import products with images from CSV
Replies: 30
Views: 12575

Re: Import products with images from CSV

Did you install Aimeos in a /shop subdirectory on your server? yes, and it worked fine so far. You are right, I used an older version. I updated now to 2019.10.10, set APP_URL=http://x.x.x.x:80 (wihtout /shop) and added 'absoluteUri' => true in shop.php unfortunately csv upload is still not working...
by columbo
16 Feb 2020, 12:49
Forum: Laravel package
Topic: Import products with images from CSV
Replies: 30
Views: 12575

Re: Import products with images from CSV

when using APP_URL=http://x.x.x.x:80 /shop manually added images (backend > product > media) are displayed correctly : <div class="media-item"> <img class="" src="http://x.x.x.x:80/shop/preview/2/3/23622508adbd0b6eb90f7eab2d0b8d70.jpg" data-src="http://x.x.x.x:80/s...