Hello!
I wonder if DynamicWeb supports something like an ordertemplate system, that is a saved order that can be copied into a new order and bought again. So kind of like a cart that's saved for later but never disappears when you've ordered it. Simply a templatesystem for new orders.
If not, what would you think is the best way to build one yourself? So far I've come up with two solutions:
1. Use the already existing EcomOrder-table in the database and create a third id-type in the id-field that could be, for example, 'TEMPLATE23' (instead of the regular 'CART23' or 'ORDER23') and do logic based on this. I don't know however if there will be a problem in some Ecommerce dll if I do this. But this seems like the easiest way if it works.
2. Create a completely new table, which of course is possible but will take longer.
What are your thoughts? Has anyone done something like this before?
(also, I'm not sure if this is the correct forum for this post so excuse me if it's misplaced)
/Oscar