• Resolved derimedved

    (@derimedved)


    I would like to add some changes in the form-billing widget. According to the notes in the file /wp-content/plugins/shopengine/widgets/checkout-form-billing/screens/default.php i can do this in usual way

    This template can be overridden by copying it to yourtheme/woocommerce/checkout/form-billing.php.

    However it doesn’t work

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @derimedved ,
    Thanks for reaching out to us! I sincerely apologize for the delay in getting back to you!

    I completely can understand what you’re looking for. The way you’re trying to customize the Widget is only applicable to the default templates of WooCommerce. Since the ShopEngine plugin replaces the default Template of WooCommerce, the only way to inject custom code is by using WordPress Hooks.

    Since you want to make changes in the Billing Form on the Checkout Page, the Following Hooks can help you to do so.

    woocommerce_before_checkout_billing_form
    woocommerce_after_checkout_billing_form
    woocommerce_before_checkout_registration_form
    woocommerce_after_checkout_registration_form

    To understand the process of using Hooks, you can check this official guide on Hooks by WordPress. Hope it will help.

    Let me know if there is anything else you need help with.

    Best Regards,
    Prosenjit

    Hello @derimedved ,
    I hope you’re doing well!

    We haven’t received any update from you till the last response and assuming that the issue is resolved now. For that reason, I’m going to mark this thread as resolved. If you need any further assistance, feel free to create a new thread and reach out to us. We are always here to assist you.

    Best Regards,
    Prosenjit

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I override checkout form-billing’ is closed to new replies.