[Woocommerce] Show complete order review before Place Order
-
Hello,
i would like show complete order before user confirm Place Order. I want on this screen show shopping cart, payment cost, type and shipping cost and type. Nothing to change, only button for back and Place Order.I know how make this page, but i dont know how get this information from non-complet order. I found Class WC_Abstract_order but i dont know how to use it.
Cart show by : WC()->cart->get_cart()
Subtotal Cost by : wc_cart_totals_subtotal_html()
Shipping cost: by : WC()->cart->get_cart_shipping_total()
Shipping type: ?
Payment type: ?
Shipping adress: ?
Billing adress: ?
Buyers name: ?I used latest woocommerce.
Could you help me. Or some Tips? Thanks.
- The topic ‘[Woocommerce] Show complete order review before Place Order’ is closed to new replies.