
Originally Posted by
clydejones
Open includes/languages/english/YOUR_TEMPLATE/returns.php
Find the following entries and change them as necessary.
define('ENTRY_ACTION_REFUND', 'Refund');
define('ENTRY_ACTION_REPLACE', 'Replacement');
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