Bootstrap grid vs WooCommerce columns
-
I am using Understrap to build a WooCommerce webshop. I am working on the products page. To use the powerful BS grid instead of the WC columns I added a .row in archive-products and BS .col-XX-X classses to the content-product template part. I removed the wc_get_loop_prop from loop-start.php and replaced that with “products”.
That should do the trick but it doesn’t work completely as you expect. And if you change the number of products per row in the customiser->WooCommerce then the number of products on the products catalog still changes.
So there is still the WooCommerce columns thing going on but how and where? Have done this several times before but I am sort of stuck this time.
Thanks!
//EDIT
seems I struggled with this before: https://github.com/understrap/understrap/issues/313
I did manage to solve it but can’t remember how…
- The topic ‘Bootstrap grid vs WooCommerce columns’ is closed to new replies.