Tuesday, 10 September 2013

Customize order (merge product page and checkout) with Magento

Customize order (merge product page and checkout) with Magento

The scenario is:
No actual product on the backend
Order has to be created (just for handling the default Magento way of
transaction)
All order details will be handled by a separate custom module which only
references the order id.
I have a customer form on the frontend taking in the details of the orders
(more precisely product, i.e, choosing among various options). The cost of
the product(by evaluation of the options) is generated by jQuery for now.
Now, I need to make the form: the product page as well as the checkout
page (i.e. client should be able to place an order in one step, fill in
the form and order).
What are my options?
Make configurable product?
Customize order process(one step checkout)? How to make this flexible?

No comments:

Post a Comment