Hello,
We would like to Increasing Related Products total show on the bottom of each product and possibly increase the columns. We purchased a WooCommerce plugin that was supposed to allow us to customize the Related Products, but it was not compatible with the Enfold theme.
All code suggestions from WooCommerce to Increase Related Products total show on the bottom of each product does not work with the Enfold theme. No matter what we do, only 4 columns and 4 products show.
We are aware we can set up Up-Sell or Cross-Sell products, but we would like to show more products on the Related Products.
Any help would be greatly appreciated.
Thanks.
Hey kohncreative!
On lines 82 – 83 in the /enfold/config-woocommerce/config.php file you should see this.
$avia_config['shop_single_column'] = 4; // columns for related products and upsells
$avia_config['shop_single_column_items'] = 4; // number of items for related products and upsells
You can switch those to 5 but I think that is the max it will go.
Best regards,
Elliott