tldco
Forum Replies Created
-
Forum: Plugins
In reply to: [Magento Wordpress Integration] Shortcodes and Widgets Show Price BrokenI’m having the same issue except with the shortcodes within code. I set the price flag to false and my products began showing again. It was working until I upgraded to 1.14.01.
Forum: Plugins
In reply to: [Magento Wordpress Integration] Pulling in Magento Block errorJames, is there any way I can disallow sessions for WP and Magento as of now? I really only need the products and newsletter.
Forum: Plugins
In reply to: [Magento Wordpress Integration] Pulling in Magento Block errorI pretty much figured out the issue. Based on the recommendation in another thread, i uninstalled the plugin (again) and removed all the references in the database as well.
I rechecked the function.php file in my copied app/code/core/Mage/Core/functions.php file. I then turned off all of my plugins and switched to the default 2014 template.
Once I set my plugin options to the Mage.php directory, it did work like a champ. I then turned on my custom theme and that’s when it broke. Although I tried this before, I think there were some broken references during installation so I didn’t catch this when I tried the default theme the first time.
Bottom line, sessions were the killer. I am using the Gantry framework to build a custom template and it uses sessions for all sorts of things. Unless someone figures out how to make these two coexist, I’ll be using another framework to build my template.
I know no one chimed in on the thread but hopefully it helps someone else out there using Gantry that may also be using this plugin.