amicdigital
Forum Replies Created
-
Hello. I have another problem with Woocommerce Product Bundle. It doesnt show the buttons of minus and plus on product bundle type.
@twgerber @rickardbirath Does anyone have any updates on this? I keep looking for a solution that solves. 🙏🏻 @apprimit @oceanwp
Mine: link
It should return 4 columns using “Grid Layout”:
add_filter( ‘woocommerce_bundled_items_grid_layout_columns’, ‘wc_pb_grid_layout_change_number_of_columns’, 10, 2 );
function wc_pb_grid_layout_change_number_of_columns( $columns, $bundle ) {
return 4;
}@rickardbirath If you find a solution let me know?
Thanks!
Would this kind of change work via CSS with !important ?
Yes!
This is how it should look: https://docs.woocommerce.com/wp-content/uploads/2016/09/pb-use-case-sell-in-bulk-product-grid-58.png
This is my page: https://flexplanner.com.br/loja/caderno-de-discos-personalizado/
I already tested the snippet via plugin and also via Custom Functions .. It only works when I change the theme.