WooCommerce comes with multiple layouts for basket and checkout pages.
Original
Original layouts are based on shortcode functionality.
- Cart (Basket): [woocommerce_cart]
- Checkout: [woocommerce_checkout]
Use these shortcodes via the Shortcode block to revert to the original basket and checkout.
New
New layouts are based on block-based functionality.
Instead of shortcodes, use Cart and Checkout blocks to display the layout in your WooCommerce website.
Leave a Reply