<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Magik Forum &#187; Topic: Download Magik Shoes Magento Theme</title>
		<link>http://forum.magikcommerce.com/topic/download-magik-shoes-magento-theme</link>
		<description>Magik Forum</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 13:29:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forum.magikcommerce.com/search.php</link>
		</textInput>
		<atom:link href="http://forum.magikcommerce.com/rss/topic/download-magik-shoes-magento-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>thichquay on "Download Magik Shoes Magento Theme"</title>
			<link>http://forum.magikcommerce.com/topic/download-magik-shoes-magento-theme#post-177</link>
			<pubDate>Tue, 08 Feb 2011 02:28:34 +0000</pubDate>
			<dc:creator>thichquay</dc:creator>
			<guid isPermaLink="false">177@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;hello,&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;i added the below syntax and the problem went away (i copied it from post&#38;nbsp;&#60;a href=&#34;http://forum.magentomagik.com/magik-shoes/1420-issues&#34; rel=&#34;nofollow&#34;&#62;http://forum.magentomagik.com/magik-shoes/1420-issues&#60;/a&#62;&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;div&#62;&#60;b&#62;&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;public function addWishlistLink() &#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp;{&#38;nbsp;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;$parentBlock = $this-&#38;gt;getParentBlock();&#38;nbsp;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;if ($parentBlock &#38;amp;&#38;amp; $this-&#38;gt;helper('wishlist')-&#38;gt;isAllow()) {&#38;nbsp;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;$count = $this-&#38;gt;helper('wishlist')-&#38;gt;getItemCount();&#38;nbsp;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;if ($count &#38;gt; 1) {&#38;nbsp;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;$text = $this-&#38;gt;__('My Wishlist (%d items)', $count);&#38;nbsp;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;}&#38;nbsp;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;else if ($count == 1) {&#38;nbsp;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;$text = $this-&#38;gt;__('My Wishlist (%d item)', $count);&#38;nbsp;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;}&#38;nbsp;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;else {&#38;nbsp;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;$text = $this-&#38;gt;__('My Wishlist');&#38;nbsp;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;}&#38;nbsp;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;$parentBlock-&#38;gt;addLink($text, 'wishlist', $text, true, array(), 30, null, 'class=&#34;top-link-wishlist&#34;');&#38;nbsp;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;}&#38;nbsp;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;return $this;&#38;nbsp;&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp;}&#60;/b&#62;&#60;/div&#62;&#60;/div&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>thichquay on "Download Magik Shoes Magento Theme"</title>
			<link>http://forum.magikcommerce.com/topic/download-magik-shoes-magento-theme#post-176</link>
			<pubDate>Tue, 08 Feb 2011 01:42:04 +0000</pubDate>
			<dc:creator>thichquay</dc:creator>
			<guid isPermaLink="false">176@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;hello,&#60;div&#62;&#60;/div&#62;&#60;div&#62;I just installed version 1.4.2 and kept run into the below error message (when activate this theme). &#38;nbsp;Please help&#60;/div&#62;&#60;div&#62;&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;Thanks&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;div&#62;There has been an error processing your request&#60;/div&#62;&#60;div&#62;Exception printing is disabled by default for security reasons.&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;Error log record number: 173815308655&#60;/div&#62;&#60;/div&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Ashish on "Download Magik Shoes Magento Theme"</title>
			<link>http://forum.magikcommerce.com/topic/download-magik-shoes-magento-theme#post-116</link>
			<pubDate>Mon, 20 Dec 2010 08:15:53 +0000</pubDate>
			<dc:creator>Ashish</dc:creator>
			<guid isPermaLink="false">116@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;You should follow the last instruction provided in our PDF which will take care of this problem.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>generousdesignr on "Download Magik Shoes Magento Theme"</title>
			<link>http://forum.magikcommerce.com/topic/download-magik-shoes-magento-theme#post-111</link>
			<pubDate>Tue, 14 Dec 2010 08:16:25 +0000</pubDate>
			<dc:creator>generousdesignr</dc:creator>
			<guid isPermaLink="false">111@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;I get php fatal error when activating the theme :(&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;No luck this time. I get this message:&#60;/div&#62;&#60;div&#62;&#60;i&#62;Fatal error: Call to a member function toHtml() on a non-object in /var/www/vhosts/_mydomainname.com_/httpdocs/dev/app/code/core/Mage/Core/Model/Layout.php on line 529&#60;/i&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;I changed the line in&#38;nbsp;&#60;span class=&#34;Apple-style-span&#34;&#62;app/design/frontend/default/magikshoes/layout/page.xml&#38;nbsp;&#60;/span&#62;as you say in the pdf for 1.4.1, but it seems it's another problem. I use Magento 1.4.1.1.&#60;/div&#62;&#60;div&#62;This is the line #529 in Layout.php:&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;div&#62;/**&#60;/div&#62;&#60;div&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; * Get all blocks marked for output&#60;/div&#62;&#60;div&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; *&#60;/div&#62;&#60;div&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; * @return string&#60;/div&#62;&#60;div&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; */&#60;/div&#62;&#60;div&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp;public function getOutput()&#60;/div&#62;&#60;div&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp;{&#60;/div&#62;&#60;div&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;$out = '';&#60;/div&#62;&#60;div&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;if (!empty($this-&#38;gt;_output)) {&#60;/div&#62;&#60;div&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;foreach ($this-&#38;gt;_output as $callback) {&#60;/div&#62;&#60;div&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;$out .= $this-&#38;gt;getBlock($callback[0])-&#38;gt;$callback[1](); // -&#38;gt; line 529&#60;/div&#62;&#60;div&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;}&#60;/div&#62;&#60;div&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;}&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;return $out;&#60;/div&#62;&#60;div&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp;}&#60;/div&#62;&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;Do you have a solution for this or should I downgrade to 1.4.0?&#60;/div&#62;&#60;div&#62;Thanks for your help and advice&#60;/div&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>generousdesignr on "Download Magik Shoes Magento Theme"</title>
			<link>http://forum.magikcommerce.com/topic/download-magik-shoes-magento-theme#post-110</link>
			<pubDate>Mon, 13 Dec 2010 12:43:18 +0000</pubDate>
			<dc:creator>generousdesignr</dc:creator>
			<guid isPermaLink="false">110@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Thanks, redownloaded just now, and unzipped whithout errors.&#60;div&#62;Hope it will work well too :)&#60;/div&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Ashish on "Download Magik Shoes Magento Theme"</title>
			<link>http://forum.magikcommerce.com/topic/download-magik-shoes-magento-theme#post-108</link>
			<pubDate>Mon, 13 Dec 2010 05:31:05 +0000</pubDate>
			<dc:creator>Ashish</dc:creator>
			<guid isPermaLink="false">108@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Please download the zip file again and reuse it, sometimes due to bandwidth constraint zip files doesn't download properly. Please give it a try and let me know if that doesn't download and extract for you.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>generousdesignr on "Download Magik Shoes Magento Theme"</title>
			<link>http://forum.magikcommerce.com/topic/download-magik-shoes-magento-theme#post-104</link>
			<pubDate>Thu, 09 Dec 2010 16:49:36 +0000</pubDate>
			<dc:creator>generousdesignr</dc:creator>
			<guid isPermaLink="false">104@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;I've downloaded the MagikShoes theme after the checkout process, but the downloaded zip file is corrupted. Tried a few times to download and unzip with different apps, but no success.&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;Please help me!&#60;/div&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Ashish on "Download Magik Shoes Magento Theme"</title>
			<link>http://forum.magikcommerce.com/topic/download-magik-shoes-magento-theme#post-78</link>
			<pubDate>Thu, 18 Nov 2010 08:11:45 +0000</pubDate>
			<dc:creator>Ashish</dc:creator>
			<guid isPermaLink="false">78@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Download link will become available in your account page. After successful purchase (following cart process) just click on &#34;My Account&#34; tab which will take you to the download link.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>really on "Download Magik Shoes Magento Theme"</title>
			<link>http://forum.magikcommerce.com/topic/download-magik-shoes-magento-theme#post-77</link>
			<pubDate>Wed, 17 Nov 2010 13:34:42 +0000</pubDate>
			<dc:creator>really</dc:creator>
			<guid isPermaLink="false">77@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;How to download this theme?where is the download link?
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Ashish on "Download Magik Shoes Magento Theme"</title>
			<link>http://forum.magikcommerce.com/topic/download-magik-shoes-magento-theme#post-16</link>
			<pubDate>Tue, 06 Jul 2010 06:15:53 +0000</pubDate>
			<dc:creator>Ashish</dc:creator>
			<guid isPermaLink="false">16@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Magik Shoes is a Free Magento theme specifically built for stores that are selling shoes, sandals, footwear or other related products. You download and get the theme up and ready on your site very quickly. The theme is made available under GPL. The theme is tested across all popular browsers, is designed to be SEO friendly and is built without altering the core Magento theme structure so you can make small customizations easily.&#60;/p&#62;
&#60;p&#62;&#60;b&#62;Features&#60;/b&#62;:&#60;/p&#62;
&#60;p&#62;- Compatible with 1.3, 1.4.0 and customizable with 1.4.1. &#60;br /&#62;
- Cross Browser tested&#60;br /&#62;
- SEO friendly &#60;br /&#62;
- Javascript ready&#60;br /&#62;
- Widget ready&#60;/p&#62;
&#60;p&#62;Download: &#60;a href=&#34;http://www.magentomagik.com/themes/magik-shoes.html&#34;&#62;Magento Magik Shoes Theme&#60;/a&#62;
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>

