J. Isaac Friend
Forum Replies Created
-
Forum: Plugins
In reply to: [Magento Wordpress Integration] PHP Fatal Error When Using ShortcodesI re-sent the credentials a week ago. Has there been any progress on this issue?
Forum: Plugins
In reply to: [Magento Wordpress Integration] PHP Fatal Error When Using ShortcodesI will re-send them.
Forum: Plugins
In reply to: [Magento Wordpress Integration] PHP Fatal Error When Using ShortcodesI sent the credentials on 9/6 and have not had any contact since. Can you please provide me with an update here?
Another question has also come up:
This is a multi-store install of Magento, and when I place a product on a WordPress page it automatically links to the primary store version of the product. Is there any way to have it link to the other store?
[Moderator Note: No bumping, thank you.]
Forum: Plugins
In reply to: [Magento Wordpress Integration] PHP Fatal Error When Using ShortcodesIf I change the code setting to “base” and leave the price disabled then everything works fine. However, if I enable the price, I get the same PHP Fatal error PLUS another error that may be unrelated. Here they are:
[06-Sep-2013 03:59:35 UTC] PHP Fatal error: Call to a member function getStoreLabel() on a non-object in /www/sites/www.pfiwestern.com/files/releases/20130904162356/app/design/frontend/enterprise/pfi/template/catalog/product/price.phtml on line 50
[06-Sep-2013 03:59:35 UTC] PHP Fatal error: Access to undeclared static property: Ai1ec_Loader::$_instance in /www/sites/www.pfiwestern.com/files/releases/20130904162356/buzz/wp-content/plugins/all-in-one-event-calendar/lib/class-ai1ec-loader.php on line 43
[06-Sep-2013 03:59:35 UTC] PHP Fatal error: Class ‘Mage’ not found in /www/sites/www.pfiwestern.com/files/releases/20130904162356/app/code/core/Mage/Core/Model/Resource/Session.php on line 108
Forum: Plugins
In reply to: [Magento Wordpress Integration] PHP Fatal Error When Using ShortcodesScreenshot of settings:
Using the shortcode with the price hidden (as follows) seems to work just fine!
[mwi_product sku=”style-9144″ title=”true” title_tag=”h2″ desc=”true” img=”true” img_width=”200″ price=”false” type=”add” btn_color=”blue” btn_link=”button” cols=”3″/]
Originally I was using the shortcode like this:
[mwi_product sku=”style-9144″/]
And was getting the error I described above. Using the shortcode in this manner still does not work.
Forum: Plugins
In reply to: [Magento Wordpress Integration] PHP Fatal Error When Using ShortcodesFYI Here is Line 50 from the price.phtml file:
$_specialPriceStoreLabel = $this->getProductAttribute(‘special_price’)->getStoreLabel();
I wasn’t sure if that was a standard or a custom file, so I wanted to provide the relevant line of code.