Search found 128 matches

by columbo
16 Feb 2020, 18:55
Forum: Laravel package
Topic: Import products with images from CSV
Replies: 30
Views: 12940

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: 12940

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...
by columbo
15 Feb 2020, 10:59
Forum: Laravel package
Topic: Import products with images from CSV
Replies: 30
Views: 12940

Re: Import products with images from CSV

I double checked APP_URL and seems to be correct. As AIMEOS is installed in /shop directory, I added /shop APP_URL: APP_URL=http://x.x.x.x:80/shop When opening http://x.x.x.x:80/shop/images/prodimage.jpg in a browser, the correct image is shown. But frontend HTML only contains the APP_URL: <img clas...
by columbo
14 Feb 2020, 22:35
Forum: Laravel package
Topic: Import products with images from CSV
Replies: 30
Views: 12940

Re: Import products with images from CSV

I have a similar problem - I saved a product image below the public directory in '/images/prodimage.jpg', so my csv contains for colum media.url only: images/prodimage.jpg Unfortunately the image is not displayed in front- and backend. Backend in product > media I see instead the image just "im...
by columbo
07 Feb 2020, 11:20
Forum: Laravel package
Topic: send "csv import"-report by mail?
Replies: 2
Views: 1133

send "csv import"-report by mail?

Hi,

is it possible to receive a "csv import"-report send by email?
My products are updated daily using the csv import job.
It would be great if a report with the successful / failed imports would be sent by mail. - Is there already a way to do this?

Thanks
by columbo
31 Jan 2020, 15:09
Forum: Help
Topic: Action buttons in list view
Replies: 8
Views: 4302

Re: Action buttons in list view

is this still valid for version 2019.10? - unfortunately I didn't get it to work
I'd like to add the watch- and favorite list buttons on our catalog list.

Thank's
by columbo
24 Jan 2020, 11:57
Forum: Laravel package
Topic: integration of web tracking, event tracking
Replies: 1
Views: 982

integration of web tracking, event tracking

Hi,

are there already any web-tracking and / or event-tracking functions (like "add to cart", "checkout confirm" etc.) for e.g. Google Anayltics, Piwik PRO or Matomo prepared? If not, are there any recommendations or documents how to do?

Thank’s
by columbo
22 Jan 2020, 19:29
Forum: Laravel package
Topic: price of pre selected variant not displayed on catalog
Replies: 3
Views: 1936

Re: price of pre selected variant not displayed on catalog

Is it also possible to find in items-body-list.php which productitem is pre-selected and add the "price-actual" class to "articleitem price"? - so that this pre-selected price is displayed on the frontend? <?php foreach( $productItem->getRefItems( 'product', 'default', 'default' ...
by columbo
16 Jan 2020, 14:14
Forum: Laravel package
Topic: price of pre selected variant not displayed on catalog
Replies: 3
Views: 1936

price of pre selected variant not displayed on catalog

Hi, I'm using selection products and defined a pre-selection (client/html/catalog/selection/preselect) for my catalog page. (as explained on https://aimeos.org/docs/Configuration/Core/client/html/catalog/selection/preselect) The preselection works fine, but the price of the preselected variant is no...
by columbo
19 Dec 2019, 19:04
Forum: Laravel package
Topic: customize relative paths
Replies: 1
Views: 996

customize relative paths

Hi, I'm using ameos in a subdirectory and have set "document_root/abc/public" as alias in my apache.conf Statpage is working fine so far, but all relative links are missing my subfolder "/abc" How can I add a path-prefix (like "/abc") to the generated relative paths? ge...