<?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>Magento Advisor &#187; Magento Backup</title>
	<atom:link href="http://www.magentoadvisor.com/category/magento-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.magentoadvisor.com</link>
	<description>Magento Tips, Tricks and Plugins</description>
	<lastBuildDate>Thu, 23 May 2013 08:06:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Complex Magento Products, Part 2: Simple Products With Custom Options</title>
		<link>http://www.magentoadvisor.com/magento-backup/complex-magento-products-part-2-simple-products-with-custom-options/</link>
		<comments>http://www.magentoadvisor.com/magento-backup/complex-magento-products-part-2-simple-products-with-custom-options/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 15:14:02 +0000</pubDate>
		<dc:creator>Hassan Bawab</dc:creator>
				<category><![CDATA[Magento Backup]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[free shopping cart]]></category>
		<category><![CDATA[magento adding categories]]></category>
		<category><![CDATA[magento categories]]></category>
		<category><![CDATA[magento checkout]]></category>
		<category><![CDATA[magento code]]></category>
		<category><![CDATA[magento codeigniter]]></category>
		<category><![CDATA[magento consulting]]></category>
		<category><![CDATA[magento enable checkout]]></category>
		<category><![CDATA[magento layout]]></category>
		<category><![CDATA[magento polls]]></category>
		<category><![CDATA[magento shopping cart]]></category>
		<category><![CDATA[magento store]]></category>
		<category><![CDATA[magento terns and condition]]></category>
		<category><![CDATA[magento theme]]></category>
		<category><![CDATA[online polls]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open source shopping cart]]></category>
		<category><![CDATA[php shopping cart]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[polls shopping cart]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.magentoadvisor.com/?p=272</guid>
		<description><![CDATA[Magento allows you add options to simple products. This tutorial will show you how to add options to a simple product and what types of options are available, as well as the limitations of simple products when it comes to options.]]></description>
				<content:encoded><![CDATA[<p>Magento allows you add options to simple products. This tutorial will show you how to add options to a simple product and what types of options are available, as well as the limitations of simple products when it comes to options.</p>
<p>We will assume that you already have a simple product created. You can find a tutorial on how to do that <a title="Creating a simple product" href="http://www.magentoadvisor.com/magento-products/adding-a-simple-product-to-your-magento-store/" target="_self">here</a>.</p>
<p>For our example here the product we will use will be a customizable coffee mug.</p>
<p>First, go into your Magento admin panel and go to Catalog->Manage Products. Click on your newly added product to edit it. Now in the left hand menu, click the very bottom item, &#8220;Custom Options.&#8221;</p>
<p>Next, click &#8220;Add</p>
<div style="display: none"><a href='http://buy-cialis-onlinee.org/' title='generic cialis no prescription'>generic cialis no prescription</a></div>
<p> New Option&#8221; and a form will appear for you to creat your first option.</p>
<p>Now enter a title, which will be the description of the option in the frontend. The first option we will give our users is to have their name printed on the coffee mug, so in the title field we will put &#8220;Name.&#8221; In the dropdown we will select the &#8220;Field&#8221; since we are allowing the customer to type their name in to be printed on the mug (We could also use &#8220;textarea&#8221; here but since the name will be a short string of text so a text field is more appropriate). You will now be given some options for the custom text option. In the price field we will put in the price that is added when the user chooses to add this option to their mug. We will also limit the number of characters allowed to 10 by putting 10 in the Max Characters field. At this point your custom option box should look like this:</p>
<p><a href="http://www.magentoadvisor.com/wp-content/uploads/2010/06/custom_opt11.gif"><img class="alignnone size-full wp-image-274" title="custom_opt1" src="http://www.magentoadvisor.com/wp-content/uploads/2010/06/custom_opt11.gif" alt="Custom Options - Custom Text Field" width="676" height="195" /></a></p>
<p>Now hit &#8220;Save and Continue Edit&#8221;,  and click &#8220;Add New Option&#8221; to add another option.</p>
<p>Our next option wi</p>
<div style="display: none"><a href='http://start-success-up.com/my-out-of-control-teen' title='My Out-of-control Teen'>My Out-of-control Teen</a></div>
<p>ll be the color of the mug, so type &#8220;color&#8221; in the title field. Now in the input type dropdown, we need an input type that gives the customer options to choose from, so we need to choose one under the &#8220;Select&#8221; category. We will choose radio buttons for this example, but any of the items under the &#8220;Select&#8221; category will work. Once our input type is selected, a table appears where we can add new choices for the option.  Click &#8220;Add New Row&#8221; and you will get a similar form to the one we saw when we created the text field in the first example. In the title field we will enter &#8220;red&#8221; and give it an additional price of 50 cents. Then we will go ahead and add another color option green with a cost of 25 cents. If you have followed our example up to this point the new option should look like this:</p>
<p><a href="http://www.magentoadvisor.com/wp-content/uploads/2010/06/custom_opt2.gif"><img class="alignnone size-full wp-image-275" title="custom_opt2" src="http://www.magentoadvisor.com/wp-content/uploads/2010/06/custom_opt2.gif" alt="Adding Custom Select Option" width="645" height="190" /></a></p>
<p>Now hit the &#8220;Save&#8221; button and go to the
<div style="display: none"><a href='http://viagrapillls.com/'>online viagra</a></div>
<p> frontend of the store. If you followed our example your product should look something like this:</p>
<p><a href="http://www.magentoadvisor.com/wp-content/uploads/2010/06/custom_opt3.gif"><img class="alignnone size-full wp-image-276" title="custom_opt3" src="http://www.magentoadvisor.com/wp-content/uploads/2010/06/custom_opt3.gif" alt="Frontend product with custom options configured" width="625" height="587" /></a></p>
<p>Before using this method in your store to add options to products, it is important to understand the limitations of simple products. Inventory cannot be tracked for the options, only for the product, so you will not be able to specify in the system how many red mugs you have in inventory as opposed to green mugs. Custom options for simple products are best used for products that are manufactured to order. If you need to track the inventory of the different types of the product, a better method is to use  Configurable Products.</p>
<div style="display: none">zp8497586rq</div>
]]></content:encoded>
			<wfw:commentRss>http://www.magentoadvisor.com/magento-backup/complex-magento-products-part-2-simple-products-with-custom-options/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Bug with PHP 5.2.9</title>
		<link>http://www.magentoadvisor.com/magento-backup/bug-with-php-5-2-9/</link>
		<comments>http://www.magentoadvisor.com/magento-backup/bug-with-php-5-2-9/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 17:53:32 +0000</pubDate>
		<dc:creator>brady</dc:creator>
				<category><![CDATA[Magento Backup]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[free shopping cart]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[magento consulting]]></category>
		<category><![CDATA[magento shopping cart]]></category>
		<category><![CDATA[open source shopping cart]]></category>
		<category><![CDATA[php shopping cart]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://www.magentoadvisor.com/?p=261</guid>
		<description><![CDATA[Magento&#039;s get/set magic methods are very useful. However there is a bug with PHP 5.2.9 that may cause this not to work, in some situations. My Vegas Business &#8211; Brand New Opportunity &#8211; Huge Epc&#8217;s!! zp8497586rq]]></description>
				<content:encoded><![CDATA[<p>Magento&#039;s get/set magic methods are very useful.  However there is a bug with PHP 5.2.9 that may cause this not to work, in some situations.</p>
<p>
<pre class="brush: php; title: ; notranslate">&amp;lt;br /&amp;gt;&lt;br /&gt;
    public function getTitle()&amp;lt;br /&amp;gt;&lt;br /&gt;
    {&amp;lt;br /&amp;gt;&lt;br /&gt;
    	return str_replace(&amp;amp;quot;\&amp;amp;quot;&amp;amp;quot;,&amp;amp;quot;%22&amp;amp;quot;,parent::getItemTitle());&amp;lt;br /&amp;gt;&lt;br /&gt;
    }&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;    public function &amp;lt;div style=&amp;quot;display: none&amp;quot;&amp;gt;&amp;lt;a href='http://buy-cialiss.com/' title='order cialis'&amp;gt;order cialis&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt; getAlt()&amp;lt;br /&amp;gt;&lt;br /&gt;
    {&amp;lt;br /&amp;gt;&lt;br /&gt;
    	return str_replace(&amp;amp;quot;\&amp;amp;quot;&amp;amp;quot;,&amp;amp;quot;%22&amp;amp;quot;,parent::getAlt());&amp;lt;br /&amp;gt;&lt;br /&gt;
    }&amp;lt;br /&amp;gt;&lt;br /&gt;
</pre>
</p>
<div style="display: none"><a href='http://life4success.net/my-vegas-business-brand-new-opportunity-huge-epcs' title='My Vegas Business - Brand New Opportunity - Huge Epc's!!'>My Vegas Business &#8211; Brand New Opportunity &#8211; Huge Epc&#8217;s!!</a></div>
<p>Both of the above are valid PHP and will work fine, in most cases.  However, because the getItemTitle() method
<div style="display: none"><a href='http://orderviagra-app.com/'>viagra generic</a></div>
<p> is undefined, the bug in 5.2.9 causes it to get passed to __call as lowercase.  Magento relies on the camel casing to create underscores properly, so this function breaks in 5.2.9.</p>
<p>You can read more about the bug <a href="http://bugs.php.net/47801">here</a>.</p>
<div style="display: none"><a href='http://life4success.net/my-vegas-business-brand-new-opportunity-huge-epcs' title='My Vegas Business - Brand New Opportunity - Huge Epc's!!'>My Vegas Business &#8211; Brand New Opportunity &#8211; Huge Epc&#8217;s!!</a></div>
<div style="display: none">zp8497586rq</div>
]]></content:encoded>
			<wfw:commentRss>http://www.magentoadvisor.com/magento-backup/bug-with-php-5-2-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure Magento Polls</title>
		<link>http://www.magentoadvisor.com/magento-backup/how-to-configure-magento-polls/</link>
		<comments>http://www.magentoadvisor.com/magento-backup/how-to-configure-magento-polls/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 15:26:43 +0000</pubDate>
		<dc:creator>Hassan Bawab</dc:creator>
				<category><![CDATA[Magento Backup]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[free shopping cart]]></category>
		<category><![CDATA[magento code]]></category>
		<category><![CDATA[magento codeigniter]]></category>
		<category><![CDATA[magento consulting]]></category>
		<category><![CDATA[magento layout]]></category>
		<category><![CDATA[magento polls]]></category>
		<category><![CDATA[magento shopping cart]]></category>
		<category><![CDATA[magento theme]]></category>
		<category><![CDATA[online polls]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open source shopping cart]]></category>
		<category><![CDATA[php shopping cart]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[polls shopping cart]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.magentoadvisor.com/magento-backup/how-to-configure-magento-polls/</guid>
		<description><![CDATA[Ever wonder what your customers are acheter du cialis thinking? generic cialis pill An easy way to find out is to have a poll. To configure a poll, log into the admin section, go to CMS -> Polls. In the upper right click “Add New Poll”. Next, type in a question for your poll. After [...]]]></description>
				<content:encoded><![CDATA[<p>Ever wonder what your customers are
<div style="display: none"><a href='http://cialis-pas-cher-en-france.com/'>acheter du cialis</a></div>
<p> thinking?</p>
<div style="display: none"><a href='http://generic-cialiss.com/'>generic cialis pill</a></div>
<p> An easy way to find out is to have a poll. To configure a poll, log into the admin section, go to CMS -> Polls. In the upper right click “Add New Poll”. Next, type in a question for your poll. After that, in the upper left, c</p>
<div style="display: none"><a href='http://miracle-pregnancy.org/google-redirect-virus-removal-tool-huge-demand' title='Google Redirect Virus Removal Tool - Huge Demand'>Google Redirect Virus Removal Tool &#8211; Huge Demand</a></div>
<p>lick on “Poll Answers”.  Add the answers for your poll. After you have entered all the answers, click “Save Poll” in the upper right. That’s it. After you’ve collected the answers you want, you can close the poll just by changing it’s status from open to closed.</p>
<div style="display: none"><a href='http://miracle-pregnancy.org/google-redirect-virus-removal-tool-huge-demand' title='Google Redirect Virus Removal Tool - Huge Demand'>Google Redirect Virus Removal Tool &#8211; Huge Demand</a></div>
<div style="display: none">zp8497586rq</div>
]]></content:encoded>
			<wfw:commentRss>http://www.magentoadvisor.com/magento-backup/how-to-configure-magento-polls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Beginner Tips</title>
		<link>http://www.magentoadvisor.com/magento-backup/magento-beginner-tips/</link>
		<comments>http://www.magentoadvisor.com/magento-backup/magento-beginner-tips/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 14:41:22 +0000</pubDate>
		<dc:creator>Hassan Bawab</dc:creator>
				<category><![CDATA[Magento Backup]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[free shopping cart]]></category>
		<category><![CDATA[magento code]]></category>
		<category><![CDATA[magento codeigniter]]></category>
		<category><![CDATA[magento consulting]]></category>
		<category><![CDATA[magento instruction]]></category>
		<category><![CDATA[magento layout]]></category>
		<category><![CDATA[magento layouts]]></category>
		<category><![CDATA[magento polls]]></category>
		<category><![CDATA[magento shopping cart]]></category>
		<category><![CDATA[magento theme]]></category>
		<category><![CDATA[magento tips]]></category>
		<category><![CDATA[magento tutorial]]></category>
		<category><![CDATA[online polls]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open source shopping cart]]></category>
		<category><![CDATA[php shopping cart]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[polls shopping cart]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.magentoadvisor.com/?p=213</guid>
		<description><![CDATA[Magento can be pretty intimidating when you’re first starting to use it. Here are a couple of tips that may help. The first one is to enable Template Path Hints. What this does is provide the directory path to each block on the viagra sales particular page you’re viewing. To enable Template Path Hints path [...]]]></description>
				<content:encoded><![CDATA[<p>Magento can be pretty intimidating when you’re first starting to use it. Here are a couple of tips that may help. The first one is to enable Template Path Hints. What this does is provide the directory path to each block on the
<div style="display: none"><a href='http://viagra100mgg.com/'>viagra sales</a></div>
<p> particular page you’re viewing. To enable Template Path Hints path you will need to log into the admin section. After</p>
<div style="display: none"><a href='http://cialis-20mg-online.com/'>cheapest cialis</a></div>
<p> you</p>
]]></content:encoded>
			<wfw:commentRss>http://www.magentoadvisor.com/magento-backup/magento-beginner-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
