marykulp
Forum Replies Created
-
Forum: Plugins
In reply to: [Magento Wordpress Integration] MAMP/1.8 installationOkay well I have tried any number of things and have fiddled with this for hours ….
Currently my cookie domain is set to my IP: ###.###.#.##:8888
Please let me know if you have any recommendations.
Thanks very much.Forum: Plugins
In reply to: [Magento Wordpress Integration] Issue displaying custom blockyeah– that’s exactly where it is… I installed it via Magento– and that’s where it ended up… it’s also where the documentation says it goes. I thought I read your site carefully.. is this folder supposed to be installed elsewhere for this plugin to function?
Forum: Plugins
In reply to: [Magento Wordpress Integration] Issue displaying custom blockyes.. I think.. and the theme seems to be functioning fine.
here is a screenshot of my settings http://images.powermonitors.com/080213.png
. . .
while I have you on the phone… any thoughts on adding qty input to your shortcode?? trying to figure that out but I am sort of a novice when it come to php
Forum: Plugins
In reply to: [Magento Wordpress Integration] Issue displaying custom blockI’m having a similar issue w custom blocks and think I must be missing something..
` echo “<li class=’page_item’>”;
$staticblock = get_static_block(‘test_block’);
echo $staticblock;
echo “</li>”;echo “<li class=’page_item’>”;
$block = get_block(“catalog.topnav”);
echo $block;
echo “</li>”; `the first block, a static block, renders just fine. block 2, a default custom block, does not. please advise.
PS– Just found this code and it works like a champ.. http://asia-connect.com.vn/2009/09/run-magento-code-outside-of-magento/#printSource mwi plugin acts like the include so you don’t need it but the rest is gold.