Magento cart / session data outside magento

后端 未结 5 777
栀梦
栀梦 2021-01-25 04:55

This might get a little confusing as I have tried everything to make this work. All I want is a link in my brand site (domain.com) which shows the qty in my magento 1.5.1 cart (

5条回答
  •  自闭症患者
    2021-01-25 05:47

    If all you want is the qty why instantiate magento at all. Just set a client side cookie (ie cart_qty) and then read this cookie on your main site header.

提交回复
热议问题