You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: