Cross sells on cart page – 4 in a row?
-
Hello,
I want to display 4 cross sell items in one row on my cart page. I thought this is possible with this snippet:add_filter( 'woocommerce_cross_sells_columns', 'change_cross_sells_columns' ); function change_cross_sells_columns( $columns ) { return 4; }
This has no effect. Every item of my cross sell has the class “first”:
How can I change that?
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cross sells on cart page – 4 in a row?’ is closed to new replies.