TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-project-tt-products@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 02.05.2008, 20:44
Juan Pablo Villaverde
Gast
 
Beiträge: n/a
Standard [TYPO3-shop] Products in different home page zones

Hi!

Is possible to include two arbitrary different products in two different
areas of a home page (like special offers..)? The highlight list or offers
lists does not work for me since I need the products splitted in two
(actually 5 ) zones with product information, and "buy it" links.

I tried to include the products single view plugin, but I cant configure a
specified products from the flexform..

Thanks in advance,

jp


_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 03.05.2008, 17:35
Franz Holzinger
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Products in different home page zones

Juan Pablo Villaverde a écrit :
> Hi!
>
> Is possible to include two arbitrary different products in two different
> areas of a home page (like special offers..)? The highlight list or offers
> lists does not work for me since I need the products splitted in two
> (actually 5 ) zones with product information, and "buy it" links.
>
> I tried to include the products single view plugin, but I cant configure a
> specified products from the flexform..
>

You can use the starting point for this.

- Franz
_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 03.05.2008, 22:15
Juan Pablo Villaverde
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Products in different home page zones

_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 03.05.2008, 22:54
Franz Holzinger
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Products in different home page zones

Juan Pablo Villaverde a écrit :
> I already tried, and I can only select a page record (the storage page or
> folder with many products inside) as starting point, for an speciffic
> product I need to select a product *inside* the selected page.
>
> Please let me know in which way should I use the starting poing for this.
>
> Thanks for your help Franz =)
>


Then you must use the product category and provide a category parameter
or a defaultCategoryID setup on the page.

Or in the single view of a product you can use the defaultProductID.
Or there is some way to use the TYPO3 backend to select a special
product record for insert similar as for content element. But I did not
test this. Maybe some codings needs to be done here.

- Franz
_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #5  
Alt 04.05.2008, 01:44
Juan Pablo Villaverde
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Products in different home page zones

> Then you must use the product category and provide a category parameter
> or a defaultCategoryID setup on the page.
> > Or in the single view of a product you can use the defaultProductID.

> Or there is some way to use the TYPO3 backend to select a special
> product record for insert similar as for content element. But I did not
> test this. Maybe some codings needs to be done here.
> > - Franz


The defaultProductID may be configured via TSConfig, and TSConfig is per
page, and I need two or more different products, I need different
defaultProductIDst for each single view content element in the page, then I
can not use this option.
Same case for defaultCategoryID.

I think that the final challenge is to be able to set the defaultProductID
in each Single View instance (in the content element instead of the page).
The problem is that as far as I know is not possible to set a TSConfig for a
content element, right? I think that the TSConfig is page wide in all cases
And I can't figure out another way to achieve the needed behaviod..

Further ideas and/or help will be tremendously appreciated!

Regards,

jp



_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #6  
Alt 05.05.2008, 09:28
Franz Holzinger
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Products in different home page zones

Juan Pablo Villaverde a écrit :
>> Then you must use the product category and provide a category parameter
>> or a defaultCategoryID setup on the page.
>>> Or in the single view of a product you can use the defaultProductID.

>> Or there is some way to use the TYPO3 backend to select a special
>> product record for insert similar as for content element. But I did not
>> test this. Maybe some codings needs to be done here.
>>> - Franz

>
> The defaultProductID may be configured via TSConfig, and TSConfig is per
> page, and I need two or more different products, I need different
> defaultProductIDst for each single view content element in the page, then I
> can not use this option.
> Same case for defaultCategoryID.
>
> I think that the final challenge is to be able to set the defaultProductID
> in each Single View instance (in the content element instead of the page).
> The problem is that as far as I know is not possible to set a TSConfig for a
> content element, right? I think that the TSConfig is page wide in all cases
> And I can't figure out another way to achieve the needed behaviod..


The TYPO3 template system must be enhanced to make this possible. A bad
way would be to add an additional product select to each plugin. This is
not usable or very much work for the shop admi if you have many products.

- Franz
_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #7  
Alt 05.05.2008, 16:56
Juan Pablo Villaverde
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Products in different home page zones

_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #8  
Alt 06.05.2008, 06:20
Juan Pablo Villaverde
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Products in different home page zones

_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3-shop] noImageAvailable for products Unai Aizpurua typo3-project-tt-products@lists.netfielders.de 2 18.10.2007 16:26
[TYPO3-shop] specify category id for products:list on a page;mbi_categories Andrew Davis typo3-project-tt-products@lists.netfielders.de 3 05.06.2007 17:14
[TYPO3-shop] related products Mauro Lorenzutti typo3-project-tt-products@lists.netfielders.de 2 19.03.2007 14:28
[TYPO3-shop] Different dicounts for different products ? Gunnar Jonsson typo3-project-tt-products@lists.netfielders.de 0 09.02.2007 20:49
[TYPO3] Show the page title of the section home page rocky Ou typo3-english@lists.netfielders.de 1 02.02.2007 08:18


Alle Zeitangaben in WEZ +1. Es ist jetzt 22:37 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77