Advanced module - woocommerce settings

Hi guys,

This is my first post on the forum and so far I am loving this software. Mind blown.

Anyway, I need a little help because my design requires that the number of columns inside the settings of the woocommerce module be 5. At the moment the limit seems to be set to 4 only.

Would you be able to provide maybe a snippet of code to get this done?

Looking forward to your reply.

Hey Keir,

Welcome to the BB forums! :slight_smile:

Our WooCommerce modules simply outputs the shortcodes provided by WooCommerce itself. It’s just a way of making it easier. Since the max number of columns we placed on the module is 4, you can use the shortcode instead and assign the number of columns manually. Check the code below and see if it works for you. Shortcodes work best in a HTML module.
[products orderby=“date” order=“desc” columns=“5”]
You can also check the link below for more info on WooCommerce shortcodes. :slight_smile:
https://docs.woothemes.com/document/woocommerce-shortcodes/

Hope this helps!

Ben

Great, thanks I have a new bookmark. I’m happy thanks a lot.

No worries! Enjoy BB! :slight_smile:

Ben