Descrição
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
Capturas de tela
Instalação
-
Download the plugin to the plugins directory.
-
Activate the plugin
-
Fill in the information in the settings tab.
-
Add the shortcode, [zStoreBasic] to a page. If you simply want to use the configuration from the Settings page, no further action is necessary.
Perguntas frequentes
-
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”
Avaliações
Colaboradores e desenvolvedores
“zStore Manager Basic” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir “zStore Manager Basic” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
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.