ZStore Helper WordPress Plugin For Zazzle Store Builder
Updated: 20th June 2016
Unfortunately this plugin no longer works with the Zazzle feed anymore… Well it does, but not in certain situations. You should be able to use it as long as you only use keywords or a product line. If you try to use Product Types it will either not return any results or it will return default results. This is due to a major change in the Zazzle Feed, they no longer allow the parameter used to query Product Types.
The short version is that there is nothing I can do to fix it as the core issue is within the Zazzle Store Builder files and they have not been updated to fix the problem. I am currently working on a new plugin that will no longer need the Zazzle Store Builder to work, but I am having to fit development in around work. I will have it released as soon as possible. It will be donation based meaning you can download it free but donations will be highly encouraged. This post will be archived and a new post will be made for the new plugin, it will also have a dedicated documentation hosted on github pages so it will always be available even if my site is down.
If you’d like to stay up-to-date on the progress of the plugin please follow me on Twitter and/or Instagram (both @PaulBRobinson) where I post totally random life stuff, Degus and coding updates.
So a few members of Zazzle.com asked me to make a plugin for WordPress to make it easier to install the Zazzle Store Builder into WordPress. Usually it is quite easy, but for a novice coder placing it into WordPress can be a pain since it requires some special workarounds to be done. So to make it easy for people using WordPress I’ve made a plugin. I have asked the permission of Zazzle to release it and have now gotten permission, the only requirement is that you have download the Zazzle Store Builder from their website as you have to be a member & accept their terms & conditions to use it.
How Do I Install It?
Right here we go, the instuctions are as follows:
- Download the plugin (can be found at the bottom of this post.)
- Download the Zazzle Store Builder from here.
- Unzip the contents of the plugin (
zstore-helper.zip
) to thewp-content/plugins
folder in your WP installation. - Go to
wp-content/plugins/zstore-helper/zstore
which should be empty. Open the Zazzle Store Builder zip file. Go into the folder you can see & drag out the includes & css folders into the zstore folder. See figure 1 for what your directory should look like. - Make sure that you have fancy permalinks enabled. So your URLs don’t have
?p=34
in them, the plugin will not work without this due to Zazzle’s store bulder code. - Now go into your WordPress admin. Head to the plugins section & turn on the Zstore Helper plugin. Next head to the Zstore Helper options page that will appear under Settings & set some global options. These are the options that will always be run, unless you over ride them (more on that later).
- Once you’ve set the global options all you need to do is make a page or post & put
[zstore]
into it. Publish & your store will appear. 🙂
Options
Here is a list of the options available on the options page & detailed instructions on what they do:
- Contributor Handle
- The store name (generally shown in the URL of your store’s homepage) of the store you wish to show products from.
- Associate ID
- An ID used for referrals. Found under the associates center, which can be found in the gallery tab of MyZazzle.
- Product Line ID
- Allows you to display a specific product line. Leave blank to show all products from a gallery. The product line ID can be found by clicking on a product line in a gallery. The URL will look something like
http://www.zazzle.com/coatsofarms/products/cg-196595220567583981
. The string or numbers on the end is the product line ID. - Product Type
- Exactly what it says. Restrict which type of product is shown from the gallery.
- Keywords
- Also exactly what it says. Restrict products returned from the gallery by a keyword. Comma seperated. Eg. Cat, star, cow. You get the idea.
- Grid Width
- How wide, in pixels, should the complete product grid be. Although this is in pixels you do not need the px on the end, just the number.
- Grid Cell Size
- The size of each grid cell. Just pick a size from the list.
- Grid Cell Spacing
- The space, again in pixels, between each grid cell. As before although the value is in pixels only the number is needed & not px.
- Grid Cell Background Color
- The color used for each grid cells background color. In HEX but without the hash(#). Eg. FFFFFF is white. For a list of HEX colors try this link. You want the 6 char string under the column ‘Hex’.
- Use Google Analytics
- If you want to use Google Analytics then set this to true & then fill in Google Analytics Number with your UA number from your Google Analytics account. If you already have a Google Analytics plugin running on WordPress you probably won’t need this.
- Google Analytics Number (ID)
- If you set the last option to true then this is where you put your Google Analytics Number. It looks like this: UA-xxxxxxx-x. If you already have a Google Analytics plugin running on WordPress you probably won’t need this.
- Show How Many Products
- How many products do you want to show per page, or if you have pagination turned off, how many do you want to show in total. Default is 20. It is generally not a good idea to set this above 100 or 150 as it could crash older computers while trying to load all the images.
- Starting Page
- What page of results do you want to start on.
- Show Pagination
- Do you want to show a pagination. A pagination is the list of numbers that represent links to other pages if there are too many products to show on the first page.
- Show Sorting
- Do you want to show the sorting options. This allows visitors to sort by the Date Created or Popularity if set to true.
- Default Sorting
- What you want the products to be sorted by, Date Created or Popularity. Applies even if Show Sorting is set to false.
- Show ‘By’ Line
- Do you want to show the products ‘By’ line. This is the line that says ‘by zazzlestore’. In other words do you want to show which store created the product.
- Show Product Title
- Pretty obvious. Do you want to show the products’ title.
- Show Product Price
- Again obvious. Do you want to show the products’ price.
- Enable Caching
- Do you want to enable caching. This helps reduce server load for both you and Zazzle since it saves the images it uses so it doesn’t have to contact Zazzle everytime. Handy if you get a lot of visitors.
- Cache Lifetime
- How long before the cache is deleted & a new set of images is retrieved from Zazzle. This is in seconds. (3600 seconds = 1 hour)
Shortcode Over-rides
Here is a list, with examples, of the attributes used for over-rides. They are similar to HTML attributes so HTML users should feel right at home. Their uses match the options above so refer to the list above for any explanations.
- contributorhandle
- Example:
[zstore contributorhandle="ZazzleStore"]
- associateid
- Example:
[zstore associateid="THEASSOCIATEID"]
- productlineid
- Example:
[zstore productlineid="THEPRODUCTLINEID"]
- producttype
- Example:
[zstore producttype="cards"]
. You may use the three digit code or the name of a product from this list. - keywords
- Example:
[zstore keywords="cats"]
. A list of keywords if more than one is used they must be comma(,) seperated. - gridwidth
- Example:
[zstore gridwidth="400"]
- gridcellsize
- Example:
[zstore gridcellsize="medium"]
. This must match either tiny, small, medium, large or huge. - gridcellspacing
- Example:
[zstore gridcellspacing="5"]
- gridcellbgcolor
- Example:
[zstore gridcellbgcolor="FFFFFF"]
- useanalytics
- Example:
[zstore useanalytics="false"]
. Options are true or false. - analyticsid
- Example:
[zstore analyticsid="UA-xxxxxxx-x"]
- showhowmany
- Example:
[zstore showhowmany="20"]
- startpage
- Example:
[zstore startpage="1"]
- showpagination
- Example:
[zstore showpagination="true"]
. Options are true or false. - showsorting
- Example:
[zstore showsorting="true"]
. Options are true or false - defaultsort
- Example:
[zstore defaultsort="date_created"]
. Options are date_created or popularity. - showproductdescription
- Example:
[zstore showproductdescription="true"]
. Options are true or false. - showbyline
- Example:
[zstore showbyline="ZazzleStore"]
. Options are true or false. - showproducttitle
- Example:
[zstore showproducttitle="true"]
. Options are true or false. - showproductprice
- Example:
[zstore showproductprice="true"]
. Options are true or false. - usecaching
- Example:
[zstore usecaching="false"]
. Options are true or false - cachelifetime
- Example:
[zstore cachelifetime="3600"]
. Length in seconds.
You can use any of these in combination like this: [zstore contributorhandle="ZazzleStore" producttype="Mugs" keywords="cats, dogs"]
.
Product Type List
This is the list of product types for use with the producttype
Shortcode attribute. The name on the left is the name to use in the shortcode. The name on the right is just to use as reference.
- zazzle_apron – Aprons
- bagettes_bag – Bagettes Bags
- zazzle_bag – Bags
- zazzle_binder – Binders
- zazzle_bumpersticker – Bumper Stickers
- zazzle_button – Buttons
- zazzle_calendar – Calendars
- zazzle_card – Cards
- zazzle_candyjar – Candy Jar
- caseable_case – Caseable Cases
- casemate_case – Casemate Cases
- zazzle_coaster – Coasters
- fuji_coaster – Cork Coasters
- musicskins_skin – Custom Skins
- zazzle_doodle – Doodle Speaker
- fuji_electronicsbag – Electronics Bags
- zazzle_embroideredbag – Embroidered Bags
- zazzle_embroideredhat – Embroidered Hats
- zazzle_embroideredshirt – Embroidered Shirts
- zazzle_envelope – Envelopes
- zazzle_flyer – Flyers
- fuji_mousepad – Gel Mousepads
- zazzle_giftbox – Gift Boxes
- zazzle_hat – Hats
- zazzle_invitation – Invitations
- zazzle_speckcase – iPad/iPhone Cases
- zazzle_keychain – Keychains
- mojo_kitchentowel – Kitchen Towels
- zazzle_label – Labels
- zazzle_letterhead – Letterhead
- zazzle_magnet – Magnets
- zazzle_mousepad – Mousepads
- zazzle_mug – Mugs
- mojo_napkin – Napkins
- zazzle_necklace – Necklaces
- fuji_notebook – Notebooks
- fuji_notepad – Notepads
- zazzle_ornament – Ornaments
- zazzle_petshirt – Pet Apparel
- zazzle_petbowl – Pet Bowl
- zazzle_photocard – Photo Cards
- zazzle_photoenlargement – Photo Enlargement
- fuji_plaque – Photo Plaques
- zazzle_photoprint – Photo Prints
- zazzle_photosculpture – Photo Sculptures
- zazzle_pitcher – Pitcher
- mojo_placemat – Placemats
- fuji_plate” – Plates
- zazzle_stamp – Postage
- zazzle_postcard – Postcards
- zazzle_print – Poster Prints
- planetjill_giftbox – Premium Gift Boxes
- fuji_fleximagnet – Premium Magnets
- zazzle_profilecard – Profile Cards
- fuji_puzzle – Puzzles
- zazzle_rackcard – Rackcards
- rickshaw_flapsleeve – Rickshaw Flap Sleeves
- rickshaw_folio – Rickshaw Folio
- rickshaw_messengerbag – Rickshaw Messenger Bag
- rickshaw_sleeve – Rickshaw Sleeve
- zazzle_skateboard – Skateboards
- zazzle_specialitymug – Speciality Mugs
- zazzle_stationery – Stationary
- zazzle_sticker – Stickers
- zazzle_teapot – Teapots
- zazzle_tie – Ties
- zazzle_tile – Tiles
- mojo_throwpillow – Throw Pillows
- zazzle_shirt – T-Shirts
- libertybottle_bottle – Water Bottles
- zazzle_wrappedcanvas – Wrapped Canvas
Where Can I Download This Marvelous Invention?
Right here. Just click here to download the zip. Then jump back up to the top and follow the instructions carefully.
What About A Premium Version?
The premium version is no longer available. I have no idea what happened to Bill or if he is still around. I have had no contact with him in quite a while and have no idea how to contact him. As far as I am concerned there is no longer a paid version of this plugin and you should not pay for it.
What About WordPress MU?
Well after a little bit of adjustments it will work in WPMU. You can download that version here. This version is only a mu-plugin if you want to use it as a normal plugin in WPMU then download the version above & place it in your plugins folder.
688 Comments
awarenessribbongifts
I love this plugin, but would love it even more if I could figure out a way to include the zazzle tracking code. Typically we just add the &tc=yourcode right after our affiliate number. Would this be something that could be added to this plugin? Possibly just by entering the tracking code in the form where we add our affiliate number? Or is there another way around this?
thanks!
Paul Robinson
Oddly I’ve just answered this in an email to someone who asked the exact same question, lol.
The answer is yes. You would need to open the zstore.php file in the includes folder and find line 391, which looks like:
just after that line add:
obviously changing it to whatever you’d like.
I’m not able to add it into the admin area due to the way the options are saved between WordPress & the Zazzle Store Builder, unfortunately to only way to add it is manually by editing the file.
Hope that helps you out.
thirdpotato
Stupid question, mostly unrelated, but how do I unsubscribe to this thread!? I keep getting email notifications of every comment put on here…
Paul Robinson
Hi
Sorry about that. There should be a unsubscribe link just under the reply box. I’ve removed you from the list manually and I’ll add a little message under the comments box to explain how to unsubscribe.
DDKnight
I was wondering if anyone else had one column of products show in IE but FF and Chrome show fine(4 products across)
I’m thinking it’s a CSS conflict with another plugin that only effects IE, but I’m no coder:)
thanks for any help:)
Paul Robinson
Hi,
That’s a strange one. I’ve never come across it only happening in IE. Normally it would be because they elements aren’t floating, but they must be or FF/Chrome wouldn’t work either.
Which version of IE is it?
DDKnight
IE 9
I think its odd also. Can I email you the site url?
Paul Robinson
Sure, you can either use the contact form or email directly to admin [at] return-true [dot] com.
Paul Robinson
If anyone is wondering the problem for DDKnight was caused by a plugin conflicting somehow. I’m now looking into why that may have happened to try and prevent it for anyone else.
BillH
Hey Paul, im helping someone with their site on their host and ran into the same problem. Its fine on their base site, but in an add on domain its just one row of products. I disabled all plugins and that didnt resolve it. Could it be how the addon domain was setup with their host?
Paul Robinson
Hi Bill,
I don’t think it should cause any problems. The one row, or one column problem is generally caused by the CSS going missing or being ignored. Have you tried checking the path to the file is correct in the source code, and also that you can visit the actual CSS file via that URL in your browser. Also using tools such as Chrome Dev tools & Firebug are a good way to see if the CSS rules are being ignored.
Bill H.
It actually turned out just to be a file and folder permissions issue. I havent dealt with bluehost in quite a while, so I accessed their account, looked thru folders and couldnt find anything misplaced or not being found but noticed their auto setup thru wordpress plugins doesnt auto set the file and page permissions. So, basic ck permissions before freaking, it could be that simple.
Paul Robinson
No worries Bill, just happy your managed to find a reason for it. Must admin I’m pretty lucky in that I don’t have many problems with file permissions, but you’re right that it’s a good idea to check them. 🙂
Rob
First off, Great plugin! I’m glad I found it. I was wondering if you are going to do any updates? Do you think it is possible to make it where you can have different feeds on different pages. Like have a Shoes feed on one page [zstore1] and T-Shirts on another page [zstore2].
Once again Great Job!
Paul Robinson
Hi Rob,
I’m not sure I understand. You can already do that by using the inline parameters in the shortcode. For example:
Rob
Hi Paul,
Thanks for pointing that out. I guess I was too excited that it worked and did not finish reading everything. I’m new to zazzle and wordpress. Great plugin – thanks again.
Paul Robinson
Don’t worry about it. 😉
Glad it’s helped you.
BillH.
I see a lot of request about the product show page once clicked on. Yes it is a part of 1.5 whenever it releases. ive been playing with it close to a year now so its definitely in the release, so is having twitter with the page, other products you have(customizable), bread trail so you can always backup or reverse to stay in your store, plus the buttons and product page are customizable to a certain extent in the new css files.
Now, when zazzle is going to release this I dont know. I know there working on some other things to go along with it, and I think but dont know for sure, want to wait till all the bulk of the new product roll outs are done first also. The ability is there now to do it with API, but wont be for the zsb till 1.5 is officially released.
Paul Robinson
I’ve played with some of the features, but due to all the additions (specifically the need for .htaccess) it destroys most, if not all, possibilities of it working inside WordPress. There would be too many conflicts.
That’s not to say I’m not going to try, but I’d rather wait until 1.5 is released officially since there may be last minute changes made to the code.
Sharon
I use the Zazzle Storebuilder on three different websites, and two of them are WordPress. A lot of people use WordPress. Surely ZSB wouldn’t delete a big portion of their users? At that point I’d have to hope that the existing version of ZSB would keep on working. Your ZStore helper by the way is AWESOME.
Paul Robinson
Hi Sharon,
I’m not sure. Like I said I’m waiting until the full version of 1.5 is released, but from looking at previews it looks as if it could be possible that it won’t work in WordPress.
There might be a way to implement it in some fashion, but I’m not sure it would be the same as it is now.
The current version should be fine even after the release of 1.5, so you should be fine to keep using it.
Thank you. Glad it’s been useful for you. 🙂
Tracy
Thank you for the plugin and clear instructions. I found it easy to use and was successful with “open in new window” after removing analytics coding (as others suggested).
I know someone touched earlier on SEO duplicate content and pagination. I found this 2011 discussion: http://www.seroundtable.com/google-pagination-solution-14037.html
I think this plugin falls in category two since we don’t have view all, but can you confirm that the rel=”next” and rel=”prev” are already in the coding or let us know what we should do to add it or a way to add “view all”?
Also, the article says ” Google still wants you to differentiate the pages with unique page titles but this way they know all the ranking juices flow to the same pages, typically the first page.”
How do I give the pagination pages different titles? Or do they mean all related pagination pgs should have 1 title, and the next set a different title title, and so on?
Thank you again for all your time and effort,
Tracy
Paul Robinson
Hi Tracy,
You would have to hack into the Zazzle Store Builder files like you did to add in the ‘open in new window’ code. You would probably need to look for any point at which the variable
$pagination
is assigned to in any way, and look for the next & prev links.I think those links may be repeated once of twice, but I know there is one on line 321 of the unmodified version of the
zstore.php
file. The line number may be different if you’ve added modifications to if already.The page titles is not impossible, but extremely unlikely as WordPress controls the page title & without heavy modification the Zstore file can’t effect that.
Hope that helps.
Tracy
Thank you for the quick reply.
Yes, I did note the first option: “Outlining your options – Here are three options for a series:
-[1]Leave whatever you have exactly as-is. …”
But, I wanted to hear your thoughts on it as well. As I learn more, maybe I will venture into the coding but for now, it seems there is no need for immediate action.
thank you again,
Tracy
Paul Robinson
No problem.
Personally I think Google seems to be intelligent enough to figure out what is duplicate content (purposeful) and duplicate content through the randomness of dynamic information.
Although to be quite honest I don’t think anyone but Google knows exactly what Google looks for, lol.
Bill H.
Hey Paul, new problems, I think? I upgraded all the ZBlogs to 3.2, it has a new multi user admin situation. Anyhoos, now zstore helper doesnt appear in the settings section for subdomain zblogs setup. I can see it as master admin, but they cannot see it when they login to their admin.
Any idea’s as to why it’s not working now?
Thanks
Bill
Paul Robinson
Hi Bill,
On my test MU install (running 3.2.1) I have the Zstore plugin inside the mu-plugins folder, and I can see it under each site as a site admin, but I can’t see it as a Network admin.
Paul Robinson
Oh, and I’ve just tried it in the normal plugin folder & using the network activate. That also seems to allow it to appear to the site admin of all sites, but again not the network admin.
BillH
And im having the opposite problem. So I went into a users site using their login, and sure enough the link isnt in the settings section.
Ive tried it in both the muplugins and standard plugins.
Im using subdomains too in case that makes a difference.
It works great on the primary site, just none of the subs.
Hmmm
I would hate to have to switch back to wishads
Bill H
Would it be any easier to modify the wishads plugin to use pagenation since thats its major drawback. I had gotten permission from Jim the owner of wishads to modify as needed back when zblogs first got started. Maybe a combination plugin between the two. Couldnt put it out for general use, but maybe can get that later too since he’s dropped any support for it.
Bill
Paul Robinson
The problem with Wishads is that it’s basically the Zazzle Store Builder. I have a copy of it on my HDD and other than the fact it has WordPress code in it, it’s pretty much the same.
If I had the time I would make a version of the Store Builder for WP from scratch using the new XML parsing features of PHP 5. It would run a lot faster & be much more efficient, I just haven’t been able to find the time to do it.
I’m still stumped at why your WP MU won’t show the plugin though. It shows fine on my local install. I have two, one setup for folder domains & one setup for subdomains. They are fake of course with them being local, but the local DNS resolution should make it pretty much identical to the ‘real’ internet. 🙁
Doug
Hello Paul,
I have been using your plugin for a long time now and it has worked flawlessly. However I just discovered a problem with next arrows or next numbers not working, they just bring up page one. You can see the problem here:
http://zazzledazzlers.com/the-vintage-vamp/
I have updated all the files with your latest version. Any help would be much appreciated.
Doug
Bill H.
I know im not Paul but here is a suggestion for ya. There have been issue’s popping up all over the place since all the zazzle changes and this is something that has worked for a lot of them. (first make a backup of your site pages)
Now, just to ck, delete out the cofig and css files for the plugin and replace them with a fresh new set with no alterations. I know some of you like to add to the config file, but just to ck that this is going to work, first just upload a fresh new copy from the zazzle site.(not an old copy from a folder on desktop either) This has worked quite often for whatever reason, but if not, next try completely removing the plugin files, replace the zsb parts of it, then reupload it completely.(of course make sure and deactivate it on the site)-make sure you have a db backup too.
Bill
Paul Robinson
Thanks for helping out Bill, much appreciated.
Doug, I would follow Bill’s suggestion first to make sure there is nothing going wrong in your ZSB files. If that still doesn’t help drop back & I’ll help you out ASAP. 😉
Doug
Hello Bill,
Thanks for the help. Yes I tried changing all the files like I did on TheVintageVamp.com site but it did not help. So today I uninstalled everything including zstore helper and the zsb files. Downloaded new one of both and unloaded activated them and still have the exact same problem. I have not tweaked anything at all have just left all setting to default you can see what is going on here. Just will not leave first page of products.
http://zazzledazzlers.com/the-vintage-vamp/
I also have several other zstore helpers on this site also, all do the same thing??
Doug
Paul Robinson
It’s a very odd problem you’ve got. I can’t think of any reason for that to happen. It seems to be completely ignoring the URL parameters that tell it to change the page.
The only way to tell what is going on would be to manually debug it. Are you able to give me admin access so I can try to see what is going on? If you can drop me an email via my contact form & I’ll try and get the problem fixed tomorrow for you.
Doug
Thanks Paul,
I just sent you an email with the info. Let me know if you don’t get it.
Doug
BillH.
Just wondering if yall figured anything out on this next page issue. Ive just setup two new blogs and having the same issue now. Plus 3 help request from others that are having this same issue. Then I have some that are working fine including my own site using the setup exactly the same way.
Bill
BillH.
Wait a minute, might have just found the issue. “Permalinks”, if set on custom or set on default seem to be a hit and miss if the pages work or not. I tried setting to “day and name” and now the pagenation works. At least on the 3 sites ive made the change on.
Woot………..maybe?
Paul Robinson
Hmm. No never did figure it out. The strange thing was the the URL parameters sent by the server were missing if you tried to access them. Still haven’t figured out why.
I do know that the ZSB won’t work without fancy/pretty permalink so the ?p=xxxx style permalinks won’t work. Not sure why custom permalinks won’t though. Maybe something to do with the way WordPress parses the URLs, something about it strips URL parameters so they are no longer accessable? I haven’t a clue unfortunately.
Jessica B
I have my custom permalinks set up as %postname% and I’m not having any trouble with pagination…
( http://verycoolcases.com/shop-of-the-month/ )
I am however, having trouble with the drop-down menu for ‘Product Type’. I try to choose ‘iPad/iPhone Cases’ and when I hit the button to ‘update options’ it always changes to Product Type: Postage.
I’m hoping it’s a minor fix, would you be able to check into that sometime soon?
Loving the plugin, by the way Paul! My site would be nothing without it!
Thanks so much!
Paul Robinson
Hi Jessica,
Thank you for the kind words. Glad to help out. Keep an eye out for the premium version that’s coming soon, don’t worry though the free version ain’t going anywhere.
There was a problem in the plugin itself I’ve corrected it and added the new products Zazzle now have available. The new version is downloadable from the same link as before.
Hope it helps, let me know if the problem persists.
BillH
Its been a hit and miss issue with about 50% of the people, all started happening since all the zazzle changes.
Now for the drop down, this is not a fix, but to get you by for now you can just put the product type in the shortcode….
[zstore contributorhandle=”shopname” producttype=”iPad/iPhone Cases”]
Paul Robinson
Thanks Bill. Turned out I made a mistake in the file. Should be all fixed in the new version.
Bill H
Wow, woke up this morning to 8 emails with the same new problem. So I break out my main site and test site and im having the same issue. Here is whats happening, nothing shows in posts anymore.
Well not really, if you go directly to a post listing with a direct link like so.. http://www.fishts.com/2011/11/05/add-your-catchs-weight-to-tshirt-at-fishts/ then it works great, but if you try to show your posts on main page or any other page they do not show as evident at this link….. http://www.fishts.com/news/
The products and images also will not show up if the user has their settings/reading set to show latest posts as the main page.
Regular pages still work with no problems.
Ive tried every permalink setting and option, every page option, url options, cache options, and a few other things that could or may interferre with links. No changes to any of these sites overnight, no server changes, no updates of any kind…at least that im aware of.
Paul Robinson
Hey Bill.
Any chance you can give me admin access to that site? I’d love to have a little poke around & see if I can find out what the problem is there.
Drop me an email with access in if you can. I have an idea, but need to confirm it before I can start shouting it from rooftops.
Webgrrl
Ok, i tried few things, and then uninstalled the plugin and refreshed and re installed new files from both zip files……and the problem STILL there.. I cannot access the plug in via the WP Settings on the left column. Im using WP 3.2.1 – all was ok before i added the newest zip (3/11/2011)
prior to that i believe the plug in i used was with product up to Necklaces (so it was a while back)
Appreciate a clue please (till then i had to go into the WP Plugin Edit section to configure settings, but i would like to not have to do that each time i want to edit a setting, thanks..
Paul Robinson
Hi Webgrrl,
You are indeed correct. Just checked it out on my test install & it’s missing. I don’t know why since that part of the code wasn’t altered. but I’m on it now & will have it fixed ASAP.
Just a quick note, we are having stability problems with the server at the minute. It keeps running through it’s entire allocation of memory extremely quickly so if the site goes down please just wait about 3-4 minutes and then refresh. Sorry, we are trying to fix it as quickly as possible.
Paul Robinson
Should be all fixed now if you download the new zip file & install over the top. Thanks for letting me know about the problem. 🙂
Webgrrl
Thanks Paul for quick response! I will wait for the fix.. and while i have your attention, i have a question that i been wanting to know for a while..
Is there a way to update the plugin without having to reinstall each time there is new products, so that i dont lose any of the edits that i have done (eg: Open in new window etc). I am pretty sure i read it somewhere while ago, but i cant seem to find that solution anymore..
Thank You again, for your wonderful work..you are a life saver 🙂
Paul Robinson
Fix should be available on the same zip now. The only way I know is to overwrite the files on the server using the old fashioned method of FTPing into your server and overwriting the old files that way.
I keep meaning to add in an auto updater that I found a little while ago, but it requires a stable server & at the minute ours is a little bit unstable with the memory problems. I’ll try & add it as soon as that’s sorted though.
Webgrrl
Thanks again! I have undated and its all going good.. So nice to see it back in the Settings..i missed it! LOL!
Yes im an oldie and actually still do my plugin installs via FTP – always like to know another way i can access/see files – i’ve been dabbling with WP since 2001..and we all know she’s (WP) have come a long long way since then.. 😉
Paul Robinson
Ahh good news. 🙂
Indeed she has. The auto update I have in mind uses the core WP functions for it’s own updater, it just contacts this server instead of WP’s SVN server. I’m just making sure we’ve solved our stability problems before I add it in. 😉
Webgrrl
Excellent! Would so good to have that..
*funny i was looking for a thumbs up/like button against your comment..haha! but THUMBS UP and SUPER LIKE!!
Paul Robinson
Yep. I’m hoping to have it in the next version, not too sure when that will be though. Early next year I hope, maybe December if I don’t get swamped by work again.
Nope, there’s no Facebook style thumbs up/down buttons here. 🙂
Brian Combs
What would the error “Error: Feed temporarily unavailable.” mean? I suspect it’s something on my end; not that the feed isn’t actually available.
Here’s the page it’s happening on…
http://www.baby-memes.com/products/infant-long-sleeve/
Brian Combs
Never mind. I figured it out. Now I just need to play with the display…
Paul Robinson
Hi Brian,
Any chance you could let me know what the problem was? I’m trying to get a list together of things that cause that problem as I’ve see way too many different causes.
Thanks & glad you managed to fix the problem.
Brian Combs
Paul,
Just saw your followup. If memory serves, I hadn’t set the store code correctly in ZStore. It was something really simple (and stupid) like that.
The thing I’m struggling with now is that I’ve got a couple of products that are rated PG. It looks like these won’t come through on my site.
Is there a setting I can use to change this?
Paul Robinson
Hi Brian,
Ahh, it’s happened to me more than once. 😉
I’m not really familiar with Zazzle’s rating system, but after talking to my sister (she’s the Zazzler in my family) they may not be able to be displayed in via the Zstore.
I must admit after looking through the feed Zazzle’s store builder uses to grab the products it doesn’t look as if they provide an option to show PG+ products.
My guess would be it’s to cover their behinds legally.
Sorry. 🙁