Search found 126 matches

by columbo
15 Feb 2020, 10:59
Forum: Laravel package
Topic: Import products with images from CSV
Replies: 30
Views: 12710

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

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

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

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

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

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

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

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...
by columbo
11 Dec 2019, 18:47
Forum: Help
Topic: Incorrect URL path with multiple apache alias
Replies: 8
Views: 5153

Re: Incorrect URL path with multiple apache alias

how was this solved? I'm facing the same problem aimeos installed in: /document_root/shop prefix xy in shop.php: 'default' => ['prefix' => 'xy', 'middleware' => ['web']], startpage works fine: <my domain>/shop/gw but click on a product link leads to <my domain>/gw/Product_1 instead to <my domain> /s...
by columbo
05 Dec 2019, 17:27
Forum: Laravel package
Topic: Import articles with quantity based prices
Replies: 3
Views: 1642

Re: Import articles with quantity based prices

Are there any other possibilities to import product-, price- and other data? e.g. separating in several files for each domain one, product, price, category assignment? We have multiple product attributes, category assignments and multiple prices - we have now 40+ columns in the csv and counting. Is ...