Show all products on 1 page woocommerce xtheme

Hello,
I’m trying to show all 7 virtual products on 1 page. I’ve tried adding the following code
[product_categories columns=8]
but no luck
Does anyone know how to get them all showing on 1 page
https://yogastudio.net.au/shop/
Thank you

Hi @lizbonney,

Thank you for writing in, are you trying to output the 7 products? If so, let’s use the [product] shortcode instead, just make sure those 7 products have a common category.

e.g.

[products columns="8" category="virtual-products" limit="16"]

Please see more details about the Woocommerce shortcodes here.

Cheers!

1 Like

Thank you so much, really appreciate it … I’ve added
[products columns=“8” category=“sharath-workshop” limit=“16”]
to the addition CSS in edit theme but no change.

I will keep trying things from the info on the link you shared : )

Hi @lizbonney,

No, don’t add a shortcode to any CSS areas. Please use the Content Area element and paste your shortcode there.

Hope this shed some lights,
Cheers!

1 Like

Thank you thank you thank you so much it’s working now : )

sorry actually I didn’t work : ( … can’t edit woocommerce with cornerstone …

and so I tried to sort it and found a way by adding a block and adding selected products but then its not responsive on mobile, as in on mobile it shouldn’t all be on 1 page it should scroll.

Don’t worry I will look into it i don’t want to waste your time.

Thanks

Hi @lizbonney,

Sorry, I did not fully comprehend your request, so you’re trying to edit this (https://yogastudio.net.au/shop/) page in Cornerstone.

No, you cannot fully edit the archive/category pages or any index pages in any page builder (even on the WordPress default editor), you can partially add content on it but you can’t fully edit it (that’s a feature we’re cooking for the future).

You might want to create a standard page that will act as your shop page (using the available Woocommerce shortcode), so you can have a full control over it.

Thanks,

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

Hey @lizbonney,

The reason why you see the pagination even when there’s no products for the next page anymore is because the Theme Options > WooCommerce settings were left unset.

I’ve set some values and now the pagination’s gone but it will show up if needed.

Hope that helps.

1 Like

You’re welcome, @lizbonney