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

<channel>
	<title>product.tpl &#8211; My Web Development</title>
	<atom:link href="https://mywebdevelopment.org/tag/product-tpl/feed/" rel="self" type="application/rss+xml" />
	<link>https://mywebdevelopment.org</link>
	<description>Always learning something new..</description>
	<lastBuildDate>Tue, 22 Oct 2013 22:17:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>PrestaShop Taxes Not Working In Product Page</title>
		<link>https://mywebdevelopment.org/prestashop-taxes-not-working-in-product-page/</link>
				<pubDate>Tue, 22 Oct 2013 22:07:35 +0000</pubDate>
		<dc:creator><![CDATA[Elias]]></dc:creator>
				<category><![CDATA[PrestaShop]]></category>
		<category><![CDATA[product.tpl]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://mywebdevelopment.org/?p=605</guid>
				<description><![CDATA[<p>PrestaShop v.1.4+  PrestaShop taxes not working in the product page, when user enters &#8216;Pre-tax retail price&#8217; and selects the &#8216;Tax rule&#8217;, nothing changes in the Back Office or Front Office of PrestaShop. Step 1.) Confirm that you have enabled the feature to display tax in the Back Office as &#8216;tax included&#8217;: BO &#62; Customers &#62;… <span class="read-more"><a href="https://mywebdevelopment.org/prestashop-taxes-not-working-in-product-page/">Read More &#187;</a></span></p>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/prestashop-taxes-not-working-in-product-page/">PrestaShop Taxes Not Working In Product Page</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>PrestaShop v.1.4+  <script type="text/javascript"><!--
google_ad_client = "ca-pub-9218567626174444";
/* My Web Dev Resources */
google_ad_slot = "3283801538";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>PrestaShop taxes not working in the product page, when user enters &#8216;Pre-tax retail price&#8217; and selects the &#8216;Tax rule&#8217;, nothing changes in the Back Office or Front Office of PrestaShop.</p>
<p>Step 1.) Confirm that you have enabled the feature to display tax in the Back Office as &#8216;tax included&#8217;: BO &gt; Customers &gt; Groups</p>
<p>If that did not resolve your taxes from displaying, then go on to step two.</p>
<p>Step 2.) Go to theme and edit product.tpl</p>
<p><strong>Line 256</strong></p>
<p>{if $tax_enabled &amp;&amp; ((isset($display_tax_label) &amp;&amp; $display_tax_label == 1) OR !isset($display_tax_label))}<br />
{if $priceDisplay == 1}{l s=&#8217;tax excl.&#8217;}{else}{l s=&#8217;tax incl.&#8217;}{/if}<br />
{/if}</p>
<p><em><span style="color: #800000;">Replace with..</span></em></p>
<p><span style="color: #800000;">{if $tax_enabled &amp;&amp; ((isset($display_tax_label) &amp;&amp; $display_tax_label == 1) OR !isset($display_tax_label))}</span><br />
<span style="color: #800000;"> {if $priceDisplay == 1}{l s=&#8217;tax excl.&#8217;}{else}{l s=&#8217;tax incl.&#8217;}{/if}</span><br />
<span style="color: #800000;"> {/if}</span></p>
<p><strong>Line 275</strong></p>
<p>{if $tax_enabled &amp;&amp; $display_tax_label == 1}<br />
{if $priceDisplay == 1}{l s=&#8217;tax excl.&#8217;}{else}{l s=&#8217;tax incl.&#8217;}{/if}<br />
{/if}</p>
<p><em><span style="color: #800000;">Replace with..</span></em></p>
<p><span style="color: #800000;">{if $tax_enabled &amp;&amp; $display_tax_label == 1}</span><br />
<span style="color: #800000;"> {if $priceDisplay == 1}{l s=&#8217;tax excl.&#8217;}{else}{l s=&#8217;tax incl.&#8217;}{/if}</span><br />
<span style="color: #800000;"> {/if}</span></p>
<p>Don&#8217;t forget to recompile your smarty template after editing any .tpl file in the Back Office.<br />
BO &gt; Preferences &gt; Performance &gt; Smarty &gt; Force compile</p>
<hr />
<p><strong>Resources</strong></p>
<p>Display (tax included) with the price PrestaShop:<a title="Display (tax included) with pricing in PrestaShop" href=" http://www.prestashop.com/forums/topic/243182-display-tax-included-with-the-price-prestashop-154-solved/"> http://www.prestashop.com/forums/topic/243182-display-tax-included-with-the-price-prestashop-154-solved/</a><br />
Price display and tax included: <a title="Price Display &amp; Tax Included" href="http://www.prestashop.com/forums/topic/246841-solved-pricedisplay-and-tax-included/">http://www.prestashop.com/forums/topic/246841-solved-pricedisplay-and-tax-included/</a></p>
 <script type="text/javascript"><!--
google_ad_client = "ca-pub-9218567626174444";
/* My Web Dev Resources */
google_ad_slot = "3283801538";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/prestashop-taxes-not-working-in-product-page/">PrestaShop Taxes Not Working In Product Page</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>Display Manufacture on Product Page</title>
		<link>https://mywebdevelopment.org/display-manufacture-on-product-page/</link>
				<pubDate>Fri, 21 Dec 2012 01:38:07 +0000</pubDate>
		<dc:creator><![CDATA[Elias]]></dc:creator>
				<category><![CDATA[PrestaShop]]></category>
		<category><![CDATA[product.tpl]]></category>

		<guid isPermaLink="false">http://mywebdevelopment.org/?p=249</guid>
				<description><![CDATA[<p>In the Back Office menu select the preference to display Manufacture. BO &#62; Preferences enable &#8220;Display suppliers and manufacturers&#8221;, then edit products.tpl page (prestashop/theme/yourtheme/product.tpl) and insert the following code to view both manufacture title and logo on the products page. Also, Back Office &#62; Preferences &#62; Performance be sure to enable Force compile. Bellow the &#8220;product name&#8221;… <span class="read-more"><a href="https://mywebdevelopment.org/display-manufacture-on-product-page/">Read More &#187;</a></span></p>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/display-manufacture-on-product-page/">Display Manufacture on Product Page</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>In the Back Office menu select the preference to display Manufacture.</p>
<p>BO &gt; Preferences enable &#8220;Display suppliers and manufacturers&#8221;, then edit products.tpl page (prestashop/theme/yourtheme/product.tpl) and insert the following code to view both manufacture title and logo on the products page. Also, Back Office &gt; Preferences &gt; Performance be sure to enable Force compile.</p>
<p><em>Bellow the &#8220;product name&#8221; is the name of manufacture and above the &#8220;more info&#8217; section, is the logo.</em></p>
<p>Insert the following code:</p>
<p><em>line#125</em></p>
<p><span style="color: #993300;">&lt;p&gt;{$product-&gt;manufacturer_name|escape:&#8217;htmlall&#8217;:&#8217;UTF-8&#8242;}&lt;/p&gt;</span></p>
<p><em>line# 409</em></p>
<p><span style="color: #993300;">&lt;div class=&#8221;product_manufacturer&#8221;&gt;</span><br />
<span style="color: #993300;"> &lt;a href=&#8221;manufacturer.php?id_manufacturer={$product_manufacturer-&gt;id_manufacturer}&#8221; title=&#8221;{l s=&#8217;See all products&#8230;&#8217;}&#8221;&gt;&lt;img src=&#8221;img/m/{$product_manufacturer-&gt;id_manufacturer}-medium.jpg&#8221; /&gt;&lt;/a&gt;</span><br />
<span style="color: #993300;"> &lt;/div&gt;</span></p>
<p><a href="http://mywebdevelopment.org/display-manufacture-on-product-page/screenhunter_01-dec-20-19-29/"><img class="aligncenter size-medium wp-image-253" alt="manufacture logo insert" src="http://mywebdevelopment.org/wp-content/uploads/2012/12/ScreenHunter_01-Dec.-20-19.29-263x300.jpg" width="263" height="300" srcset="https://mywebdevelopment.org/sites/wp-content/uploads/2012/12/ScreenHunter_01-Dec.-20-19.29-263x300.jpg 263w, https://mywebdevelopment.org/sites/wp-content/uploads/2012/12/ScreenHunter_01-Dec.-20-19.29.jpg 802w" sizes="(max-width: 263px) 100vw, 263px" /></a></p>
<p>12/20/2012: I noticed when friendly url is selected, the image breaks.<br />
01/17/2013: BO &gt; Tools &gt; Generators both Optimization &amp; Friendly URL have to be disabled in order for the Manufacturer&#8217;s logo is visible and is clickable for user to view all of Manufacturer&#8217;s product line.</p>
<hr />
<p><strong>Resources</strong></p>
<p>How to show manufacturer logo on product page, PrestaPortal: <a title="How to show manufacturer Logo on product page" href="http://prestaportal.com/thread-437.html" target="_blank">http://prestaportal.com/thread-437.html</a><br />
PrestaShop forum, Manufacture Logo on Product Page: <a title="Manufacturer Logo on Product Page" href="http://www.prestashop.com/forums/topic/32044-solved-manufacturer-logo-on-product-page/" target="_blank">http://www.prestashop.com/forums/topic/32044-solved-manufacturer-logo-on-product-page/</a></p>
 <script type="text/javascript"><!--
google_ad_client = "ca-pub-9218567626174444";
/* My Web Dev Resources */
google_ad_slot = "3283801538";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/display-manufacture-on-product-page/">Display Manufacture on Product Page</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></content:encoded>
										</item>
	</channel>
</rss>
