Search found 7967 matches

by aimeos
30 May 2024, 12:43
Forum: Laravel package
Topic: Utilizing Vue2 Libraries in the Admin
Replies: 10
Views: 19272

Re: Utilizing Vue2 Libraries in the Admin

Seems to be not as easy as expected. You don't want to change any files in the aimeos/ai-admin-jqadm package because they will be replaced by new versions as soon as you run "composer update". Therefore, the first step should be to get Vuetify into your own extension. The easiest way seems...
by aimeos
30 May 2024, 12:29
Forum: Laravel package
Topic: Multi Vendor Setups Only
Replies: 2
Views: 304

Re: Multi Vendor Setups Only

This updates the database structure for all sites:

Code: Select all

php artisan aimeos:setup
This creates (or updates) a new site and adds the required default data, e.g. the types:

Code: Select all

php artisan aimeos:setup domain.nl
This creates (or replaces) a site for unit testing:

Code: Select all

php artisan aimeos:setup test unittest
by aimeos
29 May 2024, 07:13
Forum: Help
Topic: Error in setup
Replies: 4
Views: 2010

Re: Error in setup

This has been fixed now and will be part of the new release today.
by aimeos
29 May 2024, 07:11
Forum: Laravel package
Topic: Utilizing Vue2 Libraries in the Admin
Replies: 10
Views: 19272

Re: Utilizing Vue2 Libraries in the Admin

What I'm seeing inside the new code in v2024.04 is instead of having a div tag with the class of "vue", components now need to be called as "is='component-name'. Also in the components defined in .js files, it looks like you switched from Vue.component('component_name')... to Aimeos....
by aimeos
29 May 2024, 07:02
Forum: Laravel package
Topic: Install Aimeos in separate database
Replies: 6
Views: 2630

Re: Install Aimeos in separate database

According to your error message, the user name isn't passed for login into the database.
by aimeos
29 May 2024, 06:58
Forum: Help
Topic: Products Not Displaying in Aimeos Frontend
Replies: 2
Views: 1416

Re: Products Not Displaying in Aimeos Frontend

Your custom routes are likely to be the problem and there's no need to define those routes. Just follow the installation instructions till the end and you should get a fully working installation:
https://github.com/aimeos/aimeos-laravel#installation
by aimeos
28 May 2024, 15:39
Forum: Help
Topic: Error in setup
Replies: 4
Views: 2010

Re: Error in setup

We can't reproduce that issue. Do you have more details?
by aimeos
28 May 2024, 07:41
Forum: Laravel package
Topic: Install Aimeos in separate database
Replies: 6
Views: 2630

Re: Install Aimeos in separate database

You have to adapt the database configuration in the ./config/shop.php file:
https://github.com/aimeos/aimeos-larave ... hp#L51-L66
by aimeos
28 May 2024, 07:39
Forum: Laravel package
Topic: Error throwing exception in Plugin ProductLimit
Replies: 8
Views: 10738

Re: Error throwing exception in Plugin ProductLimit

The try/catch blocks have been removed in dev-master and 2024.04.x-dev of the aimeos/ai-client-html package. The change will be part of the next release.
by aimeos
27 May 2024, 07:27
Forum: TYPO3 extension
Topic: Product Image Ratio 1:1 not working proberly
Replies: 4
Views: 32976

Re: Product Image Ratio 1:1 not working proberly

The configuration has been moved to the media manager in 2024+:
https://github.com/aimeos/aimeos-core/b ... hp#L38-L64