Search found 126 matches

by columbo
15 Nov 2019, 19:18
Forum: Laravel package
Topic: csv import - no success or error message, product not imported
Replies: 9
Views: 3482

csv import - no success or error message, product not imported

Hi, I try to import the product-import-example.csv from https://aimeos.org/docs/Developers/Controller/Import_products_from_CSV on Laravel 6 When I execute: php artisan aimeos:jobs product/import/csv I receive only: Executing the Aimeos jobs for "default" no futher success or error message,...
by columbo
04 Nov 2019, 20:01
Forum: Laravel package
Topic: Bootstrap 4 support
Replies: 3
Views: 1887

Bootstrap 4 support

Hi,

does aimeos also support Bootstrap 4?
I added css and js form Bootstrap 4 CDN, but now some js-function e.g. mini basket are not working.
Is there a Bootstrap 4 (blade) template already available?

thanks, columbo
by columbo
25 Oct 2019, 16:25
Forum: Laravel package
Topic: CMS & aimeos integration
Replies: 3
Views: 2144

CMS & aimeos integration

Hi,

I'm looking for a CMS & aimeos integration. Do you have a recommendation?
I already checked OctoberCMS (https://octobercms.com) but I'm not sure if its the right solution.
Does anyone have experience with that?

Thank you!
by columbo
15 Oct 2019, 15:40
Forum: Laravel package
Topic: user login status / group assignment in view
Replies: 1
Views: 958

user login status / group assignment in view

Hi, how can we check in Laravel 6 if a user is already logged-in and if so, to which user groups he belongs in a view eg. in items-body-list.php? In Laravel blade I would check the login-status with something like: @if (Auth::check()) //show logged in detail-link @else //show logged out detail-link ...
by columbo
09 Oct 2019, 11:49
Forum: Laravel package
Topic: price-view & checkout for registered user - extend Laravel registration
Replies: 5
Views: 9370

Re: price-view & checkout for registered user - extend Laravel registration

aimeos wrote: 09 Oct 2019, 11:37 Yes, you have to set it in the registration controller.
Thank you!

are there any examples availbale how to add static values (like siteId) or add new viels (e.g. Company, Address, Phone, etc.) to the Laravel registartion form / registration controller?
by columbo
09 Oct 2019, 10:02
Forum: Laravel package
Topic: price-view & checkout for registered user - extend Laravel registration
Replies: 5
Views: 9370

price-view & checkout for registered user - extend Laravel registration

Hi, I'd like to restrict my Aimeos & Laravel 6 webshop, so that only registered and approved users can see products with prices and place orders. I expect, that I can use and extend the Laravel registration form for this. When I use the Laravel (standard) registration form, siteId is not set (in...