|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hello
Could anybody say how complicated it would be to implement a publisher field like the (simple) categories of tt_products? I mean the original categories and not the heirarcical extension. Thanks for a hint. David _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#2
|
|||
|
|||
|
Hello David,
> Could anybody say how complicated it would be to implement a publisher > field like the (simple) categories of tt_products? I mean the original > categories and not the heirarcical extension. If you use mbi_products_categories with mm tables then you could use an additional category for each product which is the manufacturer. manufacturer -- name1 -- name2 -- name3 maincategory -- cat1 --cat11 -- cat2 --cat21 You can use more than 1 tree of hierarchical categories connected together. So product1 can have manufacturer name2 and the categories cat11 and cat2, all at the same time. Without mbi_products_categories you can write your own class which derives from class.tx_ttproducts_category_base.php This base class already contains most of the needed code. Greets, Franz _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#3
|
|||
|
|||
|
Hello Franz
> Hello David, > >> Could anybody say how complicated it would be to implement a publisher >> field like the (simple) categories of tt_products? I mean the original >> categories and not the heirarcical extension. > > If you use mbi_products_categories with mm tables then you could use an > additional category for each product which is the manufacturer. > > manufacturer > -- name1 > -- name2 > -- name3 > > maincategory > -- cat1 > --cat11 > -- cat2 > --cat21 > > You can use more than 1 tree of hierarchical categories connected together. > > So product1 can have manufacturer name2 and the categories cat11 and > cat2, all at the same time. That sounds easy. But for Searching, is it easy, when the cats for the manufacturer are on a separate sysfolder? The point is not to mix cats and manufactuers ... > > Without mbi_products_categories you can write your own class which > derives from class.tx_ttproducts_category_base.php > > This base class already contains most of the needed code. > > > Greets, > > Franz > > > _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
|
#4
|
|||
|
|||
|
Hello David,
>> So product1 can have manufacturer name2 and the categories cat11 and >> cat2, all at the same time. > > That sounds easy. But for Searching, is it easy, when the cats for the > manufacturer are on a separate sysfolder? The point is not to mix cats > and manufactuers ... It would be the best to do exactly this. You can use the pid_list or something new: pid_manufacturer and pid_category to distinguish between manufacturers and normal categories. This would simplify even the search where it would find manufacturers as well as categories - all of them with the same code. - Franz _______________________________________________ TYPO3-project-tt-products mailing list TYPO3-project-tt-products (AT) lists...netfielders.de http://lists.netfielders.de/cgi-bin/...ct-tt-products |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3-shop] Linking to categories (as pages) | Ryan Hayle | typo3-project-tt-products@lists.netfielders.de | 0 | 14.12.2006 21:40 |
| [TYPO3-shop] Pages as categories and mbi_products_categories | David Fritschi | typo3-project-tt-products@lists.netfielders.de | 3 | 11.12.2006 10:01 |
| Re: [TYPO3-shop] Pages as Categories | Ryan Hayle | typo3-project-tt-products@lists.netfielders.de | 2 | 09.12.2006 00:31 |
| Re: [TYPO3-shop] categories questions | Johnny Peck | typo3-project-tt-products@lists.netfielders.de | 1 | 06.12.2006 10:05 |
| [TYPO3-shop] Re: [Typo3-shop] to browse categories in FE | Alexander | typo3-project-tt-products@lists.netfielders.de | 0 | 02.12.2006 16:35 |