Products short code fix
This commit is contained in:
parent
bcd5fabff9
commit
8788f8fb68
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue