Wildhoney / Magento-on-Angular

Angular.js application using Magento as the backend API
361 stars 120 forks source link

Share cart etc between API and "real" Magento #99

Open christoffertyrefors opened 8 years ago

christoffertyrefors commented 8 years ago

Hi,

Since a few things are not implemented, and given that these are quite complicated (such as checkout, account view etc), I have an idea of handling "everything but checkout" through the Laravel API, but as soon as customer wants to checkout i basically just send them to the "real" Magento app.

However, even though the session_id's is identical I really can't find a way to "share" the cart/quote with the "real" magento app. Is there anything obvious I am missing?

zontafil commented 8 years ago

hi, have you made any progress?