hi,
Fatal error: Call to undefined function commerce_node_checkout_expire_default_expire_body() in /sites/all/modules/commerce_node_checkout/commerce_node_checkout_expire/commerce_node_checkout_expire.admin.inc on line 27
L 27 :
'#default_value' => variable_get('commerce_node_checkout_expire_body', commerce_node_checkout_expire_default_expire_body())
This function is just to get the initial value of the text if there no value in the variable "commerce_node_checkout_expire_body"
I remplaced the line like this
'#default_value' => variable_get('commerce_node_checkout_expire_body','')
And add the text you want send in admin/commerce/config/node-checkout-expire
Jo
Comments
Comment #1
Gyver06 commentedI tried replacing the line 27 by yours but I still get the fatal error. It doesn't work.
Comment #2
mstef commentedThis has been removed from the module and is now being developed through Rules.