How do you modify your payment method page? Modifying the CSS is fine, but how do you add content?
There’s currently a request in the Ideas board to create a template: Idea board – Bricks
How do you modify your payment method page? Modifying the CSS is fine, but how do you add content?
There’s currently a request in the Ideas board to create a template: Idea board – Bricks
I used the technique described on this page: WooCommerce Account Builder – Bricks Academy
Account login: IMPORTANT: Ensure you have inserted a Basic Text element with {do_action:woocommerce_before_customer_login_form} before your Login and Register forms. And another Basic Text element with {do_action:woocommerce_after_customer_login_form} after the forms.
So I created a new, unique template using the same technique with:
{do_action:woocommerce_before_account_payment_methods}
→my content ←
{do_action:woocommerce_after_account_payement_methods}
But it doesn’t work.