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

Gyver06’s picture

I tried replacing the line 27 by yours but I still get the fatal error. It doesn't work.

mstef’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

This has been removed from the module and is now being developed through Rules.