Quote Originally Posted by MeltDown View Post
Hi Clyde - Thanks for this very useful module.

What am I missing here? I want to add "Store Credit" as an option to the "Action Requested:" list. I've made the following changes to returns.php:
PHP Code:
define('ENTRY_ACTION''Action Requested:');
define('ENTRY_ACTION_REFUND''Refund');
define('ENTRY_ACTION_STORE_CREDIT''Store Credit');
define('ENTRY_ACTION_REPLACE''Replacement');
define('ENTRY_REASON''Reason for Return:'); 
But see no change. Can you see what I've done incorrectly or incompletely?

Thanks!

Tim
Sorry, Clyde, you were one step ahead of me. I just now realized that a newer version was released with the changes I wanted built-in. I upgraded and everything looks great!

Thanks again!

Tim