WooCommerce Visual Hook Display
Just click and you will get your shortcode
woocommerce_before_checkout_form
–> “Have a coupon?” section <–
woocommerce_checkout_before_customer_details
Billing Details
woocommerce_before_checkout_billing_form
woocommerce_after_checkout_billing_form
woocommerce_before_checkout_shipping_form
woocommerce_after_checkout_shipping_form
woocommerce_before_order_notes
woocommerce_after_order_notes
woocommerce_checkout_after_customer_details
Your order
woocommerce_checkout_before_order_review
Product | Total |
---|---|
woocommerce_review_order_before_cart_contents | |
Test product × 1 | €1,00 |
woocommerce_review_order_after_cart_contents | |
Subtotal | €1,00 |
woocommerce_review_order_before_shipping | |
Shipping |
|
woocommerce_review_order_after_shipping | |
woocommerce_review_order_before_order_total | |
Total | €1,00 |
woocommerce_review_order_after_order_total |
woocommerce_review_order_before_payment
-
Please send your cheque to Store Name, Store Street, Store Town, Store State / County, Store Postcode.
woocommerce_review_order_before_submit
woocommerce_review_order_after_submit
woocommerce_review_order_after_payment
woocommerce_checkout_after_order_review
woocommerce_after_checkout_form
X
function woocommerce_show_product_sale_flash() {
echo "Working";
}
add_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_sale_flash');
Copy
Note: Paste this code in you active theme Function.php and make sure you got FTP or Cpanel i.e. Backend access in case of mishap