Hello,
This is my little scenario:
Have a wordpress web where shows products per page. I am using wpec gold card plug in if it helps
My issue is, I am trying to add more than 10 products per page for my categories using shortcode
I tried:
<p style="text-align: right;">[wpsc_products category_url_name='XXX' sort_order='date' page_per order='DESC']</p>
adding number_per_page='20' but is not working
Any Idea!?
Thanks