Hello All,
I am trying to add an additional fee to an order (like when someone calls in and places an order over the phone) something like a hadling charge of $ 3.00 does anyone know how to do this or is there a module for it.
Many Thanks
Renz
Hello All,
I am trying to add an additional fee to an order (like when someone calls in and places an order over the phone) something like a hadling charge of $ 3.00 does anyone know how to do this or is there a module for it.
Many Thanks
Renz
Thanks that may work for me
I could just use a tool (find & Replace) to customise the text: in all instances of PRIORITY_HANDLING to my choice....Like PARTY_PLAN_HANDLING_FEE observing caps as required right?
Regards
Renz
No point in changing constant names, as these are never seen by users; it's just another place for errors to creep in. All output text is defined in language files, and you should be able to just change the defines for the various text constants to reflect your situation. One define covers all cases of that text in use.
Thansk gjh42 I assume you mean as simple as editing what I have underlined from the language file:
define('MODULE_ORDER_TOTAL_PRIORITY_HANDLING_TITLE', 'Priority Handling');
define('MODULE_ORDER_TOTAL_PRIORITY_HANDLING_DESCRIPTION', 'Priority Handling');
define('MODULE_ORDER_TOTAL_PRIORITY_HANDLING_TEXT_DESCR', 'Rush my order! Select this optional handling by clicking on the box below next to Add Priority Handling. A priority handling charge will be added to your total after you click continue.');
define('MODULE_ORDER_TOTAL_PRIORITY_HANDLING_TEXT_ENTER_CODE', 'Add Priority Handling:');
Many Thanks
Regards
Renz
That's correct. Change the orange text to whatever wording you want.
Thanks you all...
![]()