[request] make checkout_form.php overrideable
-
In one of my current projects I needed to customize the checkout_form.php. Unfortunately there is no switch like it exists for the pay_button.php.
I made it by myself now, but I know it is not update-save.
if(file_exists(get_template_directory().'/paymill/checkout_form.php')){ require(get_template_directory().'/paymill/checkout_form.php'); }else{ require(PAYMILL_DIR.'lib/tpl/checkout_form.php'); }
Thanks in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[request] make checkout_form.php overrideable’ is closed to new replies.