We're setting up the Advanced Shipping Manager and looking to automate updating some of the custom fields it has. In most cases, the Write_Product_Code function:
would work, but the custom fields this module creates has a different structure.
For example, their field "ASM Origin Zip" is
as opposed to the usual
Is there a way to format the Write_Product_Code function to update these values, or another function that can do so?
Thanks!
Code:
<mvt:item name="customfields" param="Write_Product_Code( 'product_code', 'custom_field_code', 'value' )" />
For example, their field "ASM Origin Zip" is
Code:
l.settings:product:customfield_values:advshipmgr:originzip
Code:
l.settings:product:customfield_values:customfields:originzip
Thanks!
Comment