Search found 42 matches

by whatdaro
31 Aug 2022, 07:46
Forum: Laravel package
Topic: fresh install missing core routes
Replies: 3
Views: 798

Re: fresh install missing core routes

ok, how can I find what is the service provider for login and admin?
myshop/login is returning 404.
myshop/admin is returning 404.

with previous versions a clean install login and admin would work out of the box.
by whatdaro
28 Aug 2022, 23:32
Forum: Laravel package
Topic: fresh install missing core routes
Replies: 3
Views: 798

fresh install missing core routes

Laravel: 9.2 Aimeos: 2022.07 php: 8.1 Installing a fresh clean install with composer composer create-project aimeos/aimeos newshop The web.php route file contains the below, there are no core routes $params = []; $conf = ['prefix' => '', 'where' => []]; if( env( 'SHOP_MULTILOCALE' ) ) { $conf['prefi...
by whatdaro
17 Aug 2022, 23:16
Forum: Laravel package
Topic: product attributes list order not working
Replies: 3
Views: 775

Re: product attributes list order not working

yes, numbering starts from 0
by whatdaro
17 Aug 2022, 12:15
Forum: Laravel package
Topic: product attributes list order not working
Replies: 3
Views: 775

product attributes list order not working

Laravel: 9.13.0 Aimeos: 2022.04 PHP: 8.1.6 DB: MariaDB 15.1 Hello, I've added multiple attributes to products. When adding these products to a "selection" product the attribute selection order is not matching to the order of the attribute's number assigned. Could you please let me know whe...
by whatdaro
15 Aug 2022, 11:20
Forum: Laravel package
Topic: import product csv
Replies: 2
Views: 622

import product csv

Laravel: 9.13.0 Aimeos: 2022.04 PHP: 8.1.6 DB: MariaDB 15.1 Hi, I would like to import a csv file of "default" type products but with each product having multiple attributes. the example provides help with importing a product with a single attribute: "attribute code","attrib...
by whatdaro
05 Jun 2022, 05:20
Forum: Laravel package
Topic: Import/update product prices only
Replies: 1
Views: 539

Import/update product prices only

Laravel: 9.13.0 Aimeos: 2022.04 PHP: 8.1.6 DB: MariaDB 15.1 Hi, I need to update prices from another system, I already can provide the data to Laravel/Aimeos in any format. However, import csv only works with new products, I need to be able to update existing products. Since Aimeos does not have Elo...
by whatdaro
23 May 2022, 06:38
Forum: Laravel package
Topic: Custom theme not getting used
Replies: 4
Views: 1095

Re: Custom theme not getting used

Thanks cyberdev, That was really helpful, now I see where I went wrong. Got my theme working. Somewhere along the documentation it switches from Laravel to Aimeos extension creating instructions. (I still don't know what the difference is, but I'm using Laravel ext created now). One more thing to no...
by whatdaro
22 May 2022, 08:54
Forum: Laravel package
Topic: Custom theme not getting used
Replies: 4
Views: 1095

Custom theme not getting used

Laravel: 9.13.0 Aimeos: 2022.04 PHP: 8.1.6 DB: MariaDB 15.1 Custom theme/ext not loading. This is a complete new install of the sample shop. I've followed the instructions to create an ext and also copy the existing theme to mytheme's (abc) own folder "cp -r ./themes/client/html/default/ ./them...
by whatdaro
15 May 2022, 16:44
Forum: Laravel package
Topic: move products to another install
Replies: 2
Views: 721

Re: move products to another install

Could I get some advice with this please.
by whatdaro
19 Apr 2022, 04:01
Forum: Laravel package
Topic: move products to another install
Replies: 2
Views: 721

move products to another install

Laravel 6.20.42 Aimeos: 2021.10.4 PHP: 7.4.12 DB: MariaDB I would like to know what tables I need to export and then import to a new install of Aimeos to migrate only product tables please. Also which data folders will need to move so that text and media associated data for products also migrates, t...