I have set up a content type called "Companies" and contacts are assigned to these companies. A list of these contacts are displayed on that companies page. What I would like is a link next to that contact name that creates an order for that user.

Can this be done and if so how?

Comments

longwave’s picture

Status: Active » Fixed

If you make a link to /admin/store/orders/create/1 then a new order will be created for user 1. You can build such a link easily from custom code or from Views.

esquareddesign’s picture

Oh! That works perfectly, thank you. Now to figure how to auto fill the ship to and bill to fields.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.