utement / civicrm_paymill

0 stars 1 forks source link

Compatibility issue #2

Open tttp opened 11 years ago

tttp commented 11 years ago

Hi,

Avoid overriding standard tpl, your templates/CRM/Core/BillingBlock.tpl isn't compatible with the latest version

solution: move the custom stuff you want and insert it with

CRM_Core_Region::instance('billing-block')->add(array('template' => 'CRM/PayMill/YourCustomStuff.tpl', 'weight' => -1));