[Plugin: Mage Enabler] Same database?
-
Do WordPress and Magento have to use the same database?
I have mage-enabler successfully installed. I add an item to my shopping cart on the Magento site.
When I run this code in WordPress
$cart = Mage::helper('checkout/cart')->getCart()->getItemsCount(); echo "<pre>"; print_r($cart); echo "<pre>";
It returns 0
Did not see anything in any of the instructions saying it has to use the same database but I am wondering if this is the reason.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Mage Enabler] Same database?’ is closed to new replies.