Cross sell columns
-
I want to modify the number of cross sell columns on the Cart page. At the moment, it’s 2 columns only.
I’ve tried using this code from https://www.businessbloomer.com/woocommerce-move-change-number-cross-sells-cart-page/
add_filter( 'woocommerce_cross_sells_columns', 'change_cross_sells_columns' ); function change_cross_sells_columns( $columns ) { return 4; }
And it worked on the TwentyTwentyOne theme fine.
How do I change the number of cross sell columns for Astra?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Cross sell columns’ is closed to new replies.