Products short code fix

This commit is contained in:
Mike Jolley 2011-12-19 10:52:54 +00:00
parent bcd5fabff9
commit 8788f8fb68
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
a.addImmediate(b,"Product price/cart button", '[add_to_cart id="" sku=""]');
a.addImmediate(b,"Product by SKU/ID", '[product id="" sku=""]');
a.addImmediate(b,"Products by SKU/ID", '[product ids="" skus=""]');
a.addImmediate(b,"Products by SKU/ID", '[products ids="" skus=""]');
a.addImmediate(b,"Products by category slug", '[product_category category="" per_page="12" columns="4" orderby="date" order="desc"]');
b.addSeparator();