I would like to add a custom calculated shipping fee, but the Shipping Fee properties on the Order object is read only... How do I do that?
Developer forum
E-mail notifications
Shipping fee
Posted on 21/07/2008 13:27:52
Replies
Posted on 12/08/2008 12:00:27
Anyone?
Posted on 18/08/2008 13:53:01
During the last pre-tech presentation I made a demo on how to use Dynamicweb.eCommerce.Orders.FeeProvider. The videos and source code from this session are available here: http://developer.dynamicweb.dk/Tech-Review-2008-2-28453.aspx
Check out the file pretech.local.dynamicweb.dk\Application\CustomModules\Classes\FeeProvider.cs.
Posted on 19/08/2008 10:13:58
I have alsp tried the FeeProvider. But my extender is newer executed. Can you please tell me when the FeeProvider is called?
Posted on 19/08/2008 10:31:33
It is executed when ecom renders the complete order and it needs to display the delivery price. This is at the Accept Order step.
Have you tried with the code from the example?
You must be logged in to post in the forum