I'm going to be starting a E-Commerce project and the client is interested in using Magento. In this project, when a customer adds something to the cart, I'll need to pull them out of the flow, where they'll proceed through a custom wizard-esque
area.
They basically design a document using a drag and drop interface. After they finish, that document will be saved as a PDF
, and I want them redirected to checkout
So my questions are
Does Magento have hooks available for
after an item is added to the cart
?If I pull them away to this other section of the site (Wizard portion), changes they make will potentially
add costs
to their cart. Would I still have access to products, prices, and the cart so that I can continue to modify their cart until they return to checkout ?