Ive managed to get a simple shipping by weight feature added into the starter kit and its using default weight etc but I cant seem to add the product weight into the order line because this code:
To get the information from the Umbraco node and into the order line you need to login in to the Tea Commerce admin. In the general settings you have one called order line property alias. This is a comma seperated list of property aliases of the properties you want to copy from Umbraco to Tea Commerce order line.
You can just store them as Umbraco nodes and make up your own structure and document types. Then you can fetch the info from Umbraco and do the calculations.
Shipping by weight, product weight in order line
Ive managed to get a simple shipping by weight feature added into the starter kit and its using default weight etc but I cant seem to add the product weight into the order line because this code:
returns null, any ideas or a small code snippet I could use to add my product weight to the order line before that is run?
Thanks in advance.
Hi Luke
To get the information from the Umbraco node and into the order line you need to login in to the Tea Commerce admin. In the general settings you have one called order line property alias. This is a comma seperated list of property aliases of the properties you want to copy from Umbraco to Tea Commerce order line.
Kind regards
Anders
Thanks, that worked! :)
Luke, I have been looking at your solution.
How do you store the //Shipping Rules
?
Hi Rich
You can just store them as Umbraco nodes and make up your own structure and document types. Then you can fetch the info from Umbraco and do the calculations.
Kind regards
Anders
As Anders stated, you can just do 'Shipping Rules' -> 'Shipping Rule' in your Content area.
is working on a reply...