WP Ecommerce Template Tags

single blog entry

WP Ecommerce Template Tags

May 22nd, 2008, By Anthony

A growing list off all the template tags you can use to design and customize wp ecommerce, The plugin is still in its infancy and documentation is a little sparse but its a great ecommerce plugin for adding a shop to Wordpress.

Display Shopping Cart

Description

The template tag nzshpcrt_shopping_basket displays the shopping cart, usually used to add the cart to the sidebar or header.

Usage

< ?php echo nzshpcrt_shopping_basket(); ?>

Display Category or Brand

Description

The template tag show_cats_brands displays a list of the categories and brands. Usually used to list all the categories in a sidebar

Usage

<?php show_cats_brands(); ? >

Display Products from a Category

Description

The template tag wpsc_category displays a list of the products from a specified category. Usually used to create category pages.

Usage

[wpsc_category=2, full ]

Display Default Products

Description

The template tag productspage displays a list of the products from your default category, you set your default category in shop settings.

Usage

[ productspage ]

Display Homepage Products

Description

The template tag homepage_products displays a list of the products you set if “display on frontpage” is ticked for each individual product. Usually used for you shop homepage.

Usage

[homepage_products ]

16 comments Leave a comment





Trackback URI