Search found 7600 matches

by aimeos
13 Aug 2015, 13:32
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 14798

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? That depends on the requirements but from a ease of use and performance perspective I would say "no". I will explain in detail below. But don't we have...
by aimeos
12 Aug 2015, 12:44
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 14798

Re: Feature: Suppliers (extra fields / translations)

What is the best way to link these items to a supplier (mshop_supplier)? Via the list tables of the the items itself (mshop_text_list, mshop_attribute_list, mshop_media_list) or add an extra list table to suppliers (mshop_supplier_list)? The best way is to create a mshop_supplier_list table and a c...
by aimeos
30 Jul 2015, 13:35
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 14798

Re: Feature: Suppliers (extra fields / translations)

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? Yes, that would be automatically available in the supplier item attached to the product if you configure the fetched domains to include the supplier domain as well: - https...
by aimeos
30 Jul 2015, 13:18
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 14798

Re: Feature: Suppliers (extra fields / translations)

orrr... do we have to link the supplier id (supplier table) to a list item of a product? Yes, that's exactly what I've meant. This simplifies some things and offers more flexibility too. Or is it maybe a better idea to extend the whole system for brands? :) No, the supplier domain is exactly build ...
by aimeos
30 Jul 2015, 10:35
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 14798

Re: Feature: Suppliers (extra fields / translations)

The supplier code is part of the product item, so currently you can have a 1:n relation between supplier and products. We discussed this internally and it might be a better idea to use the product list to associate suppliers to products. This would not only make m:n relations possible but can ease ...
by aimeos
30 Jul 2015, 10:26
Forum: TYPO3 extension
Topic: Introduce different suggestion types
Replies: 3
Views: 2572

Re: Introduce different suggestion types

So ok that looks like there´s no easy way to have different suggestion types. I will suggest the customer to build bundles or variants of products that need to be sold together anyway. Well, in fact there are already different suggestions types (suggestions and bought together products). You could ...
by aimeos
30 Jul 2015, 10:23
Forum: TYPO3 extension
Topic: Show stock level in suggestions
Replies: 1
Views: 1620

Re: Show stock level in suggestions

I need to display the addbasket button in product suggestion lists and it should reflect the current stock level. The button itself is no problem but I can´t tie the deferred JSON request to the list. The suggestion list and the product detail are displayed on the same page, so both sections need t...
by aimeos
29 Jul 2015, 20:32
Forum: TYPO3 extension
Topic: Introduce different suggestion types
Replies: 3
Views: 2572

Re: Introduce different suggestion types

I need to distinguish produc accessories. As far as I can see accessories (suggestions) can be related to products. I need to distinguish between necessary and optional accessories. Can this be done? Depends a bit what you exactly need. If there are optional products that makes sense to buy them to...
by aimeos
29 Jul 2015, 20:27
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 14798

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? The supplier code is part of the product item, so currently you can have a 1:n relation between supplier and products. Should I define a manager again and get it via searchItems? Each product bl...
by aimeos
29 Jul 2015, 20:18
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 14798

Re: Feature: Suppliers (extra fields / translations)

Is this possible? Is there already a plan to change this or can we just change / extend the code ourself? We would love to get a pull request from you :-) I will guide you through so you know what you have to do: 1.) Add a list and list type type to the SQL definition in lib/mshoplib/setup/default/...