 Groups: Member
Joined: 1/14/2008 Posts: 185 Location: Prattville, AL
|
The list of products are not showing up In my gallery, only the ones I have created are showing up but the zazzle product line is not showing up such as the shirts, bags, posters, cards, mousepad etc..... are not there anymore. I've went back trying to change this and that but they still not showing up. Any ideas?
Thanks Kelly
|
|
 Groups: Member
Joined: 6/14/2009 Posts: 932
|
Once you accept the "new" (a couple of months ago) format the product list is no longer available with no way to get it back.
|
|
 Groups: Member
Joined: 1/14/2008 Posts: 185 Location: Prattville, AL
|
Thanks for the info
Kel
|
|
 Groups: Member
Joined: 5/7/2009 Posts: 34
|
762x54rnet wrote:Once you accept the "new" (a couple of months ago) format the product list is no longer available with no way to get it back. I upgraded both my stores, and I have the products type list. In "Edit Content" --> "Beta! Advanced" add in Quote: <z:module name="producttypes" visible="true" target="products" />
after the first Quote: <z:module name="categories" visible="true" target="products" /> or where ever else you want in on your nav bar.
|
|
 Groups: Member
Joined: 1/14/2008 Posts: 185 Location: Prattville, AL
|
Well I have not been using the advanced beta, maybe I should give it a try, thanks for the info.
Kelly
|
|
 Groups: Member
Joined: 1/14/2008 Posts: 185 Location: Prattville, AL
|
I copied and pasted <zmodule name="producttypes" visible="true" target="products" />
and added it in the beta advanced but it did not work, did I do it right?
Kelly
|
|
 Groups: Member
Joined: 5/7/2009 Posts: 34
|
Kelly, did you type it in the exact way you typed it here? If you did you missed a :, it should be z :module, not zmodule. Also, where did you paste it into? Did you want to copy your whole maintemplate? This is mine: Quote: <z: page id="home" title="Home" navigable="true" visible="true" template="maintemplate"> <z:content placeholder="contentpane"> <z:module name="homecontent" visible="true" /> <z:module name="toppicks" visible="false" /> <z:module name="categoriesgrid" visible="true" view="scrolly" target="products" /> <z:module name="homeproducts" visible="true" target="products" /> <z:module name="commentwall" visible="false" /> </z:content> <z:content placeholder="navpane"> <z:module name="infonavigation" visible="true" /> <z:module name="productsearch" visible="true" target="products" /> <z:module name="featuredcategories" visible="true" target="products" /> <z:module name="categories" visible="true" target="products" /> <z:module name="producttypes" visible="true" target="products" /> <z:module name="tags" visible="false" target="products" /> <z:module name="storestatistics" visible="true" /> </z:content> </z: page> just with spaces in the z: page because it kept turning them to smilies.
|
|
|
Guest |