Search found 12 matches

by tkristis
13 Nov 2017, 11:56
Forum: Laravel package
Topic: Adding new text fields for products
Replies: 3
Views: 1958

Adding new text fields for products

Environment - Win localhost, PHP - 7.0.22, Aimeos - 2017.07, Laravel - 5.5.19. Hi, it is possible to add more fields to products? My products are education courses. I don't need Characteristics and Stocks fields. What I need is venue location of course and few more body text fields. Can I get help w...
by tkristis
03 Nov 2017, 13:29
Forum: Laravel package
Topic: Hide all products in 'list' page
Replies: 7
Views: 3625

Re: Hide all products in 'list' page

Thank you, now it shows how many products in each category.
But problem is that base template can't be found.

Maybe it's because I created index.blade.php template in app/resources/views?
But it must be in app/ vendor/aimeos/aimeos-laravel/src/views ?
by tkristis
02 Nov 2017, 12:18
Forum: Laravel package
Topic: Hide all products in 'list' page
Replies: 7
Views: 3625

Re: Hide all products in 'list' page

I created controller ProductsController.php <?php namespace App\Http\Controllers; use Illuminate\Http\Request; class ProductsController extends Controller { public function index() { $params = app( '\Aimeos\Shop\Base\Page' )->getSections( 'index' ); // do some more stuff return \View::make('index', ...
by tkristis
30 Oct 2017, 14:54
Forum: Laravel package
Topic: Hide all products in 'list' page
Replies: 7
Views: 3625

Re: Hide all products in 'list' page

But if I delete 'catalog/lists' then all products be hidden, even if I open any category.
I want to hide all products just from landing list page, but keep it in categories.
So if I want to do this I need to create a new page or there is another way?
by tkristis
30 Oct 2017, 14:24
Forum: Laravel package
Topic: Hide all products in 'list' page
Replies: 7
Views: 3625

Hide all products in 'list' page

Environment - Linux,
PHP - 7.0.22,
Aimeos - 2017.07,
Laravel - 5.5.19.

I want to hide all products which are in 'list' page and leave just search bar with categories.
Like I understand I need to work with config/shop.php file, but I can't find information how to achieve that what i want.
Any help?
by tkristis
30 Oct 2017, 11:32
Forum: Laravel package
Topic: Aimeos routes
Replies: 5
Views: 3963

Re: Aimeos routes

I found a solution. In config/app.php in the providers array put the service provider of the package before App\Providers\RouteServiceProvider::class, and then in your web.php routes you'll be able to override it with your custom route. Also need to change route code and add slash. Instead this: 'us...
by tkristis
25 Oct 2017, 11:18
Forum: Laravel package
Topic: Aimeos routes
Replies: 5
Views: 3963

Re: Aimeos routes

I get "CatalogController does not exist" error, but thanks I will try to figure it out.
by tkristis
25 Oct 2017, 09:53
Forum: Laravel package
Topic: Aimeos routes
Replies: 5
Views: 3963

Re: Aimeos routes

So if I want to change product listing page name instead "list" to "products" how I could do that?
by tkristis
23 Oct 2017, 19:30
Forum: Laravel package
Topic: Aimeos routes
Replies: 5
Views: 3963

Aimeos routes

Hi, I can't find aimeos routes.
Where are location of aimeos routes?

I'm using latest version of aimeos.

Thanks for help!
by tkristis
19 Oct 2017, 17:37
Forum: Help
Topic: Add product image on staging environment on AWS with ec2
Replies: 0
Views: 4043

Add product image on staging environment on AWS with ec2

Hi, we're trying to upload product image via admin dashboard on a staging environment on AWS with ec2. We're using ubuntu 16.04, with the latest aimeos version, with PHP 7.0, and laravel 5.5. I have issue when uploading new product image from local computer. Error : Couldn't create directory "f...