 Groups: Member
Joined: 8/21/2009 Posts: 2
|
Hello all
I am currently building a Zazle store for a friend of mine, and I have a few questions about the ZSB.
1) How to select the "product feed"? Basically, how do we change the product selection that is shown in the ZSB.
2) Is there a complete ZSB documentation somewhere? I have been looking on the Zazzle SB page and I find nothing, and Google finds nothing either.
Thanks Eugene
|
|
 Groups: Member
Joined: 5/12/2008 Posts: 2,131
|
|
|
 Groups: Member
Joined: 8/21/2009 Posts: 2
|
Thanks FNolan; this is the documentation I have been using today.
What I am looking for is a more complete documentation, one that explains all the different values that the $_GET parameters can take for example.
The quick guide is very incomplete, it basically tells how to use the default stores that are included in the package.
Thanks
|
|
 Groups: Member
Joined: 5/12/2008 Posts: 2,131
|
As far as I know there is no other documentation then what you already have. There's been talk of an updated version of the ZSB, maybe there will be better docs for it.
|
|
 Groups: ProSeller
Joined: 5/3/2009 Posts: 101
|
rudetackle wrote: 1) How to select the "product feed"? Basically, how do we change the product selection that is shown in the ZSB.
The really long number in this line of an individual page: Code:$_GET['productLineId'] = 'REALLY LONG NUMBER HERE'; ...is the category number that will be shown on that page.
|
|
 Groups: Member
Joined: 5/12/2008 Posts: 2,131
|
Ars_Celtica wrote:rudetackle wrote: 1) How to select the "product feed"? Basically, how do we change the product selection that is shown in the ZSB.
The really long number in this line of an individual page: Code:$_GET['productLineId'] = 'REALLY LONG NUMBER HERE'; ...is the category number that will be shown on that page. They were asking about the product, not catagory. Look in the config file, you'll see this section . . . Code:// Product type filter. You can use this variable to limit display to only one type of product (t-shirts, mugs, etc) // Just enter one of the numeric Product Codes below. If you leave this variable blank, all product types are displayed: // 128 Bumper Sticker // 137 Card // 144 Mouse pad // 145 Button // 146 Keychain // 147 Magnet // 148 Hat // 149 Bag // 151 Tie // 153 Photo Sculpture // 154 Apron // 156 Photo Print // 158 Calendar // 167 Keds Shoes // 168 Mug // 172 Postage Stamps // 186 Skateboards // 217 Sticker // 228 Print (posters) // 231 Embroidered shirts // 232 Embroidered bags // 233 Embroidered hats // 235 T-Shirt // 239 Postcards // 240 Profile Card $productType = ""; Just put the number of the product you want to display between the quotes on the last line.
|
|
 Groups: Member
Joined: 4/10/2009 Posts: 75
|
rudetackle wrote:Thanks FNolan; this is the documentation I have been using today.
What I am looking for is a more complete documentation, one that explains all the different values that the $_GET parameters can take for example.
The quick guide is very incomplete, it basically tells how to use the default stores that are included in the package.
Thanks It is my experience that $_GET can retrieve anything you want. IOW, you can create your own variables and concatenate them onto your links. Or any of the variables created by ZSB like productLineId, productType, etc. Examples: Just Cool TeesGalts Gulch Gifts
|
|
|
Guest |