Search found 33 matches

by Yvler
24 Aug 2015, 14:29
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 16579

Re: Feature: Suppliers (extra fields / translations)

Hi I did some core updates today, but there's still something I can't get working :) I updated the manager/item files to have the getRefItems() function.. but it's not working.. I have rows in the list table, but get no results when using the getRefItems or getListItems on the list manager of suppli...
by Yvler
18 Aug 2015, 11:48
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 16579

Re: Feature: Suppliers (extra fields / translations)

Got it!

I've got the complete supplier_list & supplier_list_type working..
how do I do a Git core commit to commit all these files? :) haven't done that before
by Yvler
18 Aug 2015, 07:37
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 16579

Re: Feature: Suppliers (extra fields / translations)

Hi

I've created the list files for supplier.. but when adding a list item to the supplier list I get this error:
'Number of binds (13) doesn't match the number of markers in "mshop/supplier/manager/list/default/item/insert"'

What am I doing wrong?
by Yvler
13 Aug 2015, 12:45
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 16579

Re: Feature: Suppliers (extra fields / translations)

Sooo, we should do it the other way around. The way we're now using the suppliers, via the product_list table, is not the best way to go? But don't we have the problem, if we go the other way, that we can't get the supplier as easily as we do now? We still need to show the supplier on the detail pag...
by Yvler
12 Aug 2015, 11:38
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 16579

Re: Feature: Suppliers (extra fields / translations)

Hi We linked the products with the suppliers. Now, we're taking the next step.. We'd like to add a logo to a supplier (media), a description (text) and a discount at supplier level (hidden attribute -> prices are calculated in a cronjob and written to the products) What is the best way to link these...
by Yvler
30 Jul 2015, 13:23
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 16579

Re: Feature: Suppliers (extra fields / translations)

OK! Great!
And if we add the supplier id as the ref ID in the list, can we just fetch the supplier label in the product list/detail view?
by Yvler
30 Jul 2015, 13:01
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 16579

Re: Feature: Suppliers (extra fields / translations)

Can you clear your last post? :) We're not understanding what we have to do. What we have is an item display on the list page and detail page, where we have a product like this: "Calippo - image of the calippo - Supplier/brand name in the language of the site: Ola - supplier logo extra info of ...
by Yvler
29 Jul 2015, 14:40
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 16579

Re: Feature: Suppliers (extra fields / translations)

Also: we noticed supplier isn't linked with a product. How can print a label on items-body-default.html?
Should I define a manager again and get it via searchItems?
by Yvler
29 Jul 2015, 13:29
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 16579

Feature: Suppliers (extra fields / translations)

Hi Aimeos I'm back with another request ;-) Is it possible to upgrade "suppliers" like the "catalog"? We would like to add attributes to it, and add translations :) We would like to use this as the storage for brands for products.. but a brand has another name in different langua...
by Yvler
22 Jul 2015, 14:22
Forum: Laravel package
Topic: Placing subparts somewhere else
Replies: 3
Views: 4720

Re: Placing subparts somewhere else

Ok
So no other way to retrieve a part of the aimeos_nav, put it in another section and yield it? :)
We have a button displayed depending if the user is logged in or not. These buttons should come next to the search bar and are using the Laravel "url" principle