<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Proxyutza blog &#187; Magento</title>
	<atom:link href="http://www.proxyutza.com/tag/magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.proxyutza.com</link>
	<description>About all sorth of things: PHP, Hacks, Scripts, Servers, Linux, Technology, News, Trends</description>
	<lastBuildDate>Wed, 26 May 2010 10:37:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Magento &#8211; how to add download links on product page</title>
		<link>http://www.proxyutza.com/magento-how-to-add-download-links-on-product-page/</link>
		<comments>http://www.proxyutza.com/magento-how-to-add-download-links-on-product-page/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 10:46:05 +0000</pubDate>
		<dc:creator>ProXy</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[xHTML]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.proxyutza.com/?p=67</guid>
		<description><![CDATA[This is a serious drawback when using magento, i don&#8217;t know why they havent added this feature yet because other carts have it. Most of shops have products that ofer user guide or other downloads. It&#8217;s nice to be able to find them on the product page. For the moment there is only a small [...]]]></description>
			<content:encoded><![CDATA[<p>This is a serious drawback when using magento, i don&#8217;t know why they havent added this feature yet because other carts have it. Most of shops have products that ofer user guide or other downloads. It&#8217;s nice to be able to find them on the product page.</p>
<p>For the moment there is only a small hack that you can do to be able to display download links on your product page. I learned about it on the magento forums and adjusted the code to fit my theme.</p>
<p>So if you&#8217;re using the default magento theme, do the following:</p>
<p>1. create a new folder under media/catalog/product/ named pdf so it should be media/catalog/product/pdf/</p>
<p>2. Upload your pdf document to yourshop/media/catalog/product/pdf so it should be yourshop/media/catalog/product/pdf/pdfdocument.pdf</p>
<p>3. go to your product managing page under admin panel and edit the product. Now in the short description box you must add the following code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;divider&quot;</span><span style="color: #339933;">&gt;&lt;/</span>div<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>h4<span style="color: #339933;">&gt;</span>Downloads<span style="color: #339933;">&lt;/</span>h4<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;short-description&quot;</span><span style="color: #339933;">&gt;&lt;</span>a title<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Download ATmega88 dev board User Guide&quot;</span> href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://www.youritronics.com/shop/media/catalog/product/pdf/atmega88-dev-userguide.pdf&quot;</span> target<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;_blank&quot;</span><span style="color: #339933;">&gt;</span>User Guide<span style="color: #339933;">.</span>pdf <span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">392</span> Kb<span style="color: #009900;">&#41;</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;&lt;/</span>div<span style="color: #339933;">&gt;</span></pre></div></div>

<p>Remember the description box adds &lt;BR&gt; for every new line you create, so place the code immediately after your last character from product description to get a nice alignment. Now your Download section should appear immediately after your short description.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.proxyutza.com/magento-how-to-add-download-links-on-product-page/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Magento Admin Menu Not Working (js 404 error)</title>
		<link>http://www.proxyutza.com/magento-admin-menu-not-working/</link>
		<comments>http://www.proxyutza.com/magento-admin-menu-not-working/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 17:16:47 +0000</pubDate>
		<dc:creator>ProXy</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.proxyutza.com/?p=64</guid>
		<description><![CDATA[While i was installing a Magento oscommerce platform I encountered a problem, a new problem i might add, because i never saw it before. I&#8217;ve worked before with Magento but never had any issues. This time, after getting it up and running i noticed that my admin menu wasn&#8217;t working, the options weren&#8217;t dropping down [...]]]></description>
			<content:encoded><![CDATA[<p>While i was installing a <strong>Magento oscommerce platform</strong> I encountered a problem, a new problem i might add, because i never saw it before. I&#8217;ve worked before with Magento but never had any issues. This time, after getting it up and running i noticed that my <strong>admin menu wasn&#8217;t working</strong>, the options weren&#8217;t dropping down as usual.</p>
<p>You obviously can&#8217;t work without a menu so i started googling the issue. The first page i looked into gave some indications but nothing clear, and those guys we&#8217;re having the problem on ver 1.0 of Magento which is really old.</p>
<p>After trying and testing various methods i finally got it to work, and here is how i did it:</p>
<ul>
<li>step1: replace app/code/core/Mage/Page/Block/Html/Head.php with this <a href="http://www.proxyutza.com/wp-content/uploads/2008/11/head.zip">head.php</a></li>
<li>step2: chmod 755 the js/ folder, and folders within.</li>
<li>step3: chmod 644 the javascript files inside js/lib/</li>
<li>step4: chmod 644 js/index.php</li>
<li>step5: there is no step 5 <img src='http://www.proxyutza.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  your menu is now working</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.proxyutza.com/magento-admin-menu-not-working/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
	</channel>
</rss>
