Search found 33 matches

by Yvler
22 Jul 2015, 13:11
Forum: Laravel package
Topic: Placing subparts somewhere else
Replies: 3
Views: 4715

Placing subparts somewhere else

Hi Aimeos At this moment we're trying to rearrange the layout. For this, we would like to have the search bar next to some buttons (my cart, login) and the navigation under it with some buttons next to it. Is there a way to rearrange this? Or do we have to put the html code for the buttons in the se...
by Yvler
23 Jun 2015, 12:19
Forum: Laravel package
Topic: Admin rebuild : getting/creating/updating data
Replies: 17
Views: 10508

Re: Admin rebuild : getting/creating/updating data

Soooo... I've added a product with the product manager used the stock submanager to add the stock created a new manager to add a price added the price with a list submanager to the product.. also aded the description and meta data with this submanager. and finally added the product to the catalog wi...
by Yvler
23 Jun 2015, 06:39
Forum: Help
Topic: Retrieve the category of a product
Replies: 8
Views: 9424

Re: Retrieve the category of a product

I already thought that it'd be this way. But i was hoping I could retrieve them the same way we retrieve media or the price
The problem is that we're using this on a productlist page, so we'd have to query for all the item id's :)
by Yvler
22 Jun 2015, 11:27
Forum: Help
Topic: Retrieve the category of a product
Replies: 8
Views: 9424

Retrieve the category of a product

Is it possible to retrieve the category of a product?
In the breadcrumb of the detail page of the shop, the category is echo'd. But I don't seem to find how this works :)
by Yvler
16 Jun 2015, 09:29
Forum: Laravel package
Topic: Admin rebuild : getting/creating/updating data
Replies: 17
Views: 10508

Re: Admin rebuild : getting/creating/updating data

We're trying to use that code in our Controller class in app/Http/Controllers/ProductController.php But we're not getting it working :/ Which namespaces/implements do we have to do? We're used to the Laravel code and we're not seeing the wood for the trees... Do we need to make an extension? And if ...
by Yvler
15 Jun 2015, 14:37
Forum: Laravel package
Topic: Admin rebuild : getting/creating/updating data
Replies: 17
Views: 10508

Admin rebuild : getting/creating/updating data

Hi As I told in another post, we're trying to rewrite the admin panel. Is there an easy way (à la Laravel way) to receive a list (for example of products, categories, ...) of items? Is there another way to save and update them, or create them? :) Or do we just do the standard Laravel stuff and write...
by Yvler
10 Jun 2015, 23:43
Forum: Laravel package
Topic: Supplier / Brands
Replies: 7
Views: 4389

Re: Supplier / Brands

you may always help us get to start this up it's still hard to understand how the whole code is working :) our requirements are very simple.. we have brands in different categories :) so we have a master brand with different sub-brands... products can be available under the master brand, or can be a...
by Yvler
10 Jun 2015, 14:46
Forum: Laravel package
Topic: Supplier / Brands
Replies: 7
Views: 4389

Re: Supplier / Brands

Is there a possibility that you're going to change this in the future?
or for suppliers to be in multiple levels?
by Yvler
08 Jun 2015, 11:34
Forum: Laravel package
Topic: Supplier / Brands
Replies: 7
Views: 4389

Supplier / Brands

Another problem/question: Is there a way to add brands with products? example: brand: Coca Cola Company product: - coca cola - fanta ... What is "supplier" in the admin/templates? Is this used for adding brands, or is this really the supplier of the goods? (like in a company who is supplyi...
by Yvler
04 Jun 2015, 13:02
Forum: Help
Topic: Length selection disables color selections
Replies: 3
Views: 3867

Re: Length selection disables color selections

I'll check it out ;-)
I'll contribute @ github when we made this modification :)