• Resolved crabi

    (@crabi)


    Hi and thanks for this great plugin !:)

    I wonder if i could add some html in the billing & shipping step, (if possible above the title called “Billing details”).

    I suppose there is some filters but i don’t know how to find them !

    Thanks in advance ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    Hello,

    the WooCommerce Multi-Step Checkout plugin inherits the Billing form and title from WooCommerce.

    In the WooCommerce template I don’t see any filters or hooks before the “Billing details” title. I would recommend to overwrite the “templates/checkout/form-billing.php” template, as described here.

    You need to copy the /wp-plugins/woocommerce/templates/checkout/form-billing.php file to /wp-plugins/your-theme/woocommerce/templates/checkout/form-billing.php and then add the HTML before the title.

    Thread Starter crabi

    (@crabi)

    Thanks you a lot that works !!

    just rectify the paths in case someone else want this too :

    You need to copy the /wp-plugins/woocommerce/templates/checkout/form-billing.php file to /your-theme/woocommerce/checkout/form-billing.php and then add the HTML before the title.

    Again thank you, have a great day ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add some html in a step’ is closed to new replies.