-- HikaShop version -- : 2.6.1
When working with fulfillment companies, it is a requirement to use a shipping code like RG1 or SP1 to designate the various shipping methods. This code goes into the order file that is sent to the fulfillment company. We have worked around it by adding the code within the description and parsing out the code when the shipping file is created or at the time of the order. But, a much cleaner method would be to add a variable for the shipping code.
If there is a better way to handle this, please let me know.