skip to Main Content

Add 'continue shopping' on WooCommerce checkout page before order review

I want to add 'continue shopping' / 'add product' link before order review on checkout page. But I want it to be inline with "Your order" text. See this screenshot: https://ibb.co/47f6vd7 I tried this code: add_action('woocommerce_checkout_order_review','woocommerce_checkout_before_order_review_add_product'); function woocommerce_checkout_before_order_review_add_product(){ $continue_shopping_url =…

VIEW QUESTION
Back To Top
Search