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.04.2008, 08:21
Blaž Smolnikar
Gast
 
Beiträge: n/a
Standard [TYPO3-shop] Problem displaying categories and products

Hi,

I have typo3 4.1.6 and tt_products 2.5.5. I have created sys folder for
products and categories. then I have added some categories and some
products. Now I have created a web page for displaying shop categories
that are in sys folder (I have choose shop module as content element and
then choose display mode as Categories: List. Starting point is sys
folder where are categories and products).

In TS I have some configurations for tt_products:
plugin.tt_products {
templateFile =
fileadmin/templates/tt_products/shop_template-css-slo.tmpl --> This is
my translated tpl
}

Now I expect that I will get on page listed categories but I get blank
page, no categories.

What did I do wrong?

I also have installed mbi_products_categories extension which version
is 0.1.1. I have also installed all required extensions, like xaJax, etc.

The same story is also for displaying products...

Any help would be appreciated

Best regards
_______________________________________________
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 02.04.2008, 09:46
Joachim Suess
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Problem displaying categories and products

Hi Blaz,
I have a similar problem. I just updated my shop (2.5.1 -> 2.6) but could
now not see my products anymore.
I read the manual, but couldn't solve my problems.

As template I use the delivered .de-template (with some minor
modifications). But neither if I use my old and modified TS nor if I leave
the TS for the shop blank I geth only this HTML-code:


<!-- CONTENT ELEMENT, uid:76/list [begin] -->
<a id="c76"></a>
<!-- Header: [begin] -->
<div class="csc-header csc-header-n2"><h1>Netzteil</h1></div>
<!-- Header: [end] -->
<!-- Plugin inserted: [begin] -->
<!-- BEGIN: Content of extension "tt_products", plugin
"tx_ttproducts_pi1" -->
<div class="tx-ttproducts-pi1"> <!-- START: tx-ttproducts-pi1-list --><div
id="tx-ttproducts-pi1-list"></div><!-- END: tx-tproducts-pi1-list -->
</div>
<!-- END: Content of extension "tt_products", plugin
"tx_ttproducts_pi1" -->
<!-- Plugin inserted: [end] -->
<!-- CONTENT ELEMENT, uid:76/list [end] -->


I'm searching for a solution for hours but couldn't find any - but in google
I found some people having the same problem, but they didn't find solutions
too, so they now use another shop.

Is anybody out there who has ideas for me and Blaz?

Thanks a lot
Joachim



"Blaz Smolnikar" <blaz.smolnikar (AT) vizija (DOT) si> schrieb im Newsbeitrag
news:mailman.14901.1207117376.5943.typo3-project-tt-products (AT) lists (DOT) netfielders.de...
> Hi,
>
> I have typo3 4.1.6 and tt_products 2.5.5. I have created sys folder for
> products and categories. then I have added some categories and some
> products. Now I have created a web page for displaying shop categories
> that are in sys folder (I have choose shop module as content element and
> then choose display mode as Categories: List. Starting point is sys folder
> where are categories and products).
>
> In TS I have some configurations for tt_products:
> plugin.tt_products {
> templateFile =
> fileadmin/templates/tt_products/shop_template-css-slo.tmpl --> This is my
> translated tpl
> }
>
> Now I expect that I will get on page listed categories but I get blank
> page, no categories.
>
> What did I do wrong?
>
> I also have installed mbi_products_categories extension which version is
> 0.1.1. I have also installed all required extensions, like xaJax, etc.
>
> The same story is also for displaying products...
>
> Any help would be appreciated
>
> Best regards



_______________________________________________
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 02.04.2008, 12:00
Joachim Suess
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Problem displaying categories and products

Hi, I have a nother information. If I don't use
"plugin.tt_products.useArticles = 1" (I don't need any Articles) there will
be these message / code:

<!-- BEGIN: Content of extension "tt_products", plugin
"tx_ttproducts_pi1" -->
<div class="tx-ttproducts-pi1">
<!-- START: tx-ttproducts-pi1-list --><div
id="tx-ttproducts-pi1-list"><b>Produkte: Keine Ersetzung der Artikel Marker
</b><b>###ARTICLE_...### . Um das zu aktivieren, muss useArticles gesetzt
werden.</b></div><!-- END: tx-ttproducts-pi1-list -->
</div>
<!-- END: Content of extension "tt_products", plugin
"tx_ttproducts_pi1" -->

Is this not a hint, that the shop should work? And It works, if I use a
static template delivered with t3 (e.g. template; GREEN) ... but therefore
my shop dosn't look like I need ;-)

Joachim



"Joachim Suess" <js (AT) wyl (DOT) de> schrieb im Newsbeitrag
news:mailman.1.1207122371.22026.typo3-project-tt-products (AT) lists (DOT) netfielders.de...
> Hi Blaz,
> I have a similar problem. I just updated my shop (2.5.1 -> 2.6) but could
> now not see my products anymore.
> I read the manual, but couldn't solve my problems.
>
> As template I use the delivered .de-template (with some minor
> modifications). But neither if I use my old and modified TS nor if I leave
> the TS for the shop blank I geth only this HTML-code:
>
>
> <!-- CONTENT ELEMENT, uid:76/list [begin] -->
> <a id="c76"></a>
> <!-- Header: [begin] -->
> <div class="csc-header csc-header-n2"><h1>Netzteil</h1></div>
> <!-- Header: [end] -->
> <!-- Plugin inserted: [begin] -->
> <!-- BEGIN: Content of extension "tt_products", plugin
> "tx_ttproducts_pi1" -->
> <div class="tx-ttproducts-pi1"> <!-- START: tx-ttproducts-pi1-list --><div
> id="tx-ttproducts-pi1-list"></div><!-- END: tx-tproducts-pi1-list -->
> </div>
> <!-- END: Content of extension "tt_products", plugin
> "tx_ttproducts_pi1" -->
> <!-- Plugin inserted: [end] -->
> <!-- CONTENT ELEMENT, uid:76/list [end] -->
>
>
> I'm searching for a solution for hours but couldn't find any - but in
> google I found some people having the same problem, but they didn't find
> solutions too, so they now use another shop.
>
> Is anybody out there who has ideas for me and Blaz?
>
> Thanks a lot
> Joachim
>
>
>
> "Blaz Smolnikar" <blaz.smolnikar (AT) vizija (DOT) si> schrieb im Newsbeitrag
> news:mailman.14901.1207117376.5943.typo3-project-tt-products (AT) lists (DOT) netfielders.de...
>> Hi,
>>
>> I have typo3 4.1.6 and tt_products 2.5.5. I have created sys folder for
>> products and categories. then I have added some categories and some
>> products. Now I have created a web page for displaying shop categories
>> that are in sys folder (I have choose shop module as content element and
>> then choose display mode as Categories: List. Starting point is sys
>> folder where are categories and products).
>>
>> In TS I have some configurations for tt_products:
>> plugin.tt_products {
>> templateFile =
>> fileadmin/templates/tt_products/shop_template-css-slo.tmpl --> This is
>> my translated tpl
>> }
>>
>> Now I expect that I will get on page listed categories but I get blank
>> page, no categories.
>>
>> What did I do wrong?
>>
>> I also have installed mbi_products_categories extension which version is
>> 0.1.1. I have also installed all required extensions, like xaJax, etc.
>>
>> The same story is also for displaying products...
>>
>> Any help would be appreciated
>>
>> Best regards

>
>



_______________________________________________
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] Highlight Products problem Saurabh typo3-project-tt-products@lists.netfielders.de 0 09.04.2008 15:58
[TYPO3-shop] Products categories menu pftp typo3-project-tt-products@lists.netfielders.de 2 01.01.2008 23:29
[TYPO3-shop] Related products accross categories? Patrick Scholman typo3-project-tt-products@lists.netfielders.de 7 28.12.2007 09:38
[TYPO3-shop] problem listing selected categories andmbi_products_categories typo3-project-tt-products@lists.netfielders.de 1 21.12.2006 12:27
[TYPO3] tt_news categories not displaying dave typo typo3-english@lists.netfielders.de 3 21.12.2006 11:00


Alle Zeitangaben in WEZ +1. Es ist jetzt 01:39 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