Search found 26 matches

by Bananamoon
17 Aug 2015, 10:22
Forum: Laravel package
Topic: Extending Aimeos Controller
Replies: 10
Views: 10642

Re: Extending Aimeos Controller

the list page (homepage) should contain a slider, which should not be shown on the overview. The overview on the other hand should have the filter showing. In total, there's a whole different setup for both views. OK, I would do it the same way :-) To use another route, for your homepage, you have ...
by Bananamoon
17 Aug 2015, 09:33
Forum: Laravel package
Topic: Extending Aimeos Controller
Replies: 10
Views: 10642

Re: Extending Aimeos Controller

I'm trying to extend the CatalogController to change the listAction so I can add a bit of my own code. The core problem lies in the fact that Aimeos uses the same view for /list and /list?catalogname=123. This means I don't have a difference in my homepage and an overview page of the products in a ...
by Bananamoon
17 Aug 2015, 08:49
Forum: Laravel package
Topic: Extending Aimeos Controller
Replies: 10
Views: 10642

Extending Aimeos Controller

Hello again! :-) I'm trying to extend the CatalogController to change the listAction so I can add a bit of my own code. The core problem lies in the fact that Aimeos uses the same view for /list and /list?catalogname=123. This means I don't have a difference in my homepage and an overview page of th...
by Bananamoon
08 Jul 2015, 07:36
Forum: Laravel package
Topic: Upload images through own Controller
Replies: 2
Views: 4507

Re: Upload images through own Controller

Superb! Thanks for the help :-)
by Bananamoon
07 Jul 2015, 12:35
Forum: Laravel package
Topic: Upload images through own Controller
Replies: 2
Views: 4507

Upload images through own Controller

Hello, and sorry to bother you once again! :-) I'm trying to upload images through my own controller and my custom admin, so far I'm not having luck with getting the images uploaded. I found a _createItem() function, but I don't think I can access this through my custom Controller. here's a bit of c...
by Bananamoon
22 Jun 2015, 09:16
Forum: Help
Topic: Get Parent Id from catalog
Replies: 1
Views: 5396

Get Parent Id from catalog

Hello, I am trying to get the Parent item from a Catalog item through the parentid, however there doesn't seem to be a getParentId function available. I also tried with other functions (like searchItems) with no success whatsoever. Is there any way I am missing to get this parentid/item? Thanks for ...