zStore Manager Basic

Description

zStore Manager Basic gives a Zazzle shopkeeper or Zazzle Affiliate site the ability to easily display Zazzle products on another domain.
zStore Manager Basic can be configured using a setup page. The user can configure the shop name, associate’s id, custom url, and the product layout. Users can
also use the cache so that images load faster. The user can also use a shortcode on a page which will override the settings in the Settings page, except
for the cache and the custom url.

To use via Shortcode

For shortcode documentation go to the website .

Adding product types

Zazzle adds new products often and you will want them to show up in zStore Manager Basic. To add a product to zStore Manager Basic, open the producttype.csv file that is located in the root directory of the plugin. Add 1 product per line in the following format:

productname, zazzle_product_code. 

For instance, to add kids’ t-shirts this would be

Clothing | Kids | T-Shirts,252175184843195737

Screenshots

  • User and Store Information

  • Individual Page Information

  • View of Products

  • Zoomed View of Product

Installation

  1. Download the plugin to the plugins directory.

  2. Activate the plugin

  3. Fill in the information in the settings tab.

  4. Add the shortcode, [zStoreBasic] to a page. If you simply want to use the configuration from the Settings page, no further action is necessary.

FAQ

How do I add collections?

Collections can only be added via shortcode.

1.  Use ONLY the collection number and not the name in the shortcode.

[zStoreBasic collections ="119729523592642168"]

2.  Do NOT use ampersands in the collection title.  Zazzle's RSS feed will not handle them

How do I add new products to the products list.

open the producttype.csv file that is located in the root directory of the plugin. Add 1 product per line in the following format:

productname, zazzle_product_code such as 

For instance, to add Kids’ t-shirts this would be

Clothing | Kids | T-Shirts,252175184843195737

Recommendations.

Set the permalinks to something OTHER than default such as “Post Name”

Reviews

2020-10-14
Recent upgrade broke this plugin. Contacted the developer and received a quick response from Ilene. The issue was fixed in less than 24 hours and the plugin was up and running again. Appreciate the quick and continued support for this plugin.
2018-11-11
Activate plugin....my site fouls up. deactivate plugin....my site looks good again. nope, not even gonna try if this plugin works. it's too much work if it means I need to search for the part that breaks my design and hope it hasn't broken anything else as well.
2017-04-19
I am running a non-profit and Zazzle is a fund raiser. But I have frequently have had to deal with a broken "short code". When it works, it's great, but I can't say the support is timely. I wish there was a paid version, that I could count on.
Read all 9 reviews

Contributors & Developers

“zStore Manager Basic” is open source software. The following people have contributed to this plugin.

Contributors

Translate “zStore Manager Basic” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

3.31

  • Fixed a problem relating to collections and namespaces

3.3

  • Added nonces
  • added namespaces
  • added spacing for paging at the bottom

3.2

  • Added check in JS file for existence of a variable.

3.1

  • Changed variables in CSS files in admin section to avoid conflicts

3.011

  • Removed white background from text

3.01

  • Added clairifcation to items in the CSS file so avoid naming conflicts
  • removed old styles from CSS file
  • removed comments from JS file

3.0

  • Rewrote and reworked code so that it used the Zazzle RSS feed format and not the old “feed” structure
  • Used WordPress native fetch_feed for the RSS instead of the lastRSS class that was used previously

2.3

  • Added Collections
  • Fixed some HTML issues with closing tags

2.2

  • Fixed issues with CURL and https
  • Fixed issues with different formats coming back from zazzle server

2.11

  • Updated the producttypes.csv file
  • Fixed issues with duplicate referral code in link
  • fixed zoom feature background. Default background is white if no background color is given

2.1

  • fixed issues with CSS overwriting theme CSS on certain attributes

  • fixed update issue so that update does not clear out saved settings

  • made all product display squares a uniform height

  • recalculated height of product squares to accommodate different heights when user selects different features such as show description or show designer

2.0

  • added zoom feature for products. When mouse is over the product, it zooms in for a better look

  • updated products.csv

  • added option to open product in new window

  • fixed some issues with affiliate code not appearing in some links

1.1

  • Added tracking code feature. Puts tc=somecode in the link

  • Fixed bug – show sorting and show paging were still appearing at the bottom even though that selection was unchecked in settings

  • Fixed problem with images appearing in a column in some templates.

1.0

  • First public release.