Adding products to home page is easy when you know how.
1) First thing to do is create a new product group called featured products (or words to that effect).
2) Use the template tag or shortcode for that particualr group on your homepage
3) add a new product or edit an existing product and assign it to the new featured products group.
Now go check the page you just added the shortcode or template tag to. And hey presto you should be looking at all your featured products – if not you need to male sure your theme follows all WP theme guidelines or you did not add the shortcode or template tag for your featured products group properly.
Update:
You will need to use a tag like:
[ wpsc_category=2,full ]
or
[ wpsc_category=2 ]
Where 2 is the number in brackets that appears next to the group in the groups page
3 Comments
How i can see only 5 product of a category in my page? the tag [wpsc_category=1,5] not found…
thank you for your work!
i’d like also to limit my featured items..
I am trying to add products to the “homepage featured” section. Where do you add the tag?