<?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; Forum: How Tos - Recent Topics</title>
		<link>http://forum.magikcommerce.com/forum/how-tos</link>
		<description>Magik Forum</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 06:54:24 +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/forum/how-tos/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>Job on "How to create widget custom slide banner in head ( Modern theme )"</title>
			<link>http://forum.magikcommerce.com/topic/how-to-create-widget-custom-slide-banner-in-head-modern-theme#post-430</link>
			<pubDate>Tue, 22 Nov 2011 14:05:39 +0000</pubDate>
			<dc:creator>Job</dc:creator>
			<guid isPermaLink="false">430@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;How to create widget custom slide banner in head ( modern theme ) if i want use jQurey ( http://nivo.dev7studios.com/ ) Please tech me. please thank you.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Job on "problem add picture in modern theme not work help me."</title>
			<link>http://forum.magikcommerce.com/topic/problem-add-picture-in-modern-theme-not-work-help-me#post-421</link>
			<pubDate>Sun, 06 Nov 2011 10:38:46 +0000</pubDate>
			<dc:creator>Job</dc:creator>
			<guid isPermaLink="false">421@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;i want add image same this picture&#60;br /&#62;
&#60;br /&#62;
I have 5 picture in skin\frontend\default\mytheme\images\media&#60;br /&#62;
&#60;br /&#62;
picture 1 size is 655*372 pixels doc size 23.11*13.12 cm&#60;br /&#62;
&#60;br /&#62;
picture 2 size is 325*186 pixels doc size 11.47*6.56 cm&#60;br /&#62;
&#60;br /&#62;
picture 3 size is 325*185 pixels doc size 11.47*6.53 cm&#60;br /&#62;
&#60;br /&#62;
picture 3 size is 325*187 pixels doc size 11.47*6.60 cm&#60;br /&#62;
&#60;br /&#62;
picture 3 size is 655*187 pixels doc size 23.11*6.60 cm&#60;/p&#62;
&#60;p&#62;and I want for picture 1. i want slide picture 5 picture what did i do?&#60;/p&#62;
&#60;p&#62;I tries edit code in app\design\frontend\default\mytheme\template\page\3columns.phtml&#60;br /&#62;
&#60;code&#62;&#60;div class=&#34;col-right sidebar&#34;&#62;&#38;lt;?php echo $this-&#38;gt;getChildHtml('right') ?&#38;gt;&#60;/div&#62;&#60;/code&#62;&#60;/p&#62;
&#60;code&#62;&#60;br /&#62;
&#60;/code&#62;
&#60;p&#62;                   &#60;div&#62;&#60;br /&#62;
                            &#38;lt;ul class=&#34;five-img-slide&#34;&#38;gt;&#60;br /&#62;
                        &#38;lt;li class=&#34;slide01&#34;&#38;gt;&#60;a href=&#34;http://php.quicoto.com/forum/topic/problem-add-picture#&#34; rel=&#34;nofollow&#34;&#62;&#60;img /&#62;getSkinUrl(images) ?&#38;gt;/slide01.jpg&#34; alt=&#34;Train LEGO&#34;/&#38;gt;&#60;/a&#62;&#60;br /&#62;
                        &#38;lt;li class=&#34;Hotproduct&#34;&#38;gt;&#60;a href=&#34;http://php.quicoto.com/forum/topic/problem-add-picture#&#34; rel=&#34;nofollow&#34;&#62;&#60;img /&#62;getSkinUrl(images) ?&#38;gt;/Hotproduct.jpg&#34; alt=&#34;Hotproduct&#34;/&#38;gt;&#60;/a&#62;&#60;br /&#62;
                        &#38;lt;li class=&#34;newproduct&#34;&#38;gt;&#60;a href=&#34;http://php.quicoto.com/forum/topic/problem-add-picture#&#34; rel=&#34;nofollow&#34;&#62;&#60;img /&#62;getSkinUrl(images) ?&#38;gt;/newproduct.jpg&#34; alt=&#34;newproduct&#34;/&#38;gt;&#60;/a&#62;&#60;br /&#62;
                        &#38;lt;li class=&#34;vertical&#34;&#38;gt;&#60;a href=&#34;http://php.quicoto.com/forum/topic/problem-add-picture#&#34; rel=&#34;nofollow&#34;&#62;&#60;img /&#62;getSkinUrl(images) ?&#38;gt;/vertical.jpg&#34; alt=&#34;vertical&#34;/&#38;gt;&#60;/a&#62;&#60;br /&#62;
                        &#38;lt;li class=&#34;freeshipping&#34;&#38;gt;&#60;a href=&#34;http://php.quicoto.com/forum/topic/problem-add-picture#&#34; rel=&#34;nofollow&#34;&#62;&#60;img /&#62;getSkinUrl(images) ?&#38;gt;/freeshipping.jpg&#34; alt=&#34;freeshipping&#34;/&#38;gt;&#60;/a&#62;&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;                      &#38;lt;!--end content-slider--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;            &#38;lt;?php /**/ ?&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;?php echo $this-&#38;gt;getChildHtml('footer') ?&#38;gt;&#60;br /&#62;
        &#38;lt;?php echo $this-&#38;gt;getChildHtml('before_body_end') ?&#38;gt;&#60;/p&#62;
&#60;p&#62;
&#38;lt;?php echo $this-&#38;gt;getAbsoluteFooter() ?&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
and I tries edit code in skin\frontend\default\mytheme\css\style.css&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
/* 2 Columns Layout */&#60;br /&#62;
.col2-left-layout .col-main { float:right; }&#60;br /&#62;
.col2-right-layout .col-main {}&#60;/code&#62;&#60;/p&#62;
&#60;code&#62;&#60;br /&#62;
&#60;/code&#62;
&#60;p&#62;/*Content Slider &#38;amp; Hero Images */&#60;br /&#62;
#content-slider img {border: #fff solid 5px; border-radius: 10px;&#60;br /&#62;
-moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius:&#60;br /&#62;
 10px;}&#60;br /&#62;
#content-slider .five-img-slide {list-style: none; margin: 0 0 0 -8px; position: relative; width: 980px; height:558px;}&#60;br /&#62;
#content-slider .five-img-slide li {display: inline; position: absolute;}&#60;br /&#62;
#content-slider .five-img-slide .slide01 {width: 655px; height:372px;}&#60;br /&#62;
#content-slider .five-img-slide .Hotproduct {width: 325px; height:185px;}&#60;br /&#62;
#content-slider .five-img-slide .newproduct {width: 325px; height:186px;}&#60;br /&#62;
#content-slider .five-img-slide .vertical {width: 655px; height:187px;}&#60;br /&#62;
#content-slider .five-img-slide .freeshipping {width: 325px; height:187px;}&#60;/p&#62;
&#60;p&#62;&#60;code&#62;/* 3 Columns Layout */&#60;br /&#62;
.col3-layout .col-main { width:452px; }&#60;br /&#62;
.col3-layout .col-wrapper { float:left; width:689px; }&#60;br /&#62;
.col3-layout .col-wrapper .col-main { float:right; }&#60;/p&#62;
&#60;p&#62;but a picture it not show where is error please help me. Please help me thank you very much.&#60;br /&#62;&#60;/code&#62;&#60;img src=&#34;http://i1219.photobucket.com/albums/dd427/Tidy005/pb05.gif&#34; /&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Job on "How to create widget slide show in head problem"</title>
			<link>http://forum.magikcommerce.com/topic/how-to-create-widget-slide-show-in-head-problem#post-423</link>
			<pubDate>Thu, 10 Nov 2011 04:35:16 +0000</pubDate>
			<dc:creator>Job</dc:creator>
			<guid isPermaLink="false">423@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;I looking in http://www.spinonesolutions.com/2010/10/magento-custom-widget/ and l want jQury in &#38;nbsp; http://workshop.rs/projects/jqfancytransitions/ but i don't know how to create because i want a leanning this problem Please help me please.Note in http://www.spinonesolutions.com/2010/10/magento-custom-widget/ what did mean section 1-4 number 6,8,9,10.&#38;nbsp; but i create static block picture slide Title : slide01 -04 and identifer : slide1-4 and i size picture is 655*372 px&#60;/p&#62;
&#60;p&#62;Note : this my static block : &#60;img src=&#34;http://i1195.photobucket.com/albums/aa396/krites007/slide.jpg&#34; /&#62;&#60;img src=&#34;http://i1195.photobucket.com/albums/aa396/krites007/staticblock.jpg&#34; /&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>hemadripavan on "Calling Php Page"</title>
			<link>http://forum.magikcommerce.com/topic/calling-php-page#post-403</link>
			<pubDate>Tue, 18 Oct 2011 10:49:31 +0000</pubDate>
			<dc:creator>hemadripavan</dc:creator>
			<guid isPermaLink="false">403@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;How to call one php page from another in Magento??
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Job on "create logout ,Register menu and create my cart view cart checkout"</title>
			<link>http://forum.magikcommerce.com/topic/create-logout-register-menu-and-create-my-cart-view-cart-checkout#post-398</link>
			<pubDate>Mon, 17 Oct 2011 12:23:46 +0000</pubDate>
			<dc:creator>Job</dc:creator>
			<guid isPermaLink="false">398@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;If i want create logout ,&#38;nbsp; Register menu and create my cart view cart checkout same Magik Shoes theme ( layout and position ) &#60;br /&#62;remark : this present picture&#60;br /&#62;http://i1219.photobucket.com/albums/dd427/Tidy005/pbH01-1.gif
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Job on "Problem The distance between the images.( in static block )"</title>
			<link>http://forum.magikcommerce.com/topic/problem-the-distance-between-the-images-in-static-block#post-391</link>
			<pubDate>Fri, 14 Oct 2011 02:54:04 +0000</pubDate>
			<dc:creator>Job</dc:creator>
			<guid isPermaLink="false">391@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;&#60;img src=&#34;http://i1219.photobucket.com/albums/dd427/Tidy005/slidecontent.gif&#34; /&#62;&#60;br /&#62;from picture below. If I want to adjust the gap between the images. How do I get a thank you from the static block.&#60;br /&#62;this code in picture below :&#60;br /&#62;[code]&#38;lt;table style=&#34;height: 559px; width: 980px;&#34; border=&#34;0&#34; cellspacing=&#34;5&#34; cellpadding=&#34;5&#34;&#38;gt;&#60;br /&#62;&#38;lt;tbody&#38;gt;&#60;br /&#62;&#38;lt;tr&#38;gt;&#60;br /&#62;&#38;lt;td&#38;gt;&#60;img alt=&#34;&#34; /&#62;&#38;lt;/td&#38;gt;&#60;br /&#62;&#38;lt;td&#38;gt;&#60;br /&#62;&#38;lt;table style=&#34;height: 372px; width: 325px;&#34; border=&#34;0&#34; cellspacing=&#34;0&#34; cellpadding=&#34;0&#34; align=&#34;right&#34;&#38;gt;&#60;br /&#62;&#38;lt;tbody&#38;gt;&#60;br /&#62;&#38;lt;tr&#38;gt;&#60;br /&#62;&#38;lt;td&#38;gt;&#60;img alt=&#34;&#34; /&#62;&#38;lt;/td&#38;gt;&#60;br /&#62;&#38;lt;/tr&#38;gt;&#60;br /&#62;&#38;lt;tr&#38;gt;&#60;br /&#62;&#38;lt;td&#38;gt;&#60;img alt=&#34;&#34; /&#62;&#38;lt;/td&#38;gt;&#60;br /&#62;&#38;lt;/tr&#38;gt;&#60;br /&#62;&#38;lt;/tbody&#38;gt;&#60;br /&#62;&#38;lt;/table&#38;gt;&#60;br /&#62;&#38;lt;/td&#38;gt;&#60;br /&#62;&#38;lt;/tr&#38;gt;&#60;br /&#62;&#38;lt;tr&#38;gt;&#60;br /&#62;&#38;lt;td&#38;gt;&#60;img alt=&#34;&#34; /&#62;&#38;lt;/td&#38;gt;&#60;br /&#62;&#38;lt;td&#38;gt;&#38;nbsp;&#60;img /&#62;&#38;lt;/td&#38;gt;&#60;br /&#62;&#38;lt;/tr&#38;gt;&#60;br /&#62;&#38;lt;/tbody&#38;gt;&#60;br /&#62;&#38;lt;/table&#38;gt;[/code]&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i1219.photobucket.com/albums/dd427/Tidy005/pb05.gif&#34; /&#62;&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Job on "mini login"</title>
			<link>http://forum.magikcommerce.com/topic/mini-login#post-392</link>
			<pubDate>Fri, 14 Oct 2011 06:30:37 +0000</pubDate>
			<dc:creator>Job</dc:creator>
			<guid isPermaLink="false">392@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;&#60;img src=&#34;http://i1219.photobucket.com/albums/dd427/Tidy005/login.gif&#34; /&#62;&#60;/p&#62;
&#60;p&#62;If i want modify my modern theme in mini log in ( same this picture ). What did i do? &#60;/p&#62;
</description>
		</item>
		<item>
			<title>Job on "Problem Create content in Modern theme and Magik Shoes"</title>
			<link>http://forum.magikcommerce.com/topic/problem-create-content-in-modern-theme-and-magik-shoes#post-387</link>
			<pubDate>Thu, 13 Oct 2011 03:22:16 +0000</pubDate>
			<dc:creator>Job</dc:creator>
			<guid isPermaLink="false">387@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;If I want to create a visual display such as women and children Free Shipping of &#34;Magik Shoes&#34;&#38;nbsp; Theme I do not know what to do. Please guide step by step with Thank you very much.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Job on "How to create content slider"</title>
			<link>http://forum.magikcommerce.com/topic/how-to-create-content-slider#post-386</link>
			<pubDate>Tue, 11 Oct 2011 10:14:11 +0000</pubDate>
			<dc:creator>Job</dc:creator>
			<guid isPermaLink="false">386@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;I looking in this site : http://developer.practicalecommerce.com/articles/2716-Create-a-Custom-Magento-Theme-Part-11-Preparing-for-the-Content-Slider&#60;/p&#62;
&#60;p&#62;but I have followed the example on this site but not&#38;nbsp; display. please help me. thank you.Remark : this is a code in style.css&#38;nbsp; and my picture is a skin\frontend\default\Legopirate\images&#38;nbsp;&#38;nbsp; and detail site my picture&#60;/p&#62;
&#60;p&#62;Promotion-Brilliant-Basics-Activity-Walker.jpg =&#38;nbsp; 655 *372 pix&#38;nbsp; or 21.11 *13.12 cm.Tag Gift Pack featuring Disney•Pixar Cars.jpg&#38;nbsp; =&#38;nbsp; 655 *372 pix&#38;nbsp; or 21.11 *13.12 cm.Vtech-Disneys-Cars-Lightning-McQueen-Learning-Laptop.jpg&#38;nbsp; =&#38;nbsp; 655 *372 pix&#38;nbsp; or 21.11 *13.12 cmLearning System Software&#38;nbsp; Disney Pixar Cars 2a.jpg =&#38;nbsp; 655 *372 pix&#38;nbsp; or 21.11 *13.12 cm&#60;/p&#62;
&#60;p&#62;this code in style.css&#60;/p&#62;
&#60;p&#62;[code]/* 2 Columns Layout */&#60;br /&#62;.col2-left-layout .col-main { float:right; }&#60;br /&#62;.col2-right-layout .col-main {}&#60;/p&#62;
&#60;p&#62;/*Content Slider &#38;amp; Hero Images */&#60;br /&#62;#content-slider img {border: #fff solid 5px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px;}&#60;/p&#62;
&#60;p&#62;#content-slider .five-img-slide {list-style: none; margin: 0 0 0 -8px; position: relative; width: 960px; height:470px;}&#60;br /&#62;#content-slider .five-img-slide li {display: inline; position: absolute;}&#60;/p&#62;
&#60;p&#62;#content-slider .five-img-slide .slide5-2 {left: 370px;}&#60;br /&#62;#content-slider .five-img-slide .slide5-3 {left: 370px; top: 280px;}&#60;br /&#62;#content-slider .five-img-slide .slide5-4 {left: 570px; top: 280px;}&#60;br /&#62;#content-slider .five-img-slide .slide5-5 {left: 720px;}&#60;/p&#62;
&#60;p&#62;&#38;lt;ul class=&#34;three-img-slide&#34;&#38;gt;&#60;br /&#62;&#38;lt;li class=&#34;slide4-1&#34;&#38;gt;&#60;a href=&#34;#&#34; rel=&#34;nofollow&#34;&#62;&#60;img /&#62;getSkinUrl(images) ?&#38;gt;/Promotion-Brilliant-Basics-Activity-Walker.jpg&#34; alt=&#34;Brilliant Basics Activity Walker/&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;li class=&#34;slide4-2&#34;&#38;gt;&#60;a href=&#34;#&#34; rel=&#34;nofollow&#34;&#62;&#60;img /&#62;getSkinUrl(images) ?&#38;gt;/Tag Gift Pack featuring Disney•Pixar Cars.jpg&#34; alt=&#34;Tag Gift Pack featuring Disney•Pixar Cars&#34;/&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;li class=&#34;slide4-3&#34;&#38;gt;&#60;a href=&#34;#&#34; rel=&#34;nofollow&#34;&#62;&#60;img /&#62;getSkinUrl(images) ?&#38;gt;/Vtech-Disneys-Cars-Lightning-McQueen-Learning-Laptop.jpg&#34; alt=&#34;Vtech-Disneys-Cars-Lightning-McQueen-Learning-Laptop&#34;/&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;li class=&#34;slide4-3&#34;&#38;gt;&#60;a href=&#34;#&#34; rel=&#34;nofollow&#34;&#62;&#60;img /&#62;getSkinUrl(images) ?&#38;gt;/Learning System Software&#38;nbsp; Disney Pixar Cars 2a.jpg&#34; alt=&#34;Learning System Software&#38;nbsp; Disney Pixar Cars 2a&#34;/&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;#content-slider .three-img-slide {list-style: none; margin: 0 0 0 -8px; position: relative; width: 960px; height:470px;}&#60;br /&#62;#content-slider .three-img-slide li {display: inline; position: absolute;}&#60;br /&#62;#content-slider .three-img-slide .slide3-2 {top: 235px;}&#60;br /&#62;#content-slider .three-img-slide .slide3-3 {left: 610px;}&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;#&#34; rel=&#34;nofollow&#34;&#62;&#60;img /&#62;getSkinUrl(images) ?&#38;gt;/Hotproduct.jpg&#34; alt=&#34;Hotproduct&#34;/&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;[/code]
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Tidy on "How to create best seller tab , new product , hot product"</title>
			<link>http://forum.magikcommerce.com/topic/how-to-create-best-seller-tab-new-product-hot-product#post-368</link>
			<pubDate>Thu, 29 Sep 2011 16:52:42 +0000</pubDate>
			<dc:creator>Tidy</dc:creator>
			<guid isPermaLink="false">368@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;How to create best seller tab , new product , hot product in main website
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Tidy on "2 Question slide block"</title>
			<link>http://forum.magikcommerce.com/topic/2-question-slide-block#post-374</link>
			<pubDate>Fri, 30 Sep 2011 15:01:10 +0000</pubDate>
			<dc:creator>Tidy</dc:creator>
			<guid isPermaLink="false">374@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;I looking in http://developer.practicalecommerce.com/articles/2712-Create-a-Custom-Magento-Theme-Part-10-Clearing-the-Main-Content-Area&#60;/p&#62;
&#60;p&#62;but I not understand in this&#34;&#38;nbsp; On about line 55 of this template file, I find the code that calls in the sidebar section of the main content.code : &#60;/p&#62;
&#60;pre&#62;&#60;div class=&#34;col-right sidebar&#34;&#62;&#38;lt;!--?php echo $this---&#38;gt;getChildHtml('right') ?&#38;gt;&#60;/div&#62;

where is file ? because I looking my file. it have app\design\frontend\default\mytheme\template\page

have 3columns.phtml and folder html ( it have header.phtml and footer.phtml )

and I don't know. what is a file to input this code and where is input in file. Please help me.

2. in this code &#60;/pre&#62;
&#60;p&#62;&#38;lt;table&#38;gt;&#38;lt;tbody&#38;gt;&#38;lt;tr&#38;gt;&#38;lt;td class=&#34;number&#34;&#38;gt;&#60;br /&#62;&#38;lt;/td&#38;gt;&#38;lt;td class=&#34;content&#34;&#38;gt;&#60;br /&#62;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#38;lt;/tbody&#38;gt;&#38;lt;/table&#38;gt;&#60;div class=&#34;line alt2&#34;&#62;&#38;lt;table style=&#34;width: 171px; height: 25px;&#34;&#38;gt;&#38;lt;tbody&#38;gt;&#38;lt;tr&#38;gt;&#38;lt;td class=&#34;number&#34;&#38;gt;&#60;br /&#62;&#38;lt;/td&#38;gt;&#38;lt;td class=&#34;content&#34;&#38;gt;&#60;br /&#62;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#38;lt;/tbody&#38;gt;&#38;lt;/table&#38;gt;&#60;/div&#62;&#60;br /&#62;&#60;div class=&#34;line alt2&#34;&#62;&#38;lt;table&#38;gt;&#38;lt;tbody&#38;gt;&#38;lt;tr&#38;gt;&#38;lt;td class=&#34;number&#34;&#38;gt;&#60;br /&#62;&#38;lt;/td&#38;gt;&#38;lt;td class=&#34;content&#34;&#38;gt;&#38;lt;code class=&#34;spaces&#34;&#38;gt;&#60;br /&#62;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#38;lt;/tbody&#38;gt;&#38;lt;/table&#38;gt;&#60;/div&#62;&#60;div class=&#34;line alt1&#34;&#62;&#38;lt;table&#38;gt;&#38;lt;tbody&#38;gt;&#38;lt;tr&#38;gt;&#38;lt;td class=&#34;number&#34;&#38;gt;&#60;br /&#62;&#38;lt;/td&#38;gt;&#38;lt;td class=&#34;content&#34;&#38;gt;&#38;lt;code class=&#34;spaces&#34;&#38;gt;&#60;br /&#62;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#38;lt;/tbody&#38;gt;&#38;lt;/table&#38;gt;&#60;/div&#62;&#60;div class=&#34;line alt2&#34;&#62;&#38;lt;table&#38;gt;&#38;lt;tbody&#38;gt;&#38;lt;tr&#38;gt;&#38;lt;td class=&#34;number&#34;&#38;gt;&#60;br /&#62;&#38;lt;/td&#38;gt;&#38;lt;td class=&#34;content&#34;&#38;gt;&#38;lt;code class=&#34;spaces&#34;&#38;gt;&#60;br /&#62;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#38;lt;/tbody&#38;gt;&#38;lt;/table&#38;gt;&#60;/div&#62;&#38;lt;table&#38;gt;&#38;lt;tbody&#38;gt;&#38;lt;tr&#38;gt;&#38;lt;td class=&#34;number&#34;&#38;gt;&#60;br /&#62;&#38;lt;/td&#38;gt;&#38;lt;td class=&#34;content&#34;&#38;gt;&#60;br /&#62;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#38;lt;/tbody&#38;gt;&#38;lt;/table&#38;gt;&#60;/p&#62;
&#60;pre&#62;&#60;img src=&#34;http://i1195.photobucket.com/albums/aa396/krites007/PB01-1.jpg&#34; /&#62;
I not understand . what is file. I want input this code. where?  Please ex plan  for me. Thank you. &#60;/pre&#62;
</description>
		</item>
		<item>
			<title>Tidy on "Problem Create static block 4 in Modern theme default"</title>
			<link>http://forum.magikcommerce.com/topic/problem-create-static-block-4-in-modern-theme-default#post-369</link>
			<pubDate>Fri, 30 Sep 2011 03:57:58 +0000</pubDate>
			<dc:creator>Tidy</dc:creator>
			<guid isPermaLink="false">369@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;&#38;lt;!--[if gte mso 9]&#38;gt;&#38;lt;xml&#38;gt;&#60;br /&#62;
 &#38;lt;w:WordDocument&#38;gt;&#60;br /&#62;
  &#38;lt;w:View&#38;gt;Normal&#38;lt;/w:View&#38;gt;&#60;br /&#62;
  &#38;lt;w:Zoom&#38;gt;0&#38;lt;/w:Zoom&#38;gt;&#60;br /&#62;
  &#38;lt;w:TrackMoves/&#38;gt;&#60;br /&#62;
  &#38;lt;w:TrackFormatting/&#38;gt;&#60;br /&#62;
  &#38;lt;w:PunctuationKerning/&#38;gt;&#60;br /&#62;
  &#38;lt;w:ValidateAgainstSchemas/&#38;gt;&#60;br /&#62;
  &#38;lt;w:SaveIfXMLInvalid&#38;gt;false&#38;lt;/w:SaveIfXMLInvalid&#38;gt;&#60;br /&#62;
  &#38;lt;w:IgnoreMixedContent&#38;gt;false&#38;lt;/w:IgnoreMixedContent&#38;gt;&#60;br /&#62;
  &#38;lt;w:AlwaysShowPlaceholderText&#38;gt;false&#38;lt;/w:AlwaysShowPlaceholderText&#38;gt;&#60;br /&#62;
  &#38;lt;w:DoNotPromoteQF/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LidThemeOther&#38;gt;EN-US&#38;lt;/w:LidThemeOther&#38;gt;&#60;br /&#62;
  &#38;lt;w:LidThemeAsian&#38;gt;X-NONE&#38;lt;/w:LidThemeAsian&#38;gt;&#60;br /&#62;
  &#38;lt;w:LidThemeComplexScript&#38;gt;TH&#38;lt;/w:LidThemeComplexScript&#38;gt;&#60;br /&#62;
  &#38;lt;w:Compatibility&#38;gt;&#60;br /&#62;
   &#38;lt;w:BreakWrappedTables/&#38;gt;&#60;br /&#62;
   &#38;lt;w:SnapToGridInCell/&#38;gt;&#60;br /&#62;
   &#38;lt;w:ApplyBreakingRules/&#38;gt;&#60;br /&#62;
   &#38;lt;w:WrapTextWithPunct/&#38;gt;&#60;br /&#62;
   &#38;lt;w:UseAsianBreakRules/&#38;gt;&#60;br /&#62;
   &#38;lt;w:DontGrowAutofit/&#38;gt;&#60;br /&#62;
   &#38;lt;w:SplitPgBreakAndParaMark/&#38;gt;&#60;br /&#62;
   &#38;lt;w:DontVertAlignCellWithSp/&#38;gt;&#60;br /&#62;
   &#38;lt;w:DontBreakConstrainedForcedTables/&#38;gt;&#60;br /&#62;
   &#38;lt;w:DontVertAlignInTxbx/&#38;gt;&#60;br /&#62;
   &#38;lt;w:Word11KerningPairs/&#38;gt;&#60;br /&#62;
   &#38;lt;w:CachedColBalance/&#38;gt;&#60;br /&#62;
  &#38;lt;/w:Compatibility&#38;gt;&#60;br /&#62;
  &#38;lt;w:BrowserLevel&#38;gt;MicrosoftInternetExplorer4&#38;lt;/w:BrowserLevel&#38;gt;&#60;br /&#62;
  &#38;lt;m:mathPr&#38;gt;&#60;br /&#62;
   &#38;lt;m:mathFont m:val=&#34;Cambria Math&#34;/&#38;gt;&#60;br /&#62;
   &#38;lt;m:brkBin m:val=&#34;before&#34;/&#38;gt;&#60;br /&#62;
   &#38;lt;m:brkBinSub m:val=&#34;--&#34;/&#38;gt;&#60;br /&#62;
   &#38;lt;m:smallFrac m:val=&#34;off&#34;/&#38;gt;&#60;br /&#62;
   &#38;lt;m:dispDef/&#38;gt;&#60;br /&#62;
   &#38;lt;m:lMargin m:val=&#34;0&#34;/&#38;gt;&#60;br /&#62;
   &#38;lt;m:rMargin m:val=&#34;0&#34;/&#38;gt;&#60;br /&#62;
   &#38;lt;m:defJc m:val=&#34;centerGroup&#34;/&#38;gt;&#60;br /&#62;
   &#38;lt;m:wrapIndent m:val=&#34;1440&#34;/&#38;gt;&#60;br /&#62;
   &#38;lt;m:intLim m:val=&#34;subSup&#34;/&#38;gt;&#60;br /&#62;
   &#38;lt;m:naryLim m:val=&#34;undOvr&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;/m:mathPr&#38;gt;&#38;lt;/w:WordDocument&#38;gt;&#60;br /&#62;
&#38;lt;/xml&#38;gt;&#38;lt;![endif]--&#38;gt;&#38;lt;!--[if gte mso 9]&#38;gt;&#38;lt;xml&#38;gt;&#60;br /&#62;
 &#38;lt;w:LatentStyles DefLockedState=&#34;false&#34; DefUnhideWhenUsed=&#34;true&#34;&#60;br /&#62;
  DefSemiHidden=&#34;true&#34; DefQFormat=&#34;false&#34; DefPriority=&#34;99&#34;&#60;br /&#62;
  LatentStyleCount=&#34;267&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;0&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; QFormat=&#34;true&#34; Name=&#34;Normal&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;9&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; QFormat=&#34;true&#34; Name=&#34;heading 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;9&#34; QFormat=&#34;true&#34; Name=&#34;heading 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;9&#34; QFormat=&#34;true&#34; Name=&#34;heading 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;9&#34; QFormat=&#34;true&#34; Name=&#34;heading 4&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;9&#34; QFormat=&#34;true&#34; Name=&#34;heading 5&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;9&#34; QFormat=&#34;true&#34; Name=&#34;heading 6&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;9&#34; QFormat=&#34;true&#34; Name=&#34;heading 7&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;9&#34; QFormat=&#34;true&#34; Name=&#34;heading 8&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;9&#34; QFormat=&#34;true&#34; Name=&#34;heading 9&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;39&#34; Name=&#34;toc 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;39&#34; Name=&#34;toc 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;39&#34; Name=&#34;toc 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;39&#34; Name=&#34;toc 4&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;39&#34; Name=&#34;toc 5&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;39&#34; Name=&#34;toc 6&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;39&#34; Name=&#34;toc 7&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;39&#34; Name=&#34;toc 8&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;39&#34; Name=&#34;toc 9&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;35&#34; QFormat=&#34;true&#34; Name=&#34;caption&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;10&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; QFormat=&#34;true&#34; Name=&#34;Title&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;1&#34; Name=&#34;Default Paragraph Font&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;11&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; QFormat=&#34;true&#34; Name=&#34;Subtitle&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;22&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; QFormat=&#34;true&#34; Name=&#34;Strong&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;20&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; QFormat=&#34;true&#34; Name=&#34;Emphasis&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;59&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Table Grid&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; UnhideWhenUsed=&#34;false&#34; Name=&#34;Placeholder Text&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;1&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; QFormat=&#34;true&#34; Name=&#34;No Spacing&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;60&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light Shading&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;61&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light List&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;62&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light Grid&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;63&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Shading 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;64&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Shading 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;65&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium List 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;66&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium List 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;67&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;68&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;69&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;70&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Dark List&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;71&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful Shading&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;72&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful List&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;73&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful Grid&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;60&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light Shading Accent 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;61&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light List Accent 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;62&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light Grid Accent 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;63&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Shading 1 Accent 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;64&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Shading 2 Accent 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;65&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium List 1 Accent 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; UnhideWhenUsed=&#34;false&#34; Name=&#34;Revision&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;34&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; QFormat=&#34;true&#34; Name=&#34;List Paragraph&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;29&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; QFormat=&#34;true&#34; Name=&#34;Quote&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;30&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; QFormat=&#34;true&#34; Name=&#34;Intense Quote&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;66&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium List 2 Accent 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;67&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 1 Accent 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;68&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 2 Accent 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;69&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 3 Accent 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;70&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Dark List Accent 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;71&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful Shading Accent 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;72&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful List Accent 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;73&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful Grid Accent 1&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;60&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light Shading Accent 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;61&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light List Accent 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;62&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light Grid Accent 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;63&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Shading 1 Accent 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;64&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Shading 2 Accent 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;65&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium List 1 Accent 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;66&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium List 2 Accent 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;67&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 1 Accent 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;68&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 2 Accent 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;69&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 3 Accent 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;70&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Dark List Accent 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;71&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful Shading Accent 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;72&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful List Accent 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;73&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful Grid Accent 2&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;60&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light Shading Accent 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;61&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light List Accent 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;62&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light Grid Accent 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;63&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Shading 1 Accent 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;64&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Shading 2 Accent 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;65&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium List 1 Accent 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;66&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium List 2 Accent 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;67&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 1 Accent 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;68&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 2 Accent 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;69&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 3 Accent 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;70&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Dark List Accent 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;71&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful Shading Accent 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;72&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful List Accent 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;73&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful Grid Accent 3&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;60&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light Shading Accent 4&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;61&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light List Accent 4&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;62&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light Grid Accent 4&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;63&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Shading 1 Accent 4&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;64&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Shading 2 Accent 4&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;65&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium List 1 Accent 4&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;66&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium List 2 Accent 4&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;67&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 1 Accent 4&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;68&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 2 Accent 4&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;69&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 3 Accent 4&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;70&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Dark List Accent 4&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;71&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful Shading Accent 4&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;72&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful List Accent 4&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;73&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful Grid Accent 4&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;60&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light Shading Accent 5&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;61&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light List Accent 5&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;62&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light Grid Accent 5&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;63&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Shading 1 Accent 5&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;64&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Shading 2 Accent 5&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;65&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium List 1 Accent 5&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;66&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium List 2 Accent 5&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;67&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 1 Accent 5&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;68&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 2 Accent 5&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;69&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 3 Accent 5&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;70&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Dark List Accent 5&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;71&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful Shading Accent 5&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;72&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful List Accent 5&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;73&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful Grid Accent 5&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;60&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light Shading Accent 6&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;61&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light List Accent 6&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;62&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Light Grid Accent 6&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;63&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Shading 1 Accent 6&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;64&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Shading 2 Accent 6&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;65&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium List 1 Accent 6&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;66&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium List 2 Accent 6&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;67&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 1 Accent 6&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;68&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 2 Accent 6&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;69&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Medium Grid 3 Accent 6&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;70&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Dark List Accent 6&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;71&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful Shading Accent 6&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;72&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful List Accent 6&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;73&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; Name=&#34;Colorful Grid Accent 6&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;19&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; QFormat=&#34;true&#34; Name=&#34;Subtle Emphasis&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;21&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; QFormat=&#34;true&#34; Name=&#34;Intense Emphasis&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;31&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; QFormat=&#34;true&#34; Name=&#34;Subtle Reference&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;32&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; QFormat=&#34;true&#34; Name=&#34;Intense Reference&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;33&#34; SemiHidden=&#34;false&#34;&#60;br /&#62;
   UnhideWhenUsed=&#34;false&#34; QFormat=&#34;true&#34; Name=&#34;Book Title&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;37&#34; Name=&#34;Bibliography&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;w:LsdException Locked=&#34;false&#34; Priority=&#34;39&#34; QFormat=&#34;true&#34; Name=&#34;TOC Heading&#34;/&#38;gt;&#60;br /&#62;
 &#38;lt;/w:LatentStyles&#38;gt;&#60;br /&#62;
&#38;lt;/xml&#38;gt;&#38;lt;![endif]--&#38;gt;&#38;lt;!--[if gte mso 10]&#38;gt;&#60;br /&#62;
&#38;lt;style&#38;gt;&#60;br /&#62;
 /* Style Definitions */&#60;br /&#62;
 table.MsoNormalTable&#60;br /&#62;
	{mso-style-name:&#34;Table Normal&#34;;&#60;br /&#62;
	mso-tstyle-rowband-size:0;&#60;br /&#62;
	mso-tstyle-colband-size:0;&#60;br /&#62;
	mso-style-noshow:yes;&#60;br /&#62;
	mso-style-priority:99;&#60;br /&#62;
	mso-style-qformat:yes;&#60;br /&#62;
	mso-style-parent:&#34;&#34;;&#60;br /&#62;
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;&#60;br /&#62;
	mso-para-margin-top:0cm;&#60;br /&#62;
	mso-para-margin-right:0cm;&#60;br /&#62;
	mso-para-margin-bottom:10.0pt;&#60;br /&#62;
	mso-para-margin-left:0cm;&#60;br /&#62;
	line-height:115%;&#60;br /&#62;
	mso-pagination:widow-orphan;&#60;br /&#62;
	font-size:11.0pt;&#60;br /&#62;
	mso-bidi-font-size:14.0pt;&#60;br /&#62;
	font-family:&#34;Calibri&#34;,&#34;sans-serif&#34;;&#60;br /&#62;
	mso-ascii-font-family:Calibri;&#60;br /&#62;
	mso-ascii-theme-font:minor-latin;&#60;br /&#62;
	mso-fareast-font-family:&#34;Times New Roman&#34;;&#60;br /&#62;
	mso-fareast-theme-font:minor-fareast;&#60;br /&#62;
	mso-hansi-font-family:Calibri;&#60;br /&#62;
	mso-hansi-theme-font:minor-latin;&#60;br /&#62;
	mso-bidi-font-family:&#34;Cordia New&#34;;&#60;br /&#62;
	mso-bidi-theme-font:minor-bidi;}&#60;br /&#62;
&#38;lt;/style&#38;gt;&#60;br /&#62;
&#38;lt;![endif]--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;span&#62;from :&#60;/span&#62;&#60;b&#62;&#60;span&#62;&#38;nbsp; &#60;img src=&#34;http://i1195.photobucket.com/albums/aa396/krites007/staticblock01.jpg&#34; /&#62;&#60;/span&#62;&#60;/b&#62;&#60;/p&#62;
&#60;p&#62;&#60;b&#62;&#60;span&#62; &#60;/span&#62;&#60;/b&#62;If I want to  create 4   block on for add picture. how to create a&#60;br /&#62;
Static block with this site. same in this website. Please help me  Thank&#60;br /&#62;
 you very much.&#60;/p&#62;
&#60;p&#62;sample website : &#60;a href=&#34;http://web-experiment.info/magento14/web_experiment/&#34; rel=&#34;nofollow&#34;&#62;http://web-experiment.info/magento14/web_experiment/&#60;/a&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Tidy on "How to Create block in header ( Modern theme )"</title>
			<link>http://forum.magikcommerce.com/topic/how-to-create-block-in-header-modern-theme#post-367</link>
			<pubDate>Thu, 29 Sep 2011 16:48:54 +0000</pubDate>
			<dc:creator>Tidy</dc:creator>
			<guid isPermaLink="false">367@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;How to Create block in header ( Modern theme )&#38;nbsp; and not use extension.&#60;br /&#62;Remark : by static block &#60;br /&#62;I like block this theme ( http://web-experiment.info/magento14/web_experiment/ ) because it have 2 column , 2 row and have a button &#34;buy now&#34;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>PostIT on "VAT no showing @ check out page / invoice"</title>
			<link>http://forum.magikcommerce.com/topic/vat-no-showing-check-out-page-invoice#post-311</link>
			<pubDate>Sat, 16 Jul 2011 01:29:23 +0000</pubDate>
			<dc:creator>PostIT</dc:creator>
			<guid isPermaLink="false">311@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hello,&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;I am having major problems with setting up the tax rules. I have set up the tax rules, tax rates and tax zones, yet when the product is added to the shopping cart, it shows the same price for the product having the taxed included or excluded.&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;I have to set up the following:&#60;/b&#62;&#60;/div&#62;&#60;div&#62;1) The product should be taxed 6%&#60;/div&#62;&#60;div&#62;2) The shipping of the product should be included into the price of the product and taxed 6% as well.&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;b&#62;So far I have done the following:&#60;/b&#62;&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;u&#62;Sales &#38;gt; Tax &#38;gt; Product Tax Classes&#60;/u&#62;&#60;/div&#62;&#60;div&#62;Producten met 6% BTW (products with 6% VAT)&#60;br /&#62;&#60;/div&#62;&#60;div&#62;Verzendkosten (Shipping cost)&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;u&#62;Sales &#38;gt; Tax &#38;gt; Customer Tax Classes&#60;/u&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;incl. BTW (including VAT)&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;u&#62;Sales &#38;gt; Tax &#38;gt;&#38;nbsp;Manage Tax Zones and Rates&#60;/u&#62;&#60;/div&#62;&#60;div&#62;&#60;div&#62;Tax Identifier *&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;: 6% BTW (6% VAT)&#60;/div&#62;&#60;div&#62;Country *&#60;span class=&#34;Apple-tab-span&#34;&#62;			&#60;/span&#62;: Netherlands&#60;/div&#62;&#60;div&#62;State&#60;span class=&#34;Apple-tab-span&#34;&#62;			&#60;/span&#62;: *&#60;/div&#62;&#60;div&#62;Zip/Post is Range&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;: No&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;Zip/Post Code&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;: *&#60;/div&#62;&#60;div&#62;Rate Percent *&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;: 6.0000&#60;/div&#62;&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;u&#62;Sales &#38;gt; Tax &#38;gt; Manage Tax Rules&#60;/u&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;div&#62;Name *&#60;span class=&#34;Apple-tab-span&#34;&#62;			&#60;/span&#62;&#38;nbsp;&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;: Producten met 6% BTW&#38;nbsp;&#38;nbsp;(products with 6% VAT)&#60;/div&#62;&#60;div&#62;Customer Tax Class *&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;: incl. BTW (VAT included)&#60;/div&#62;&#60;div&#62;Product Tax Class *&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;: Producten met 6% BTW&#38;nbsp;&#38;nbsp;(products with 6% VAT)&#60;/div&#62;&#60;div&#62;Tax Rate *&#60;span class=&#34;Apple-tab-span&#34;&#62;			&#60;/span&#62;: 6% BTW&#60;/div&#62;&#60;div&#62;Priority *&#60;span class=&#34;Apple-tab-span&#34;&#62;				&#60;/span&#62;: 1&#60;/div&#62;&#60;div&#62;Sort Order *&#60;span class=&#34;Apple-tab-span&#34;&#62;			&#60;/span&#62;: 1&#60;/div&#62;&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;System &#38;gt; Config &#38;gt; Tax&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;div&#62;&#60;i&#62;Tax Classes&#60;/i&#62;&#60;/div&#62;&#60;div&#62;Tax Class for Shipping &#38;gt; &#60;b&#62;Producten met 6% BTW&#60;/b&#62; [WEBSITE]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;i&#62;Calculation Settings&#60;/i&#62;&#60;/div&#62;&#60;div&#62;Tax Calculation Method Based On &#38;gt;&#60;b&#62; Total&#60;/b&#62; [WEBSITE]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;Tax Calculation Based On &#38;gt; &#60;b&#62;Shipping Origin&#60;/b&#62; [WEBSITE]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;Catalog Prices &#38;gt; &#60;b&#62;Including Tax&#60;/b&#62; [WEBSITE]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;Shipping Prices &#38;gt;&#60;b&#62; Including Tax&#60;/b&#62; [WEBSITE]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;Apply Customer Tax &#38;gt; &#60;b&#62;After Discount&#60;/b&#62; [WEBSITE]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;Apply Discount On Prices &#38;gt; &#60;b&#62;Including Tax&#60;/b&#62; [WEBSITE]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;Apply Tax On &#38;gt;&#60;b&#62; Original price only &#60;/b&#62;[WEBSITE]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;i&#62;Default Tax Destination Calculation&#60;/i&#62;&#60;/div&#62;&#60;div&#62;Default Country &#38;gt; &#60;b&#62;Netherlands&#60;/b&#62; [STORE VIEW]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;Default State &#38;gt; * [STORE VIEW]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;Default Post Code &#38;gt; &#60;b&#62;*&#60;/b&#62;[STORE VIEW]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;i&#62;Price Display Settings&#60;/i&#62;&#60;/div&#62;&#60;div&#62;Display Product Prices In Catalog &#38;gt; &#60;b&#62;Including and excluding Tax&#60;/b&#62; [STORE VIEW]&#60;/div&#62;&#60;div&#62;Display Shipping Prices &#38;gt;&#60;b&#62; Including and excluding Tax&#60;/b&#62; [STORE VIEW]&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;i&#62;Shopping Cart Display Settings&#60;/i&#62;&#60;/div&#62;&#60;div&#62;Display Prices &#38;gt; &#60;b&#62;Including and excluding Tax&#60;/b&#62; [STORE VIEW]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;Display Subtotal &#38;gt;&#60;b&#62; Including and excluding Tax&#60;/b&#62; [STORE VIEW]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;Display Shipping Amount &#38;gt; &#60;b&#62;Including and excluding Tax&#60;/b&#62; [STORE VIEW]&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;Include Tax In Grand Total &#38;gt; &#60;b&#62;Yes&#60;/b&#62; [STORE VIEW]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;Display Full Tax Summary &#38;gt; &#60;b&#62;Yes&#60;/b&#62; [STORE VIEW]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;Display Zero Tax Subtotal &#38;gt; &#60;b&#62;No&#60;/b&#62; [STORE VIEW]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;i&#62;Orders, Invoices, Creditmemos Display Settings&#60;/i&#62;&#60;/div&#62;&#60;div&#62;Display Product Prices In Catalog &#38;gt; &#60;b&#62;Including and excluding Tax&#60;/b&#62; [STORE VIEW]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;Display Shipping Prices &#38;gt; &#60;b&#62;Including and excluding Tax&#60;/b&#62; [STORE VIEW]&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;&#60;i&#62;Shopping Cart Display Settings&#60;/i&#62;&#60;/div&#62;&#60;div&#62;Display Prices &#38;gt; &#60;b&#62;Including and excluding Tax&#60;/b&#62; [STORE VIEW]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;Display Subtotal &#38;gt; &#60;b&#62;Including and excluding Tax&#60;/b&#62; [STORE VIEW]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;Display Shipping Amount &#38;gt; &#60;b&#62;Including and excluding Tax&#60;/b&#62; [STORE VIEW]&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;Include Tax In Grand Total &#38;gt; &#60;b&#62;Yes&#60;/b&#62; [STORE VIEW]&#60;span class=&#34;Apple-tab-span&#34;&#62;	&#60;/span&#62;&#60;/div&#62;&#60;div&#62;Display Full Tax Summary &#38;gt; &#60;b&#62;Yes &#60;/b&#62;[STORE VIEW]&#60;/div&#62;&#60;/div&#62;&#60;div&#62;&#60;br /&#62;&#60;/div&#62;&#60;div&#62;I have spent one day on trying to fix this problem. Yet I am not able to find any proper documentation on the intrenet. Please help!&#60;/div&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>kathymac on "Issue Pointing To Another Magento Database"</title>
			<link>http://forum.magikcommerce.com/topic/issue-pointing-to-another-magento-database#post-203</link>
			<pubDate>Fri, 11 Mar 2011 13:10:03 +0000</pubDate>
			<dc:creator>kathymac</dc:creator>
			<guid isPermaLink="false">203@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;I have 2 magento installations on the same sever: &#60;br /&#62;- &#60;a href=&#34;http://kathy.syso.ca&#34; rel=&#34;nofollow&#34;&#62;http://kathy.syso.ca&#60;/a&#62; (db name: dirty_mgto3) &#60;br /&#62;- &#60;a href=&#34;http://syso.ca&#34; rel=&#34;nofollow&#34;&#62;http://syso.ca&#60;/a&#62; (db name: dirty_mgto1) &#60;/p&#62;
&#60;p&#62;I needed to point the kathy.syso.ca database to syso.ca. So with some help, I did the following: &#60;br /&#62;- Copied the local.xml fiile from kathy.syso.ca -&#38;gt; syso.ca &#60;br /&#62;- Updated the kathy.syso.ca database table “core_config_data” and changed references to kathy.syso.ca to syso.ca. &#60;br /&#62;- Cleared the cache&#60;/p&#62;
&#60;p&#62;When I now view syso.ca, the home page looks basically the same as kathy.syso.ca, but none of the links work. However, when I logged in to the admin panel, I noticed that all the pages were there, the categories etc.&#38;nbsp;&#60;/p&#62;
&#60;p&#62;What am I missing? &#60;/p&#62;
&#60;p&#62;Thanks. &#60;/p&#62;
</description>
		</item>
		<item>
			<title>Job on "Problem slide picture. Please help me."</title>
			<link>http://forum.magikcommerce.com/topic/problem-slide-picture-please-help-me#post-198</link>
			<pubDate>Fri, 04 Mar 2011 16:43:29 +0000</pubDate>
			<dc:creator>Job</dc:creator>
			<guid isPermaLink="false">198@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Problem slide picture. Please help me. &#60;span class=&#34;&#34;&#62;&#60;span class=&#34;hps&#34;&#62;If&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;I&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;want to&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;create a&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;slide picture&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;by&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;adding&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;the code&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;cms =&#38;gt; Page&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;does not&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;know&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;how&#60;/span&#62;&#60;span&#62;, please&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;guide&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;conduit&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;(for&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;the&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;theme Magik Jewellery).&#60;/span&#62;&#60;/span&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Job on "Problem landing page for use amazon and Other Affiliate Program"</title>
			<link>http://forum.magikcommerce.com/topic/problem-landing-page-for-use-amazon-and-other-affiliate-program#post-181</link>
			<pubDate>Wed, 09 Feb 2011 16:13:15 +0000</pubDate>
			<dc:creator>Job</dc:creator>
			<guid isPermaLink="false">181@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;I want use landing page for amazon. Please tech me please. Thank your very much&#60;div&#62;Remark : I looking in&#38;nbsp;&#60;a href=&#34;http://www.everygoodpath.net/comment/reply/512&#34; rel=&#34;nofollow&#34;&#62;http://www.everygoodpath.net/comment/reply/512&#60;/a&#62;&#38;nbsp;and&#38;nbsp;&#60;a href=&#34;http://mierendo.com/software/aws_signed_query/#idc-cover&#34; rel=&#34;nofollow&#34;&#62;http://mierendo.com/software/aws_signed_query/#idc-cover&#60;/a&#62;&#38;nbsp;&#60;span class=&#34;Apple-style-span&#34;&#62;&#60;span class=&#34;hps&#34;&#62;Under the conditions&#60;/span&#62;&#60;span class=&#34;&#34;&#62;.&#38;nbsp;&#60;a href=&#34;http://docs.amazonwebservices.com/AWSECommerceService/2010-11-01/GSG/index.html?PartsofaRequest.html&#34; rel=&#34;nofollow&#34;&#62;http://docs.amazonwebservices.com/AWSECommerceService/2010-11-01/GSG/index.html?PartsofaRequest.html&#60;/a&#62;&#60;/span&#62;&#60;/span&#62;&#60;/div&#62;&#60;div&#62;&#60;span class=&#34;Apple-style-span&#34;&#62;&#60;br /&#62;&#60;/span&#62;&#60;/div&#62;&#60;div&#62;&#60;span class=&#34;Apple-style-span&#34;&#62;Note : I have a Access Keys &#38;nbsp;, Secret Access and Id&#38;nbsp;&#60;/span&#62;&#60;/div&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>robertwall on "How to display attribute with a link on Product Listing page?"</title>
			<link>http://forum.magikcommerce.com/topic/how-to-display-attribute-with-a-link-on-product-listing-page#post-165</link>
			<pubDate>Mon, 17 Jan 2011 07:15:12 +0000</pubDate>
			<dc:creator>robertwall</dc:creator>
			<guid isPermaLink="false">165@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;I need to display attribute using a link on Product Listing page.If anyone clicks on the link ,the link should go to the page that will display all the products with that attribute.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>jamescreek on "How To change default error messges on Login/Registration Pages in Magento?"</title>
			<link>http://forum.magikcommerce.com/topic/how-to-change-default-error-messges-on-loginregistration-pages-in-magento#post-164</link>
			<pubDate>Mon, 17 Jan 2011 06:59:15 +0000</pubDate>
			<dc:creator>jamescreek</dc:creator>
			<guid isPermaLink="false">164@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp; I am working on customising my Login registration form in Magento as per client's requirement. I want to change &#34;This is a required field.&#34; this message to user-friendly message e.g &#34;Please enter Email Address&#34; , &#34;Please enter First Name&#34; etc etc.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>minyang on "How to clear magento cache without using magento admin panel?"</title>
			<link>http://forum.magikcommerce.com/topic/how-to-clear-magento-cache-without-using-magento-admin-panel#post-160</link>
			<pubDate>Wed, 12 Jan 2011 06:16:56 +0000</pubDate>
			<dc:creator>minyang</dc:creator>
			<guid isPermaLink="false">160@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Need to clear Magento cache and Magento admin is not working.&#38;nbsp; Is&#38;nbsp; it possible to clear cache ?
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Job on "Problem My cart block in left hand"</title>
			<link>http://forum.magikcommerce.com/topic/problem-my-cart-block-in-left-hand#post-127</link>
			<pubDate>Fri, 31 Dec 2010 15:29:07 +0000</pubDate>
			<dc:creator>Job</dc:creator>
			<guid isPermaLink="false">127@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;If I want add button &#34;buy now&#34; Or checkout from toplinks to my cart block in left hand. and Change My cart block in left hand to view my cart button in My cart block.&#38;nbsp; What did I do? Please help me Please.&#60;/p&#62;
&#60;p&#62;Remark : Not mean move but I mean Add&#38;nbsp; buy now button in My cart block&#60;/p&#62;
&#60;p&#62;Thank you very much
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>kathymac on "Custom Page that displays all products"</title>
			<link>http://forum.magikcommerce.com/topic/custom-page-that-displays-all-products#post-143</link>
			<pubDate>Thu, 06 Jan 2011 15:20:43 +0000</pubDate>
			<dc:creator>kathymac</dc:creator>
			<guid isPermaLink="false">143@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am a newbie to magento and my boss has asked me to create a custom page in magento that displays only the products I have in my categories. He does not want the categories to show up, just the products inside the categories.&#60;/p&#62;
&#60;p&#62;How would I go about accomplishing this?&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
</description>
		</item>
		<item>
			<title>robertwall on "How To prevent repetition of products having Custom Options in Magento ?"</title>
			<link>http://forum.magikcommerce.com/topic/how-to-prevent-repetition-of-products-having-custom-options-in-magento#post-135</link>
			<pubDate>Thu, 06 Jan 2011 05:27:23 +0000</pubDate>
			<dc:creator>robertwall</dc:creator>
			<guid isPermaLink="false">135@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi all,&#60;br /&#62;&#38;nbsp;&#38;nbsp; I have Simple products with custom options (Format-&#38;gt; Blue. Red, Green). I want to add the product to cart from Product View page by selecting Format. But now I want&#38;nbsp; validation message while adding same&#38;nbsp; Product again with same format. Message should state as follows -&#34;Same product can't be added twice with same Format&#34; . Can anybody tell me how to do this?
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>minyang on "Magento Cart page display customization."</title>
			<link>http://forum.magikcommerce.com/topic/magento-cart-page-display-customization#post-130</link>
			<pubDate>Wed, 05 Jan 2011 07:12:26 +0000</pubDate>
			<dc:creator>minyang</dc:creator>
			<guid isPermaLink="false">130@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;By default if you buy same items but different quantity only the&#60;br /&#62;
quantity element is increased from 1 to X but I need this:&#38;nbsp; “When&#60;br /&#62;
same product is added too many times then it should be repeatedly come&#60;br /&#62;
in list” under cart. Can anybody suggest me how to do this?
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Job on "Problem my cart menu in toplinks"</title>
			<link>http://forum.magikcommerce.com/topic/problem-my-cart-menu-in-toplinks#post-97</link>
			<pubDate>Sun, 05 Dec 2010 14:51:12 +0000</pubDate>
			<dc:creator>Job</dc:creator>
			<guid isPermaLink="false">97@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;If I want change my cart menu in toplinks to button and move under toplinks. What's did I do. Please help me Thank you.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>ricardo on "How To fetch products from 2 or more categories in Magento"</title>
			<link>http://forum.magikcommerce.com/topic/how-to-fetch-products-from-2-or-more-categories-in-magento#post-123</link>
			<pubDate>Thu, 30 Dec 2010 05:47:22 +0000</pubDate>
			<dc:creator>ricardo</dc:creator>
			<guid isPermaLink="false">123@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Many times in Magento Customization we need to fetch products from 2 or more categories in a single shot. So there is one solution . In your particular controller file write this code.&#60;br /&#62;&#60;strong&#62;&#60;br /&#62;
&#60;pre lang=&#34;php&#34;&#62;&#60;/pre&#62;
&#60;/strong&#62;&#60;br /&#62;$resource = Mage::getSingleton('core/resource');&#60;br /&#62;$read = $resource-&#38;gt;getConnection('core_read');&#60;br /&#62;$res = $read-&#38;gt;fetchAll(&#34;select DISTINCT cpi.category_id,cpi.product_id from catalog_category_product_index AS cpi, catalog_product_entity&#38;nbsp; AS cpe where cpi.category_id IN(3,4) AND cpi.is_parent =1 and cpi.product_id = cpe.entity_id ORDER BY cpe.created_at DESC &#34;);&#60;br /&#62;foreach($res as $product) {&#60;br /&#62;$id[] = $product['product_id'];&#38;nbsp;&#38;nbsp; &#60;br /&#62;}&#60;/p&#62;
&#60;p&#62;return $id;&#38;nbsp; // You will get array of product ids in desc order of created_at field&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;/strong&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Job on "Problem in footer lanyout"</title>
			<link>http://forum.magikcommerce.com/topic/problem-in-footer-lanyout#post-117</link>
			<pubDate>Tue, 21 Dec 2010 14:55:02 +0000</pubDate>
			<dc:creator>Job</dc:creator>
			<guid isPermaLink="false">117@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;&#60;div class=&#34;almost_half_cell&#34;&#62;&#60;br /&#62;
&#60;div style=&#34;&#34;&#62;&#60;br /&#62;
&#60;div class=&#34;almost_half_cell&#34;&#62;&#60;br /&#62;
&#60;div style=&#34;&#34;&#62;&#60;span&#62;&#60;span class=&#34;hps&#34;&#62;If&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;I&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;want to&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;move the&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;image&#60;/span&#62;&#60;br /&#62;
&#60;span class=&#34;hps&#34;&#62;right&#60;/span&#62;&#60;span&#62;-side&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;Paypal&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;address&#60;/span&#62;&#60;span&#62;.&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;And&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;want to&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;move the&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;menu&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;Site Map Search&#60;br /&#62;
Terms Advance Search Contact Us&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;to move&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;the&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;block&#60;/span&#62;&#60;br /&#62;
&#60;span class=&#34;hps&#34;&#62;over the&#60;br /&#62;
line&#60;/span&#62; &#60;span class=&#34;hps atn&#34;&#62;(&#60;/span&#62;&#60;span&#62;as shown&#60;/span&#62;&#60;span&#62;)&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;did not&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;know&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;that&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;I&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;need to do&#60;/span&#62;&#60;span&#62;.&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;Please&#60;/span&#62; &#60;span class=&#34;hps&#34;&#62;guide&#60;/span&#62;&#60;br /&#62;
&#60;span class=&#34;hps&#34;&#62;with&#60;/span&#62;&#60;br /&#62;
&#60;span class=&#34;hps&#34;&#62;thanks&#60;/span&#62;&#60;span&#62;.and this my code in footer.phtml&#60;br /&#62;[code]&#60;br /&#62;?&#38;gt;&#60;div class=&#34;footer-container&#34;&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#60;div class=&#34;footer&#34;&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#60;div class=&#34;footer-wrapper&#34;&#62;&#60;/p&#62;
&#60;p&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#60;div class=&#34;footer-left&#34;&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; getChildHtml('footer_links') ?&#38;gt;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#60;/div&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#60;div class=&#34;footer-right&#34;&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp; getChildHtml('store_switcher') ?&#38;gt;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;table align=&#34;right&#34; border=&#34;0&#34;&#38;gt;&#38;lt;tbody&#38;gt;&#38;lt;tr&#38;gt;&#38;lt;td&#38;gt;&#60;img src=&#34;http://www.titanply.com/images/creditlogos.gif&#34; alt=&#34;&#34; /&#62;&#38;lt;/td&#38;gt;&#38;lt;td&#38;gt;&#38;lt;!-- PayPal Logo --&#38;gt;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;table align=&#34;center&#34; border=&#34;0&#34; cellpadding=&#34;10&#34; cellspacing=&#34;0&#34;&#38;gt;&#38;lt;tbody&#38;gt;&#38;lt;tr&#38;gt;&#38;lt;td align=&#34;center&#34;&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#38;lt;tr&#38;gt;&#38;lt;td align=&#34;center&#34;&#38;gt;&#60;a href=&#34;http://www.managed.com&#34; rel=&#34;nofollow&#34;&#62;&#60;img alt=&#34;Managed Hosting&#34; title=&#34;Managed Hosting&#34; src=&#34;http://www.credit-card-logos.com/images/multiple_credit-card-logos-1/paypal_mc_visa_amex_disc_echeck_253x80.gif&#34; /&#62;&#60;/a&#62; &#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#38;lt;/tbody&#38;gt;&#38;lt;/table&#38;gt;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;!-- PayPal Logo --&#38;gt;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#38;lt;tr&#38;gt;&#38;lt;/tr&#38;gt;&#38;lt;/tbody&#38;gt;&#38;lt;/table&#38;gt;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#60;/div&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#60;br /&#62;
&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; getChildHtml('newsletter') ?&#38;gt;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; getCopyright() ?&#38;gt;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#60;/p&#62;
&#60;p&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#60;/div&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#60;div class=&#34;clear_both&#34;&#62;&#60;span&#62; &#60;/span&#62;&#60;/div&#62;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp; &#60;/div&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; [/code]&#60;img src=&#34;http://i1195.photobucket.com/albums/aa396/krites007/editfooter.gif&#34; /&#62;&#60;/div&#62;&#60;/span&#62;&#60;/span&#62;&#60;/div&#62;&#60;br /&#62;
&#60;div class=&#34;g-section&#34;&#62;&#60;br /&#62;
&#60;div style=&#34;display: none;&#34; class=&#34;gt-icon-c&#34;&#62;&#60;span class=&#34;gt-icon gt-icon-listen-off&#34;&#62;&#60;/span&#62;&#60;span class=&#34;gt-icon-text&#34;&#62;ฟัง&#60;/span&#62;&#60;/div&#62;&#60;br /&#62;
&#60;div style=&#34;display: none;&#34; class=&#34;gt-icon-c&#34;&#62;&#60;span class=&#34;gt-icon gt-icon-roman-off&#34;&#62;&#60;/span&#62;&#60;span class=&#34;gt-icon-text&#34;&#62;อ่านออกเสียง&#60;/span&#62;&#60;/div&#62;&#60;/div&#62;&#60;br /&#62;
&#60;div style=&#34;display: none;&#34; class=&#34;translit&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;br /&#62;
&#60;div style=&#34;display: none;&#34;&#62;&#60;br /&#62;
&#60;h3&#62;พจนานุกรม&#60;span&#62; - &#60;a href=&#34;http://www.google.co.th/dictionary?source=translation&#38;amp;hl=th&#38;amp;q=%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B8%97%E0%B8%B3%20link%20wheel&#38;amp;langpair=th%7Cen&#34; rel=&#34;nofollow&#34;&#62;ดูพจนานุกรมโดยละเอียด&#60;/a&#62;&#60;/span&#62;&#60;/h3&#62;&#60;/div&#62;&#60;/div&#62;&#60;/div&#62;&#60;br /&#62;
&#60;div class=&#34;g-section&#34;&#62;&#60;br /&#62;
&#60;div style=&#34;display: none;&#34; class=&#34;gt-icon-c&#34;&#62;&#60;span class=&#34;gt-icon gt-icon-listen-off&#34;&#62;&#60;/span&#62;&#60;span class=&#34;gt-icon-text&#34;&#62;ฟัง&#60;/span&#62;&#60;/div&#62;&#60;br /&#62;
&#60;div style=&#34;display: none;&#34; class=&#34;gt-icon-c&#34;&#62;&#60;span class=&#34;gt-icon gt-icon-roman-off&#34;&#62;&#60;/span&#62;&#60;span class=&#34;gt-icon-text&#34;&#62;อ่านออกเสียง&#60;/span&#62;&#60;/div&#62;&#60;/div&#62;&#60;br /&#62;
&#60;div style=&#34;display: none;&#34; class=&#34;translit&#34;&#62;&#38;nbsp;&#60;/div&#62;&#60;br /&#62;
&#60;div style=&#34;display: none;&#34;&#62;&#60;br /&#62;
&#60;h3&#62;พจนานุกรม&#60;span&#62; - &#60;a href=&#34;http://www.google.co.th/dictionary?source=translation&#38;amp;hl=th&#38;amp;q=%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B8%97%E0%B8%B3%20link%20wheel&#38;amp;langpair=th%7Cen&#34; rel=&#34;nofollow&#34;&#62;ดูพจนานุกรมโดยละเอียด&#60;/a&#62;&#60;/span&#62;&#60;/h3&#62;&#60;/div&#62;&#60;/div&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Job on "Problem in multi store."</title>
			<link>http://forum.magikcommerce.com/topic/problem-in-multi-store#post-98</link>
			<pubDate>Sun, 05 Dec 2010 15:02:12 +0000</pubDate>
			<dc:creator>Job</dc:creator>
			<guid isPermaLink="false">98@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Where is line. If&#38;nbsp; I want add in this code in .htaccess&#60;/p&#62;
&#60;pre style=&#34;font-family: monospace;&#34;&#62;SetEnvIf Host &#60;span&#62;.*&#60;/span&#62;myhost&#60;span&#62;.*&#60;/span&#62; MAGE_RUN_CODE&#60;span&#62;=&#60;/span&#62;&#60;span&#62;&#34;base&#34;&#60;/span&#62;&#60;span&#62;&#60;/span&#62;

SetEnvIf Host &#60;span&#62;.*&#60;/span&#62;myhost&#60;span&#62;.*&#60;/span&#62; MAGE_RUN_TYPE&#60;span&#62;=&#60;/span&#62;&#60;span&#62;&#34;website&#34;&#60;/span&#62;&#60;span&#62;;

and Where is line. If I want add in this code in hosting.&#60;/span&#62;&#60;/pre&#62;
</description>
		</item>
		<item>
			<title>Job on "Problem in setting Up Multi Store"</title>
			<link>http://forum.magikcommerce.com/topic/problem-in-setting-up-multi-store#post-79</link>
			<pubDate>Thu, 18 Nov 2010 08:59:11 +0000</pubDate>
			<dc:creator>Job</dc:creator>
			<guid isPermaLink="false">79@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;What did I do. &#60;br /&#62;1. If I want setting Up Multi store , Multi domain in Hostgator and localhost Please Help me Please . ( first domain use mywebsite and second domain use Magikjewellry Theme ) &#60;br /&#62;2. If I want setting Up Multi Store , Multi domain and Multi hosting ( 1 in host gator and 2 Hosting in Thailand ) but I want use 1 Database Please help me please &#60;br /&#62;Remark : Please tech me by step by step . Thank you.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Ashish on "How To Install and Configure Themes on Magento 1.4.1"</title>
			<link>http://forum.magikcommerce.com/topic/how-to-install-and-configure-themes-on-magento-141#post-28</link>
			<pubDate>Mon, 26 Jul 2010 07:45:49 +0000</pubDate>
			<dc:creator>Ashish</dc:creator>
			<guid isPermaLink="false">28@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;All Themes are tested upto Magento 1.4.0 but you can use any of our themes if you have upgraded your Magento version to 1.4.1. To use our themes you have to do the followings:&#60;/p&#62;
&#60;p&#62;Go to &#60;i&#62;&#60;b&#62;app/design/frontend/default/{Your Theme}/layout/page.xml&#60;/b&#62;&#60;/i&#62;&#60;/p&#62;
&#60;p&#62;change the line&#60;/p&#62;
&#60;p&#62;&#60;b&#62;&#38;lt;block type=&#34;core/profiler&#34; output=&#34;toHtml&#34;/&#38;gt;&#60;/b&#62;&#60;/p&#62;
&#60;p&#62;with this&#60;/p&#62;
&#60;p&#62;&#60;b&#62;&#38;lt;block type=&#34;core/profiler&#34; output=&#34;toHtml&#34; name=&#34;core_profiler&#34;/&#38;gt; &#60;/b&#62;&#60;/p&#62;
&#60;p&#62;Download &#34;After You Buy&#34; PDF which contains specific information on how to customize these themes on Magento 1.4.1.
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>

