<?xml version="1.0"?>
<rss version="2.0"><channel><title>OUT - 1.6.0.11 [7 Jan 2015] Latest Topics</title><link>https://forum.prestashop.com/forum/242-out-16011-7-jan-2015/</link><description>OUT - 1.6.0.11 [7 Jan 2015] Latest Topics</description><language>en</language><item><title>Warning: Cannot modify header information - headers already sent by</title><link>https://forum.prestashop.com/topic/354339-warning-cannot-modify-header-information-headers-already-sent-by/</link><description><![CDATA[
<p style="color:rgb(104,115,127);font-size:13px;font-family:Arial, Helvetica, sans-serif;">I have 2 errors on admin page:</p>
<p style="color:rgb(104,115,127);font-size:13px;font-family:Arial, Helvetica, sans-serif;"><span style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium;">﻿</span><br />Warning<span style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium;">: Cannot modify header information - headers already sent by (output started at /home/bombilla/public_html/tienda/classes/Cookie.php:1) in </span>/home/bombilla/public_html/tienda/classes/Cookie.php<span style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium;"> on line </span>329<br /><br />Warning<span style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium;">: Cannot modify header information - headers already sent by (output started at /home/bombilla/public_html/tienda/classes/Cookie.php:1) in </span>/home/bombilla/public_html/tienda/classes/Tools.php<span style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium;"> on line </span>143</p>
<p style="color:rgb(104,115,127);font-size:13px;font-family:Arial, Helvetica, sans-serif;"> </p>
<p style="color:rgb(104,115,127);font-size:13px;font-family:Arial, Helvetica, sans-serif;">Can you help me? It's urgent, please! The URL is: <strong><a href="http://xurl.es/heepj" title="External link" rel="external nofollow">http://xurl.es/heepj</a></strong></p>
<p style="color:rgb(104,115,127);font-size:13px;font-family:Arial, Helvetica, sans-serif;"><strong>Thanks!</strong><br /> </p>
]]></description><guid isPermaLink="false">354339</guid><pubDate>Sat, 30 Aug 2014 12:09:25 +0000</pubDate></item><item><title>This category is currently unavailable</title><link>https://forum.prestashop.com/topic/375174-this-category-is-currently-unavailable/</link><description><![CDATA[
<p>I have created sub category under category. Produt has been listed &amp; associated with sub category. But while i am opening sub category page by clicking through ategory menu ( horizontal menu ) i am getting message "This category is currently unavailable." It shows produt count but no product display on that page.</p>
<p> </p>
<p>What's that problem? What i have to change to show listed products on sub category page?</p>
<p> </p>
<p>I am using Megma Theme.</p>
]]></description><guid isPermaLink="false">375174</guid><pubDate>Fri, 31 Oct 2014 06:31:21 +0000</pubDate></item><item><title>BLOCKTOPMENU category buttons link to homepage</title><link>https://forum.prestashop.com/topic/392586-blocktopmenu-category-buttons-link-to-homepage/</link><description><![CDATA[
<p>Dear all,</p>
<p>i'm dealing with an issue while using the Blocktopmenu module.</p>
<p> </p>
<p>Explainations :</p>
<p>i used to have lots of categories and no sub-cat,</p>
<p>most of all the categories were listed in the blocktopmenu with link to the good place and a useful name.</p>
<p> </p>
<p>while there were quite lots of categories there were almost 3 lines in the menu, i noticed it would be more efficient by editing sub-categories.</p>
<p> </p>
<p>I so did changes to make this better, and now have less categories in only 1 line which is great. :-)</p>
<p>and the sub cats do appear correctly when hovering over each button, but...</p>
<p> </p>
<p>i see that each "top" category button links to the homepage of the website and not to the category page (while this works well for the sub category appearing) and i can't see where to fix this :-(</p>
<p> </p>
<p>Does anybody would have an idea to solve this ?</p>
<p> </p>
<p>I still have products listed in these categories and that do not enter in a sub,</p>
<p>i guess it could be possible to reach these category pages without passing by the listing in the footer</p>
<p> </p>
<p>many many thanks by advance</p>
<p>regards</p>
]]></description><guid isPermaLink="false">392586</guid><pubDate>Tue, 06 Jan 2015 16:31:56 +0000</pubDate></item><item><title>root category</title><link>https://forum.prestashop.com/topic/358337-root-category/</link><description><![CDATA[
<p>Hello all,</p>
<p> </p>
<p>using PS 1.6.0.9. and i tested it and worked. Then I deleted ps_category and ps_product in mysql database.</p>
<p> </p>
<p>But now I cant in backoffice import csv with categories, i think i deleted also root parent root category cause ps_category is clear now.</p>
<p> </p>
<p>I tied to create new root category, i tried different dteps but not succeed.</p>
<p> </p>
<p>Can anybody hlep me what should i do please?</p>
<p>Thanks.</p>
<p>--------------------------------------------------------------------------------------------------------------</p>
<p> </p>
<p>By importing csv displays this warnig:</p>
<p> </p>
<p>[PrestaShopException]</p>
<p><b>Parent category does not exist</b><br /><i>at line </i><b>374</b><i> in file </i><b>classes/Category.php</b></p>
<div><pre>368. 		if (!$this-&gt;id_parent)369. 			return 0;370. 371. 		$parent_category = new Category((int)$this-&gt;id_parent);372. 		if (!Validate::isLoadedObject($parent_category))373. 			throw new PrestaShopException('Parent category does not exist');374. 		return $parent_category-&gt;level_depth + 1;375. 	}376. 377. 	/**378. 	  * Re-calculate the values of all branches of the nested tree</pre></div>
<ul><li>
<b>CategoryCore-&gt;calcLevelDepth</b> - <a rel="">[line 150 - classes/Category.php]</a>
</li>
<li>
<b>CategoryCore-&gt;add</b> - <a rel="">[line 1105 - controllers/admin/AdminImportController.php]</a>
</li>
<li>
<b>AdminImportControllerCore-&gt;categoryImport</b> - <a rel="">[line 3260 - controllers/admin/AdminImportController.php]</a>
</li>
<li>
<b>AdminImportControllerCore-&gt;postProcess</b> - <a rel="">[line 171 - classes/controller/Controller.php]</a>
</li>
<li>
<b>ControllerCore-&gt;run</b> - <a rel="">[line 373 - classes/Dispatcher.php]</a>
</li>
<li>
<b>DispatcherCore-&gt;dispatch</b> - <a rel="">[line 54 - admin/index.php]</a>
</li>
</ul>]]></description><guid isPermaLink="false">358337</guid><pubDate>Fri, 12 Sep 2014 04:27:03 +0000</pubDate></item><item><title>Removing the conditions</title><link>https://forum.prestashop.com/topic/311217-removing-the-conditions/</link><description><![CDATA[
<p>Hi,</p>
<p> </p>
<p>is there a way to disable the condiotons (new,used..) permanently by an option or can it only disabled by deleting the hardcoded part in the .tpl etc.?</p>
]]></description><guid isPermaLink="false">311217</guid><pubDate>Wed, 26 Feb 2014 11:09:28 +0000</pubDate></item><item><title>Footer displaying on two rows</title><link>https://forum.prestashop.com/topic/316052-footer-displaying-on-two-rows/</link><description><![CDATA[
<p>Prestashop version 1.6.0.5 upgrade to shackles-r-us.co.uk went beautifully. Now spending loads of time tinkering to get it how I need it <img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" alt=":)" data-emoticon="" srcset="https://media.invisioncic.com/t336404/emoticons/smile@2x.png 2x" width="20" height="20" data-src="//media.invisioncic.com/t336404/emoticons/default_smile.png"></p>
<p> </p>
<p>So, the footer</p>
<p> </p>
<p>As you can see on the screen print, the blocks are showing in two rows but I can;t figure out how to adjust them.</p>
<p> </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_03_2014/post-246958-0-09732000-1395226303.png" data-fileid="93733" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="93733" class="ipsImage ipsImage_thumbnailed" alt="post-246958-0-09732000-1395226303_thumb.png" data-src="//media.invisioncic.com/t336404/monthly_03_2014/post-246958-0-09732000-1395226303_thumb.png" width="100" data-ratio="49"></a></p>
<p> </p>
<p>Is two rows a feature or an error?</p>
<p> </p>
<p>Any ideas</p>
<p> </p>
<p> </p>
]]></description><guid isPermaLink="false">316052</guid><pubDate>Wed, 19 Mar 2014 10:51:55 +0000</pubDate></item><item><title>Category Block in Footer messed up.</title><link>https://forum.prestashop.com/topic/315641-category-block-in-footer-messed-up/</link><description><![CDATA[
<p>I have upgraded to 1.6 and the category block in the footer refuses to show on the same line as my other footer blocks. I have moved it to the top on the footer hook, I have disabled cache, and refreshed, I have uninstalled and reinstalled... nothing seems to get this on the same line.</p>
<p> </p>
<p>HELP!</p>
<p> </p>
<p>You can see the error yourself at <a href="https://www.swcoins.com" rel="external nofollow">https://www.swcoins.com</a></p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_03_2014/post-749645-0-61927900-1395139658.png" data-fileid="93620" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="93620" class="ipsImage ipsImage_thumbnailed" alt="post-749645-0-61927900-1395139658_thumb.png" data-src="//media.invisioncic.com/t336404/monthly_03_2014/post-749645-0-61927900-1395139658_thumb.png" width="100" data-ratio="57"></a></p>
]]></description><guid isPermaLink="false">315641</guid><pubDate>Tue, 18 Mar 2014 10:48:35 +0000</pubDate></item><item><title>Display subcategory products in parent category</title><link>https://forum.prestashop.com/topic/330549-display-subcategory-products-in-parent-category/</link><description><![CDATA[
<p>Hi, I have categories that contain subcategory but don't contain products. When a visitor clicks on a such category it's showen the message saying that there are no products in that category.</p>
<p> </p>
<p>How can I display the products of the subcategory, or is there a way to associate the products of the subcategory to the parent category?</p>
<p> </p>
<p>Thank you.</p>
]]></description><guid isPermaLink="false">330549</guid><pubDate>Wed, 14 May 2014 17:57:26 +0000</pubDate></item><item><title>Selling Products With 100 and 50 Fold Per Quantity</title><link>https://forum.prestashop.com/topic/352349-selling-products-with-100-and-50-fold-per-quantity/</link><description><![CDATA[
<p>Hi,</p>
<p> </p>
<p>I just install Prestashop 1.6.0.9</p>
<p>I want to sell package products which can sold by 100, 150, 200, 250 etc.</p>
<p> </p>
<p>I've tried many things:</p>
<p> </p>
<p><strong>Changing minimum quantity to 100</strong>:</p>
<p>When customers wants to add more it goes like 101, 102, 103 etc.</p>
<p> </p>
<p><strong>Using packages:</strong></p>
<p>I made my product as 1 and make with them packages like 100. But at my control panel i see both product 1 and 100.</p>
<p> </p>
<p><strong>Using combinatison:</strong></p>
<p>This is my favorite. I mad a combination as 100 Q, 150 Q, 200 Q etc.</p>
<p>And it works perfectly.</p>
<p> </p>
<p>The problem is at the last solution <strong>i have also Quantity value at my shopping cart</strong>. I've deleted it from template. But just from the shopping cart. Now i can see it at shopping details and at my order page at background.</p>
<p> </p>
<p><span style="font-size:18px;">And My Question <img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" alt=":)" data-emoticon="" srcset="https://media.invisioncic.com/t336404/emoticons/smile@2x.png 2x" width="20" height="20" data-src="//media.invisioncic.com/t336404/emoticons/default_smile.png"></span></p>
<p>What do you suggest?</p>
<p>Which way is best or is there a more powerfull way to fix this little problem?</p>
<p> </p>
<p><strong>I worry about have problem at updating new versions of Prestashop.</strong></p>
]]></description><guid isPermaLink="false">352349</guid><pubDate>Thu, 21 Aug 2014 20:25:13 +0000</pubDate></item><item><title>How to enable product rating stars when adding a comment?</title><link>https://forum.prestashop.com/topic/354446-how-to-enable-product-rating-stars-when-adding-a-comment/</link><description><![CDATA[
<p>Hello!</p>
<p> </p>
<p>I am using PS 1.6.0.8 (theme: default-bootstrap) and I want to see the product rating stars when a user adds a comment either as a GUEST / USER.</p>
<p> </p>
<p>Right now the stars are not showing (please see img 1) however in the "productcomments.tpl" i can see there is something that has to do with the stars:</p>
<p> </p>
<div> </div>
<div style="margin-left:40px;">{if $criterions|@count &gt; 0}</div>
<div style="margin-left:40px;">&lt;ul id="criterions_list"&gt;</div>
<div style="margin-left:40px;">{foreach from=$criterions item='criterion'}</div>
<div style="margin-left:40px;">&lt;li&gt;</div>
<div style="margin-left:40px;">&lt;label&gt;{$criterion.name|escape:'html':'UTF-8'}:&lt;/label&gt;</div>
<div style="margin-left:40px;">&lt;div class="star_content"&gt;</div>
<div style="margin-left:40px;">&lt;input class="star" type="radio" name="criterion[{$criterion.id_product_comment_criterion|round}]" value="1" /&gt;</div>
<div style="margin-left:40px;">&lt;input class="star" type="radio" name="criterion[{$criterion.id_product_comment_criterion|round}]" value="2" /&gt;</div>
<div style="margin-left:40px;">&lt;input class="star" type="radio" name="criterion[{$criterion.id_product_comment_criterion|round}]" value="3" checked="checked" /&gt;</div>
<div style="margin-left:40px;">&lt;input class="star" type="radio" name="criterion[{$criterion.id_product_comment_criterion|round}]" value="4" /&gt;</div>
<div style="margin-left:40px;">&lt;input class="star" type="radio" name="criterion[{$criterion.id_product_comment_criterion|round}]" value="5" /&gt;</div>
<div style="margin-left:40px;">&lt;/div&gt;</div>
<div style="margin-left:40px;">&lt;div class="clearfix"&gt;&lt;/div&gt;</div>
<div style="margin-left:40px;">&lt;/li&gt;</div>
<div style="margin-left:40px;">{/foreach}</div>
<div style="margin-left:40px;">&lt;/ul&gt;</div>
<div style="margin-left:40px;">{/if}</div>
<div style="margin-left:40px;"> </div>
<div style="margin-left:40px;"> </div>
<div style="margin-left:40px;">So, how to enable stars? There is something from Admin panel, or I need a code modification?</div>
<div style="margin-left:40px;"> </div>
<div style="margin-left:40px;">Thank you!!!</div>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_08_2014/post-646595-0-62450100-1409472041.jpg" data-fileid="106521" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="106521" class="ipsImage ipsImage_thumbnailed" alt="post-646595-0-62450100-1409472041_thumb.jpg" data-src="//media.invisioncic.com/t336404/monthly_08_2014/post-646595-0-62450100-1409472041_thumb.jpg" width="100" data-ratio="75"></a></p>
]]></description><guid isPermaLink="false">354446</guid><pubDate>Sun, 31 Aug 2014 08:01:32 +0000</pubDate></item><item><title>[Solved] Cron Jobs Module</title><link>https://forum.prestashop.com/topic/366463-solved-cron-jobs-module/</link><description><![CDATA[
<p>Could someone told me where i can get the Cron Jobs module for PS1.6.0.9?</p>
<p>Somewhere i read that it should be integrated in PS but I don't find it.</p>
]]></description><guid isPermaLink="false">366463</guid><pubDate>Sat, 04 Oct 2014 22:05:56 +0000</pubDate></item><item><title>Piwik Module for PrestaShop 1.6?</title><link>https://forum.prestashop.com/topic/329036-piwik-module-for-prestashop-16/</link><description><![CDATA[
<p>Just wondering about a Piwik Module for PrestaShop 1.6. A quick search showed some non-free modules, as well as the official free module from sutunam, but they all are only for PrestaShop 1.4 or 1.5. A free module would be preferred.</p>
<p> </p>
<p>Any chance the module for PrestaShip 1.5 from sutunam will work in PrestaShop 1.6?</p>
<p>How would a manual implementation look like?</p>
]]></description><guid isPermaLink="false">329036</guid><pubDate>Thu, 08 May 2014 06:04:19 +0000</pubDate></item><item><title>Guess checkout, mobile phone field required, get error phone is required?</title><link>https://forum.prestashop.com/topic/322195-guess-checkout-mobile-phone-field-required-get-error-phone-is-required/</link><description><![CDATA[
<p>Hey folks,</p>
<p> </p>
<p>(Fresh install of Prestashop 1.6.0.5)</p>
<p> </p>
<p>I tried unabling Guess Checkout on my shop, but there is a problem at the "Instant checkout" window.</p>
<p>There is no field for "Phone", but only a field for "Mobile Phone" (Mobile Phone field is required) in the "Instant checkout" window. If I enter a valid phone number in the "Mobile Phone" field then click on the "Proceed to checkout" button, I get an error saying that "phone is required."???</p>
<p> </p>
<p>I also tried turning off the "Phone Number" requirement in the Backoffice Preferences/Customers settings but it doesn't fix the problem for Guess Checkout.</p>
<p> </p>
<p>Anyone else having this problem?</p>
<p>How can I fix this?</p>
<p> </p>
<p>Cheers</p>
<p>Dan</p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_04_2014/post-406825-0-81954800-1396998324.jpg" data-fileid="95829" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="95829" class="ipsImage ipsImage_thumbnailed" alt="post-406825-0-81954800-1396998324_thumb.jpg" data-src="//media.invisioncic.com/t336404/monthly_04_2014/post-406825-0-81954800-1396998324_thumb.jpg" width="61" data-ratio="163.93"></a></p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_04_2014/post-406825-0-39960700-1396998325.jpg" data-fileid="95830" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="95830" class="ipsImage ipsImage_thumbnailed" alt="post-406825-0-39960700-1396998325_thumb.jpg" data-src="//media.invisioncic.com/t336404/monthly_04_2014/post-406825-0-39960700-1396998325_thumb.jpg" width="68" data-ratio="147.06"></a></p>
]]></description><guid isPermaLink="false">322195</guid><pubDate>Tue, 08 Apr 2014 23:06:34 +0000</pubDate></item><item><title>Impossible to add product to cart</title><link>https://forum.prestashop.com/topic/317141-impossible-to-add-product-to-cart/</link><description><![CDATA[
<p>Yesterday everything was working fine and suddenly today I am unable to add a product to the cart and get this error message</p>
<p> </p>
<p><span style="color:rgb(68,68,68);font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:14px;font-style:normal;font-weight:normal;background-color:rgb(255,255,255);">Impossible to add the product to the cart.</span><br /><span style="color:rgb(68,68,68);font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:14px;font-style:normal;font-weight:normal;background-color:rgb(255,255,255);">textStatus: 'error'</span><br /><span style="color:rgb(68,68,68);font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:14px;font-style:normal;font-weight:normal;background-color:rgb(255,255,255);">errorThrown: 'Internal Server Error'</span><br /><span style="color:rgb(68,68,68);font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:14px;font-style:normal;font-weight:normal;background-color:rgb(255,255,255);">responseText:</span></p>
]]></description><guid isPermaLink="false">317141</guid><pubDate>Sat, 22 Mar 2014 10:21:58 +0000</pubDate></item><item><title>Move Block Cart into Block TopMenu</title><link>https://forum.prestashop.com/topic/328016-move-block-cart-into-block-topmenu/</link><description><![CDATA[
<p>Hi,</p>
<p> </p>
<p>I would like to move the cart into the block topmenu, I tried this way :</p>
<p> </p>
<p>- Created a hook named displayTopMenu (in the database ps_hook) manually</p>
<p>- Edited the blockcart.php , added in function install() :</p>
<pre class="ipsCode prettyprint">
|| $this-&gt;registerHook('displayTopMenu') == false
</pre>
<p>and created a function hookDisplayTopMenu : </p>
<pre class="ipsCode prettyprint">
public function hookDisplayTopMenu($params)
	{
		return $this-&gt;hookTop();
	}
</pre>
<p>- Placed the hook in the TopMenu.tpl &lt;li&gt;{hook h='displayTopMenu'}&lt;/li&gt;</p>
<p>- Added the module Cart in displayTopMenu in backoffice module position</p>
<p> </p>
<p>It works... (i have my module where i want) but the cart now bugs. I suppose it's because of what i wrote in the function ( return $this-&gt;hookTop(); ) , i tried many other things, but it still doesn't work.</p>
<p> </p>
<p>In picture, i have this :</p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_05_2014/post-364935-0-44374000-1399163561.jpg" data-fileid="97856" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="97856" class="ipsImage ipsImage_thumbnailed" alt="post-364935-0-44374000-1399163561_thumb.jpg" data-src="//media.invisioncic.com/t336404/monthly_05_2014/post-364935-0-44374000-1399163561_thumb.jpg" width="100" data-ratio="20"></a></p>
<p>and i want this :</p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_05_2014/post-364935-0-40737400-1399164061.jpg" data-fileid="97858" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="97858" class="ipsImage ipsImage_thumbnailed" alt="post-364935-0-40737400-1399164061_thumb.jpg" data-src="//media.invisioncic.com/t336404/monthly_05_2014/post-364935-0-40737400-1399164061_thumb.jpg" width="100" data-ratio="20"></a></p>
<p> </p>
<p>Thank you in advance for you help !</p>
]]></description><guid isPermaLink="false">328016</guid><pubDate>Sun, 04 May 2014 00:34:16 +0000</pubDate></item><item><title>[SOLVED on 1.6.0.14] Cart not showing total value</title><link>https://forum.prestashop.com/topic/422662-solved-on-16014-cart-not-showing-total-value/</link><description><![CDATA[
<p>Hi</p>
<p> </p>
<p>Just noticed a problem during the 5 step checkout process</p>
<p> </p>
<p>On step 4, the checkout process the cart shows a total at the bottom that is net of tax, when it shuld include taxes</p>
<p> </p>
<p> <a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_03_2015/post-246958-0-90598200-1425551353.jpg" data-fileid="122192" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="122192" class="ipsImage ipsImage_thumbnailed" alt="post-246958-0-90598200-1425551353_thumb.jpg" data-src="//media.invisioncic.com/t336404/monthly_03_2015/post-246958-0-90598200-1425551353_thumb.jpg" width="100" data-ratio="49"></a></p>
<p> </p>
<p>Any ideas how to make this show the actual total being paid? Very confusing for customers</p>
<p> </p>
<p>Prestashop 1.6.0.11</p>
]]></description><guid isPermaLink="false">422662</guid><pubDate>Thu, 05 Mar 2015 10:29:57 +0000</pubDate></item><item><title>Add to cart doesn't work on mobile devices (android) Prestashop 1.6.0.11</title><link>https://forum.prestashop.com/topic/421762-add-to-cart-doesnt-work-on-mobile-devices-android-prestashop-16011/</link><description><![CDATA[
<p>Hi there,</p>
<p>Hi there,</p>
<p>I can’t add to cart on mobile device. I checked on chrome android. Debug mode is on but I don’t know how to check the error log.</p>
<p>My website: <a href="http://goo.gl/EcWDIA" rel="external nofollow">http://goo.gl/EcWDIA</a></p>
<p>Theme: default</p>
<p>Prestashop version: the last version</p>
<p> </p>
<p>Thank you in advance.</p>
]]></description><guid isPermaLink="false">421762</guid><pubDate>Tue, 03 Mar 2015 19:02:14 +0000</pubDate></item><item><title>changing the number of columns of featured products</title><link>https://forum.prestashop.com/topic/315833-changing-the-number-of-columns-of-featured-products/</link><description><![CDATA[<p>any Idea on how to change the number of columns in the featured products on prestashop 1.6</p>]]></description><guid isPermaLink="false">315833</guid><pubDate>Tue, 18 Mar 2014 19:13:26 +0000</pubDate></item><item><title>Help with adsense</title><link>https://forum.prestashop.com/topic/357320-help-with-adsense/</link><description><![CDATA[
<p>Hi,</p>
<p> </p>
<p>I want to install adsense on my presta 1.6 in the left column but I cant. <img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" alt=":unsure:" data-emoticon="" data-src="//media.invisioncic.com/t336404/emoticons/default_unsure.png">  I try htnlbox, content box, try to install in theme,....</p>
<p> </p>
<p>Is there somewhere some guide how to do that? I enable left column but there I want only adsense nothing else. I possible to have adsense on all pages?</p>
<p> </p>
<p>Please help me.</p>
<p> </p>
<p> </p>
<p>Thanks.</p>
<p> </p>
<p> </p>
]]></description><guid isPermaLink="false">357320</guid><pubDate>Tue, 09 Sep 2014 18:12:16 +0000</pubDate></item><item><title>Home page Popular and New tabs bug</title><link>https://forum.prestashop.com/topic/321685-home-page-popular-and-new-tabs-bug/</link><description><![CDATA[<p>Hey everyone!<br /><br />After every few days of using the shop I have to manually clear cache because these two tabs appear to be visible at the same time as someone views the home page. I suppose it is a bug because that shouldn't be happenig, right? Has anyone else had the same problem?</p>]]></description><guid isPermaLink="false">321685</guid><pubDate>Mon, 07 Apr 2014 10:37:03 +0000</pubDate></item><item><title>Social Networking Block Title</title><link>https://forum.prestashop.com/topic/418682-social-networking-block-title/</link><description><![CDATA[
<p>Hi Guys,</p>
<p> </p>
<p>I'm using the Module Social Blocks V1 1.5 with my Prestashop store.</p>
<p> </p>
<p>However I have tried to change the Title of the module to say Social Links, however it seems to of disappreaed entirely. I can still see the title with the module tpl file but nothing on the main page or view elements on Chrome.</p>
<p> </p>
<p>Prestashop Version - 1.6.0.11</p>
<p>Site: <a href="http://chayi.clouddigitalmedia.uk/" rel="external nofollow">http://chayi.clouddigitalmedia.uk/</a></p>
<p> </p>
<p>The module is hooked to the bottom on the page, green background, where the social links appear.</p>
<p> </p>
<p>Any help would be greatly appreciated</p>
<p> </p>
<p>Thanks</p>
<p>Sam</p>
]]></description><guid isPermaLink="false">418682</guid><pubDate>Mon, 23 Feb 2015 11:51:23 +0000</pubDate></item><item><title><![CDATA[Lost translation of products, categories & pages after upgrade]]></title><link>https://forum.prestashop.com/topic/418579-lost-translation-of-products-categories-pages-after-upgrade/</link><description><![CDATA[
<div>Hello everyone, I have a problem with translation after upgrade from ps 1.5.6.4 to ps 1.6.0.11. After upgrade all my translations of products, description, categories &amp; pages are missing for my default language - CZECH. All translations are only in english, which is the second language which we use. </div>
<br /><div> </div>
<br /><div>Thank you for your help in advance.</div>
<br />]]></description><guid isPermaLink="false">418579</guid><pubDate>Mon, 23 Feb 2015 09:07:41 +0000</pubDate></item><item><title>Top Horizontal Menu spacing and gap within menu! scratching head!</title><link>https://forum.prestashop.com/topic/414726-top-horizontal-menu-spacing-and-gap-within-menu-scratching-head/</link><description><![CDATA[
<p>I had been google and couldn't find a solution but need some assistance. please see image.</p>
<p> </p>
<p>thanks everybody, i'm pretty fresh to PHP and prestashop so please help!!!</p>
<p> </p>
<p>-cheers </p>
<p> </p>
<p> </p>
<p>@tuk66 it's precisiondepot.ca</p>
<p> </p>
<p> </p>
<p> </p>
<p>Why I can't reply!?</p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_02_2015/post-929466-0-04719800-1424421195.png" data-fileid="120809" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="120809" class="ipsImage ipsImage_thumbnailed" alt="post-929466-0-04719800-1424421195_thumb.png" data-src="//media.invisioncic.com/t336404/monthly_02_2015/post-929466-0-04719800-1424421195_thumb.png" width="100" data-ratio="43"></a></p>
]]></description><guid isPermaLink="false">414726</guid><pubDate>Fri, 20 Feb 2015 08:35:34 +0000</pubDate></item><item><title>Cart pop up does not show anymore</title><link>https://forum.prestashop.com/topic/330687-cart-pop-up-does-not-show-anymore/</link><description><![CDATA[
<p>Hi</p>
<p> </p>
<p>I use PS 1.6</p>
<p>Add to cart pop up is installed by default on this version</p>
<p>I made some customization on my theme and since then, the add to cart pop up confirmation does not show anymore.</p>
<p> </p>
<p>I don't even know where to look to solve this issue</p>
<p>Can anyone help me please ?</p>
]]></description><guid isPermaLink="false">330687</guid><pubDate>Thu, 15 May 2014 08:34:17 +0000</pubDate></item><item><title>[SOLVED]1.6.0.4 categories not showing up in top menu bar but visible in footer</title><link>https://forum.prestashop.com/topic/313425-solved1604-categories-not-showing-up-in-top-menu-bar-but-visible-in-footer/</link><description><![CDATA[
<p>Hi</p>
<p>I just thought I would take a quick look at 1.6.0.4. I did a fresh install and deleted the categories that were installed with the default theme, however when I make new categories they are not displayed in the top menu bar. I can however see the categories I created displayed in the footer. Any idea why this would be happening?</p>
<p>Thanks</p>
<p> </p>
]]></description><guid isPermaLink="false">313425</guid><pubDate>Fri, 07 Mar 2014 23:34:13 +0000</pubDate></item><item><title><![CDATA[1.6.11 -> No Module titles anymore and no text in module]]></title><link>https://forum.prestashop.com/topic/393769-1611-no-module-titles-anymore-and-no-text-in-module/</link><description><![CDATA[
<p>Please help me out:</p>
<p> </p>
<p>After upgrading most of my modules dont have titles anymore.</p>
<p>Furthermore they dont have any text when I "configure" a module.</p>
<p>What to do?</p>
<p> </p>
<p> </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_01_2015/post-769654-0-89748000-1421005074.jpg" data-fileid="116725" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="116725" class="ipsImage ipsImage_thumbnailed" alt="post-769654-0-89748000-1421005074_thumb.jpg" data-src="//media.invisioncic.com/t336404/monthly_01_2015/post-769654-0-89748000-1421005074_thumb.jpg" width="100" data-ratio="53"></a></p>
]]></description><guid isPermaLink="false">393769</guid><pubDate>Sun, 11 Jan 2015 19:38:51 +0000</pubDate></item><item><title>Web Service not works if _PS_MODE_DEV_ set to FALSE</title><link>https://forum.prestashop.com/topic/383054-web-service-not-works-if-_ps_mode_dev_-set-to-false/</link><description><![CDATA[
<p>It's incredible.</p>
<p>My webservice, in particular add and edit, not works if i set _PS_MODE_DEV_ to FALSE.</p>
<p>If i set _PS_MODE_DEV_ to TRUE, they works perfectly.</p>
<p> </p>
<p style="color:rgb(0,0,0);font-family:Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;">If i set DEBUG_MODE true of web service, it say me:</p>
<pre class="ipsCode prettyprint">
RETURN HTTP BODY
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;prestashop xmlns:xlink="http://www.w3.org/1999/xlink"&gt;
&lt;errors&gt;
&lt;error&gt;
&lt;message&gt;&lt;![CDATA[Internal error. To see this error please display the PHP errors.]]&gt;&lt;/message&gt;
&lt;/error&gt;
&lt;error&gt;
&lt;message&gt;&lt;![CDATA[Internal error. To see this error please display the PHP errors.]]&gt;&lt;/message&gt;
&lt;/error&gt;
&lt;error&gt;
&lt;message&gt;&lt;![CDATA[Internal error. To see this error please display the PHP errors.]]&gt;&lt;/message&gt;
&lt;/error&gt;
&lt;/errors&gt;
&lt;/prestashop&gt;</pre>
<p>Why ? Could you help me ?</p>
<p>PS: i not have access to php error log.</p>
<p> </p>
<p>Thanks.</p>
]]></description><guid isPermaLink="false">383054</guid><pubDate>Sun, 23 Nov 2014 18:39:39 +0000</pubDate></item><item><title>displayTopColumn block categories</title><link>https://forum.prestashop.com/topic/319021-displaytopcolumn-block-categories/</link><description><![CDATA[
<div>Hello I would like to substitute in place of the configuration of the theme in the displayTopColumn block categories and put everything right. </div>
<br /><div>I tried to add to positions, but he told me that it is not possible </div>
<br /><div> </div>
<br /><div>thanks</div>
<br />]]></description><guid isPermaLink="false">319021</guid><pubDate>Thu, 27 Mar 2014 19:28:32 +0000</pubDate></item><item><title>Sale-label background color</title><link>https://forum.prestashop.com/topic/321511-sale-label-background-color/</link><description><![CDATA[
<p>Hi,</p>
<p> </p>
<p>this is my first new post here, sorry for my bad english.</p>
<p> </p>
<p>I have Pretashop 1.6 and since I changed colors of the frontpage with the customization tool, the background color of my sale-label have the same color of the theme.</p>
<p> </p>
<p>Is it possible to give a diferent color (for example RED) to the background?</p>
<p> </p>
<p>See picture (background of EM SALDO)</p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_04_2014/post-758103-0-81832100-1396798554.jpg" data-fileid="95616" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="95616" class="ipsImage ipsImage_thumbnailed" alt="post-758103-0-81832100-1396798554_thumb.jpg" data-src="//media.invisioncic.com/t336404/monthly_04_2014/post-758103-0-81832100-1396798554_thumb.jpg" width="100" data-ratio="73"></a></p>
<p>Thanks in advance for your help.</p>
<p> </p>
<p>Carlos</p>
]]></description><guid isPermaLink="false">321511</guid><pubDate>Sun, 06 Apr 2014 15:37:06 +0000</pubDate></item><item><title>Smaller width for image on product page</title><link>https://forum.prestashop.com/topic/414842-smaller-width-for-image-on-product-page/</link><description><![CDATA[
<div>I want my images to be rectangles, with height smaller than width.</div>
<br /><div>I want to be something like 300x450 px.</div>
<br /><div>I have changed these values in preferences -&gt; images and I've regenerated thumbnails. </div>
<br /><div>But results are: 300x450 px (scaled to 458x687 px), which are pretty huge images.</div>
<br /><div>Whatever sizes I choose, the width is stuck at 458 px, only the height is modified.</div>
<br /><div> </div>
<br /><div>How can I change the image for width to be really 300px?</div>
<br /><div> </div>
<br /><div>PS. I think I haven't posted in the right sub-forum. Please, can a moderator to move my post where it should be?</div>
<br />]]></description><guid isPermaLink="false">414842</guid><pubDate>Fri, 20 Feb 2015 15:42:19 +0000</pubDate></item><item><title>[SOLVED] Blank White Page 500 Internal</title><link>https://forum.prestashop.com/topic/407295-solved-blank-white-page-500-internal/</link><description><![CDATA[
<p>Hi,</p>
<div>I have a problem with Prestashop 1.6.0.11.</div>
<div>In the admin panel when i click on Settings , prestashop shows a blank white page and in the console of Chrome i letto : 500 Internal Server Error.</div>
<div>In Prestashop 1.6.0.09 i don't have this problem.</div>
<div> </div>
<div>Can anyone help me?</div>
<div> </div>
<div>Thank u  <img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" alt=":)" data-emoticon="" srcset="https://media.invisioncic.com/t336404/emoticons/smile@2x.png 2x" width="20" height="20" data-src="//media.invisioncic.com/t336404/emoticons/default_smile.png">
</div>
<p> </p>
]]></description><guid isPermaLink="false">407295</guid><pubDate>Tue, 10 Feb 2015 10:16:54 +0000</pubDate></item><item><title>CMS images can't be displayed unless .htaccess file is deleted</title><link>https://forum.prestashop.com/topic/316255-cms-images-cant-be-displayed-unless-htaccess-file-is-deleted/</link><description><![CDATA[
<p>I have uploaded an image via editor for a cms page. The image is is uploaded and I can see it in the folder /img/cms/. But the image won't show up even though the path is correct.</p>
<p> </p>
<p>There is a .htaccess file in the folder img/cms/ containing the line</p>
<pre class="ipsCode prettyprint">
php_flag engine off</pre>
<p>If I delete the .htaccess file the image shows up correctly.</p>
<p> </p>
<p>What it the command php_flag engine off for and is it save to delete the .htaccess file?</p>
<p> </p>
]]></description><guid isPermaLink="false">316255</guid><pubDate>Wed, 19 Mar 2014 19:21:00 +0000</pubDate></item><item><title>no text fields or graphs visible in 1.6.0.5</title><link>https://forum.prestashop.com/topic/316917-no-text-fields-or-graphs-visible-in-1605/</link><description><![CDATA[<p>I recently upgraded one of our prestashop stores to test the new release and for some reason there are no text fields/boxes or graphs visible. Does anyone know whay that is and if there is a fix? I cannot add any products because the product name box, short description, description and tags fields are not visable. Also under stats, sales and orders (for example) I cannot see any graph. Glad of any input and/or help!</p>]]></description><guid isPermaLink="false">316917</guid><pubDate>Fri, 21 Mar 2014 14:06:25 +0000</pubDate></item><item><title>Can't edit/add ordered products in an order page</title><link>https://forum.prestashop.com/topic/373574-cant-editadd-ordered-products-in-an-order-page/</link><description><![CDATA[
<p>Hi!</p>
<p> </p>
<p>I am running PS 1.6.09 upgraded from 1.5.</p>
<p> </p>
<p>The problem is that after an upgrade I am no longer able to make changes (from BO) to products that have have been ordered. I am aware of order statuses that you once choose you are not allowed to change anything. However, this is not a case.</p>
<p> </p>
<p>There are still active buttons like "Edit" or/and "Add product".</p>
<p>Yet when clicked on "Edit" nothing happens, whereas by clicking on "Add product" it sort of gives possibility to enter product name, but nothing happens again.</p>
<p> </p>
<p>Any ideas what could be wrong? I tried to turn of cache, flush pagespeed cache also, but nothing helped so far.</p>
<p> </p>
<p>Any hint? Thanks in advance!</p>
]]></description><guid isPermaLink="false">373574</guid><pubDate>Sun, 26 Oct 2014 15:47:48 +0000</pubDate></item><item><title>[SOLVED] error "Controller not found" on BO dashboard when logged in to BO</title><link>https://forum.prestashop.com/topic/318517-solved-error-controller-not-found-on-bo-dashboard-when-logged-in-to-bo/</link><description><![CDATA[
<p>I have moved presta 1.6 site from localhost to live server. Frontend works well, even backoffice works well. but there is an error "Controller not found" on BO dashboard when logged in to BO. Site URL is <a href="http://sohumudyog.in" rel="external nofollow">http://sohumudyog.in</a>. Screenshot of BO dashboard is <a href="http://prntscr.com/3498ej" rel="external nofollow">http://prntscr.com/3498ej</a></p>
<p>Pls help.</p>
]]></description><guid isPermaLink="false">318517</guid><pubDate>Wed, 26 Mar 2014 12:37:18 +0000</pubDate></item><item><title>Cart always empty</title><link>https://forum.prestashop.com/topic/320619-cart-always-empty/</link><description><![CDATA[
<p>I did a fresh install of version 1.6.0.5.  I'll add a product to the cart and when clicking 'Proceed to Checkout' it shows the cart is empty!</p>
<p> </p>
<p>I really need to get this working NOW!  My client is ready to launch her on-line business, next week! </p>
<p> </p>
<p>The store is at: www.mylocketoflife.com/shop</p>
<p> </p>
<p> </p>
<p>SOLVED!  Go to 'Modules' and click on the 'Cart Block' module.  Select 'NO' for ajax cart.</p>
]]></description><guid isPermaLink="false">320619</guid><pubDate>Wed, 02 Apr 2014 16:39:31 +0000</pubDate></item><item><title>[SOLVED] Block Banner with full width</title><link>https://forum.prestashop.com/topic/330123-solved-block-banner-with-full-width/</link><description><![CDATA[
<p>I want the block banner to stretch across the entire page.</p>
<p> </p>
<p>I went to this file and changed the portion under mas-width but nothing changed.</p>
<p> </p>
<p style="color:rgb(104,115,127);font-size:13px;font-family:Arial, Helvetica, sans-serif;">/themes/default-bootstrap/css/modules/<span style="background-color:#FFFF00;color:#FF0000;font-size:14px;">block</span>banner/<span style="background-color:#FFFF00;color:#FF0000;font-size:14px;">block</span>banner.css</p>
<p style="color:rgb(104,115,127);font-size:13px;font-family:Arial, Helvetica, sans-serif;"> </p>
<p style="color:rgb(104,115,127);font-size:13px;font-family:Arial, Helvetica, sans-serif;">#header .<span style="background-color:#FFFF00;color:#FF0000;font-size:14px;">banner</span> a img {<br />  display: <span style="background-color:#FFFF00;color:#FF0000;font-size:14px;">block</span>;<br />  <span style="background-color:#FFFF00;color:#FF0000;font-size:14px;">width</span>: 100%;<br />  height: 100%;<br />  max-height: 65px;         <br />  max-<span style="background-color:#FFFF00;color:#FF0000;font-size:14px;">width</span>: 1170px; }    &lt;----- CHANGED THIS</p>
<p style="color:rgb(104,115,127);font-size:13px;font-family:Arial, Helvetica, sans-serif;"> </p>
<p style="color:rgb(104,115,127);font-size:13px;font-family:Arial, Helvetica, sans-serif;">What else can I do?</p>
<p style="color:rgb(104,115,127);font-size:13px;font-family:Arial, Helvetica, sans-serif;"> </p>
<p style="color:rgb(104,115,127);font-size:13px;font-family:Arial, Helvetica, sans-serif;"><a href="http://www.sweetsodypop.com" rel="external nofollow">http://www.sweetsodypop.com</a></p>
<p style="color:rgb(104,115,127);font-size:13px;font-family:Arial, Helvetica, sans-serif;"> </p>
]]></description><guid isPermaLink="false">330123</guid><pubDate>Tue, 13 May 2014 10:20:44 +0000</pubDate></item><item><title>how to modify  delivery_block_html</title><link>https://forum.prestashop.com/topic/330802-how-to-modify-delivery_block_html/</link><description><![CDATA[
<p>The prestashop e-mail is fine but one thing is not always clear.</p>
<p> I wanted something like :</p>
<p> </p>
<p>Name: ...</p>
<p>Surname...</p>
<p>Vat Number:...</p>
<p> </p>
<p> </p>
<p>to be more readable.</p>
<p> </p>
<p>Any solutions?</p>
]]></description><guid isPermaLink="false">330802</guid><pubDate>Thu, 15 May 2014 14:24:34 +0000</pubDate></item><item><title>Error message: The description field (English (English)) is invalid.</title><link>https://forum.prestashop.com/topic/319078-error-message-the-description-field-english-english-is-invalid/</link><description><![CDATA[
<p>I tried to change the price on a product after the upgrade and got the following message: </p>
<p> </p>
<p><span style="color:rgb(169,68,66);font-family:'Open Sans', Helvetica, Arial, sans-serif;font-size:12px;background-color:rgb(242,222,222);">The description field (English (English)) is invalid.</span></p>
<p> </p>
<p>Because of the error message above I am not able to change the price. </p>
<p> </p>
<p>Tried to find documentation on this but can't find it. Any suggestions?</p>
<p> </p>
<p> </p>
]]></description><guid isPermaLink="false">319078</guid><pubDate>Fri, 28 Mar 2014 02:27:22 +0000</pubDate></item><item><title>Update mysql server name</title><link>https://forum.prestashop.com/topic/376399-update-mysql-server-name/</link><description><![CDATA[
<div>Hi, </div>
<br /><div> </div>
<br /><div>I have the following problem. </div>
<br /><div>My hosting provider has migrated my account to a new server more efficient. </div>
<br /><div>I have a shared hosting service. </div>
<br /><div> </div>
<br /><div>But now I can not log in to the front office, and even to the back office. </div>
<br /><div>My hosting provider tells me that I need to update "my MySQL connection string with the newly Server" and gave me the name of the new server. </div>
<br /><div> </div>
<br /><div>He also told me that they can not do them, but I have to do it. Because they do not know the location of my ".config" files of my applications .. </div>
<br /><div> </div>
<br /><div>He tells me that I need to update: </div>
<br /><div>"Your application config (if you have any) with the new MySQL Host" </div>
<br /><div> </div>
<br /><div>substituting the name of the old server to the new server name. </div>
<br /><div> </div>
<br /><div>I do not know how to do this. Does anyone know how to do this? </div>
<br /><div> </div>
<br /><div>thanks </div>
<br /><div>Obiettivoweb</div>
<br />]]></description><guid isPermaLink="false">376399</guid><pubDate>Tue, 04 Nov 2014 08:01:25 +0000</pubDate></item><item><title>0,00 prices problem at homepage and categories page</title><link>https://forum.prestashop.com/topic/320083-000-prices-problem-at-homepage-and-categories-page/</link><description><![CDATA[
<p>I've just installed the latest version of Presta - PrestaShop 1.6.0.5. For now I've only modifed style.css and colouring some elements of the basic template. A problem occurred when I wanted to add a product. Namely, the price of each product on the homepage ( the sliders with the new and popular items) is 0,00 but after moving directly to a product, the regular price shows up correctly, for example 135,00 . No taxes fixed, no price rules. I cleaned cache after each attempt to fix the problem. I also tried to disable block navigation module but without any effect.</p>
<p> </p>
<p>Am I doing smthg wrong?</p>
<p> </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_03_2014/post-779521-0-84242300-1396305333.png" data-fileid="95120" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="95120" class="ipsImage ipsImage_thumbnailed" alt="post-779521-0-84242300-1396305333_thumb.png" data-src="//media.invisioncic.com/t336404/monthly_03_2014/post-779521-0-84242300-1396305333_thumb.png" width="100" data-ratio="40"></a></p>
]]></description><guid isPermaLink="false">320083</guid><pubDate>Mon, 31 Mar 2014 22:35:05 +0000</pubDate></item><item><title>Images not showing</title><link>https://forum.prestashop.com/topic/317154-images-not-showing/</link><description><![CDATA[
<p>Hello all,</p>
<p> </p>
<p>I have searched all morning but can't find the solution. I have updated from 1.5 to 1.6 and now ALL images in folder /images/cms are not showing. Also when adding a new picture it shows in the filemanager but not on the page (questionmark). Als when directly viewing the page in a browser it shows a questionmark. Also when uploading a picture via FTP to /images/cms it is visible in the filemanager but not in the browser. When uploading to /images it works fine. Same problem with small images in products. I have regenerated the pictures, doesnt help. See attachement for images settings. Folders are set to 755</p>
<p> </p>
<p>How can I solve this?</p>
<p> </p>
<p>Thanks!</p>
<p> </p>
<p>Sjoerd</p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_03_2014/post-738146-0-42232900-1395486016.png" data-fileid="94145" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="94145" class="ipsImage ipsImage_thumbnailed" alt="post-738146-0-42232900-1395486016_thumb.png" data-src="//media.invisioncic.com/t336404/monthly_03_2014/post-738146-0-42232900-1395486016_thumb.png" width="100" data-ratio="42"></a></p>
]]></description><guid isPermaLink="false">317154</guid><pubDate>Sat, 22 Mar 2014 11:04:04 +0000</pubDate></item><item><title>An order has already been placed with this cart ERROR</title><link>https://forum.prestashop.com/topic/409612-an-order-has-already-been-placed-with-this-cart-error/</link><description><![CDATA[
<div>Hello, when I try to place an order in the backed using recently upgraded prestashop 1.6.0.11 I get the following error:</div>
<br /><div> </div>
<br /><div>An order has already been placed with this cart.</div>
<br /><div>This product cannot be added to the cart.</div>
<br /><div> </div>
<br /><div> </div>
<br /><div>Any ideas on how this can be solved?</div>
<br /><div> </div>
<br /><div>thank you,</div>
<br />]]></description><guid isPermaLink="false">409612</guid><pubDate>Wed, 11 Feb 2015 20:45:33 +0000</pubDate></item><item><title>Top Menu modify</title><link>https://forum.prestashop.com/topic/318073-top-menu-modify/</link><description><![CDATA[
<p>Hi</p>
<p>I need to resize the text and change the background color of the top menu 1.6</p>
<p>I have looked at the silverfish css and the global css.</p>
<p>I have not been able to find what to edit</p>
<p>Please see site under construction <a href="http://203.143.82.41/~gourmetm/" rel="external nofollow">http://203.143.82.41/~gourmetm/</a></p>
<p>Thanks</p>
<p>Keith</p>
<p>PS. If you know of a fully reactive menu module for 1.6 I would appreciate the link</p>
<p> </p>
]]></description><guid isPermaLink="false">318073</guid><pubDate>Tue, 25 Mar 2014 09:07:24 +0000</pubDate></item><item><title>Advanced stock - XML or CSV stock update</title><link>https://forum.prestashop.com/topic/381968-advanced-stock-xml-or-csv-stock-update/</link><description><![CDATA[
<p>I want to update the stock in advanced stock qty by uploading quantity from supplier.</p>
<p> </p>
<p>For us who have also a physical shop I use the normal QTY for that, then i set up different warehouses for each supplier I have which I want to import stock qty from.</p>
<p> </p>
<p>I have not found any solution for this. Store manager supports import qty but not to a specific warehouse.</p>
<p> </p>
<p>Really weird that no one have come up with this. I have been looking around for this vut can't find it anywhere. There is many shops that would need this.</p>
<p> </p>
<p>Anyone having some information och knowledge about this?</p>
]]></description><guid isPermaLink="false">381968</guid><pubDate>Tue, 18 Nov 2014 21:52:36 +0000</pubDate></item><item><title>[SOLVED] hook left column on cms pages</title><link>https://forum.prestashop.com/topic/307223-solved-hook-left-column-on-cms-pages/</link><description><![CDATA[<p>Hi there!<br /><br />Today I was trying to add a left column to my CMS pages. But it's not working.<br />I've deleted the exception in the hook configuration.<br /><br />Can anyone help me out with this please?</p>]]></description><guid isPermaLink="false">307223</guid><pubDate>Sat, 08 Feb 2014 14:08:08 +0000</pubDate></item><item><title>[SOLVED] Responsive youtube video in product description, it's possible?</title><link>https://forum.prestashop.com/topic/369991-solved-responsive-youtube-video-in-product-description-its-possible/</link><description><![CDATA[<p>I've just embedded a youtube video on a product page, the problem is that width is fixed and it doesn't adapt to the page width. There's no way to have responsive youtube video?</p>]]></description><guid isPermaLink="false">369991</guid><pubDate>Thu, 16 Oct 2014 14:49:02 +0000</pubDate></item><item><title>Fixed Topbanner and contact info, currency changer, log in.</title><link>https://forum.prestashop.com/topic/363193-fixed-topbanner-and-contact-info-currency-changer-log-in/</link><description><![CDATA[
<p>Hello,</p>
<p> </p>
<p>I am using PS 1.6.0.9 and I am trying to make topbanner and the row below (se attchement) to be fixed. I cant get it to work can any one help me with this. I will somethims remove the topbanner and then the contact info, currency changer, login row should be fixed.</p>
<p> </p>
<p>The link to the site is www.divelife.se  . I hope you dont see this a comercial. The site is in non working phase and right now for test purposes.</p>
<p> </p>
<p>Thank you for your help.</p>
<p> </p>
<p> </p>
<p>/Tor</p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_09_2014/post-815221-0-48822900-1411646295.jpg" data-fileid="108483" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="108483" class="ipsImage ipsImage_thumbnailed" alt="post-815221-0-48822900-1411646295_thumb.jpg" data-src="//media.invisioncic.com/t336404/monthly_09_2014/post-815221-0-48822900-1411646295_thumb.jpg" width="100" data-ratio="32"></a></p>
]]></description><guid isPermaLink="false">363193</guid><pubDate>Thu, 25 Sep 2014 11:59:57 +0000</pubDate></item><item><title>Product details in tabbed view</title><link>https://forum.prestashop.com/topic/316898-product-details-in-tabbed-view/</link><description><![CDATA[
<p>Hi!</p>
<p> </p>
<p>I'm using Prestashop 1.6 default theme.</p>
<p> </p>
<p>Is it possible to display product details (Data sheet, More info, Product reviews) in a tabbed view?</p>
<p> </p>
<p>How can I add additiona tabs (or at least additional sections), e.g. I need to add some PDF attachments about product that visitors can download. On one tab I want to present embeeded youtube movies about the product.</p>
<p> </p>
<p>Rookie questions, I know, but must start somewhere:)</p>
<p> </p>
<p>Thanx, Regards,</p>
<p>Grega</p>
]]></description><guid isPermaLink="false">316898</guid><pubDate>Fri, 21 Mar 2014 13:08:36 +0000</pubDate></item><item><title>Compare button on every product page</title><link>https://forum.prestashop.com/topic/327287-compare-button-on-every-product-page/</link><description><![CDATA[
<p>There are two buttons in a products list "Add to whishlist" and "Add to compare". But when I show product details only "Add to my whishlist" is available.</p>
<p> </p>
<p>Two questions:</p>
<p>1. How to add "Add to compare" and "Compare" buttons also on product details page?</p>
<p>2. How to style "Add to whishlist" and "Add to compare" with different icons (like the one in front of "Add to my whishlist" under product details)?</p>
<p> </p>
<p>Thanks. Regards,</p>
<p>Grega</p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_04_2014/post-770156-0-34394600-1398858435.png" data-fileid="97612" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="97612" class="ipsImage ipsImage_thumbnailed" alt="post-770156-0-34394600-1398858435_thumb.png" data-src="//media.invisioncic.com/t336404/monthly_04_2014/post-770156-0-34394600-1398858435_thumb.png" width="100" data-ratio="37"></a></p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_04_2014/post-770156-0-27997300-1398858436.png" data-fileid="97613" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="97613" class="ipsImage ipsImage_thumbnailed" alt="post-770156-0-27997300-1398858436_thumb.png" data-src="//media.invisioncic.com/t336404/monthly_04_2014/post-770156-0-27997300-1398858436_thumb.png" width="100" data-ratio="54"></a></p>
]]></description><guid isPermaLink="false">327287</guid><pubDate>Wed, 30 Apr 2014 11:47:30 +0000</pubDate></item><item><title>301 Re-direct from Shopify to Prestashop</title><link>https://forum.prestashop.com/topic/374294-301-re-direct-from-shopify-to-prestashop/</link><description><![CDATA[
<p>Hi everybody</p>
<p> </p>
<p>I am switching from Shopify to Prestashop and will soon be transferring my domain (www.shoukochan.com) to Prestashop (replacing developer.shoukochan.com).</p>
<p> </p>
<p>I hope to re-direct all my pages from shopify to Prestashop while keeping the SEO juice. Was checking out this tutorial, might any one of them work for my case? </p>
<p><a href="http://www.inmotionhosting.com/support/website/redirects/setting-up-a-301-permanent-redirect-via-htaccess" rel="external nofollow">http://www.inmotionhosting.com/support/website/redirects/setting-up-a-301-permanent-redirect-via-htaccess</a></p>
<p> </p>
<p>Is there a way to re-direct www.example.com/faq to www.example.com/12-faq while keeping the SEO? My concern is the original www.example.com/faq page in shopify will cease to exist immediately once the main domain is switched to Prestashop. Or perhaps is there a way to fully, 100% customize the page url and remove the page ID? If yes we could do without the re-directs too.</p>
<p> </p>
<p>Thank you for your time!</p>
<p> </p>
<p> </p>
]]></description><guid isPermaLink="false">374294</guid><pubDate>Wed, 29 Oct 2014 02:25:21 +0000</pubDate></item><item><title>Module that shows Online Customers is not working</title><link>https://forum.prestashop.com/topic/320399-module-that-shows-online-customers-is-not-working/</link><description><![CDATA[
<p>I noticed that in my Back office is not showing how many visitors is online...<br /><br />Is that any fix available?</p>
<p> </p>
]]></description><guid isPermaLink="false">320399</guid><pubDate>Wed, 02 Apr 2014 00:00:17 +0000</pubDate></item><item><title>bulk action on order status not working</title><link>https://forum.prestashop.com/topic/376616-bulk-action-on-order-status-not-working/</link><description><![CDATA[
<p>Hi,</p>
<p>I want to turn the status of 4 orders to sent. So i check the 4 orders and select "bulk actions" down the page. After that I can select an order state at the top of the page and I select "Sent" and press submit. The page reloads but the orders aren't changed.</p>
<p>Am I doing something wrong?</p>
<p> </p>
<p>Thanks,</p>
<p>Roger</p>
]]></description><guid isPermaLink="false">376616</guid><pubDate>Tue, 04 Nov 2014 19:08:05 +0000</pubDate></item><item><title>My cart does not work 1.6</title><link>https://forum.prestashop.com/topic/320319-my-cart-does-not-work-16/</link><description><![CDATA[<p><span style="color:rgb(80,80,80);font-family:Arial, sans-serif;font-size:12px;">My cart does not work. yesterday I installed the new 1.6 full version. Yesterday worked on the basket, it is now not working. You can try: <a href="http://www.pothajshop.hu/17-keratinos-pothaj-u-tip-55cm" rel="external nofollow">http://www.pothajshop.hu/17-keratinos-pothaj-u-tip-55cm</a></span></p>]]></description><guid isPermaLink="false">320319</guid><pubDate>Tue, 01 Apr 2014 16:56:41 +0000</pubDate></item><item><title>Required attribute selection</title><link>https://forum.prestashop.com/topic/349564-required-attribute-selection/</link><description><![CDATA[
<p>The most of the product selling today have more than one attribute, t-shirts (size, color), shoes (size, color, material), electronics (size, color, and a lot more…) etc. so testing Prestashop I realized that something very important is missing, <span style="font-size:14px;">and that would be an option to set the default attributes to “choose”, and when the client clicks the “add to cart” button, a popup message will appear alerting him to choose the attributes. </span></p>
<p><span style="font-size:14px;">So if for example I sell boots with 3 attributes – size, color and material, when a client opens the product information window the size will be set to “choose size”, the color to “choose color” and the material to “choose material” and the client should not be able to add the product to the shopping bag until he chooses all the necessary product attributes.</span></p>
<p> </p>
<p>I have found some solutions for older version of Prestashop (writing javascript code), and they do not work with prestashop 1.6.0.9. There are similar posts to this one, but they have never been answered.</p>
<p> </p>
<p>Can someone give the solution please?</p>
]]></description><guid isPermaLink="false">349564</guid><pubDate>Sat, 09 Aug 2014 12:23:36 +0000</pubDate></item><item><title>Limit number of Categories shown</title><link>https://forum.prestashop.com/topic/383163-limit-number-of-categories-shown/</link><description><![CDATA[
<div>Hi all ,</div>
<br /><div>How can I limit the number of the showed categories on "categories block module"?</div>
<br /><div>I have 500 categories and my home page is too long !</div>
<br /><div> </div>
<br /><div>Thanks!</div>
<br />]]></description><guid isPermaLink="false">383163</guid><pubDate>Mon, 24 Nov 2014 09:44:07 +0000</pubDate></item><item><title>Left column in the categories page</title><link>https://forum.prestashop.com/topic/317556-left-column-in-the-categories-page/</link><description><![CDATA[
<p>Hello in the category page of my site does not appear the left column will post the link. my version is 1.6.05 pestashop the theme is default. Inside the manufacturers list the left column is present. There are no exclusions for categories page. It will be another bug!</p>
<p> </p>
<p><a href="http://www.reusedfashionstore.it/index.php?id_category=6&amp;controller=category&amp;id_lang=2" rel="external nofollow">http://www.reusedfashionstore.it/index.php?id_category=6&amp;controller=category&amp;id_lang=2</a></p>
<p> </p>
<p>Thanks...</p>
]]></description><guid isPermaLink="false">317556</guid><pubDate>Sun, 23 Mar 2014 19:22:43 +0000</pubDate></item><item><title>Error images in Back Office product page</title><link>https://forum.prestashop.com/topic/325406-error-images-in-back-office-product-page/</link><description><![CDATA[
<p>Hello everyone,</p>
<p>I run PS 1.6 and I have this problem.</p>
<p> </p>
<p>When I upload images in product page (Back Office), it doesn't show correct pics, but others.</p>
<p>However, in detail product page in Front Office, they are showed right.</p>
<p>But with this problem I can't assign correct photo at each combination.</p>
<p> </p>
<p>Please, help me.</p>
<p>Thanks</p>
]]></description><guid isPermaLink="false">325406</guid><pubDate>Tue, 22 Apr 2014 22:51:04 +0000</pubDate></item><item><title>I need help changing the background color and adding an image</title><link>https://forum.prestashop.com/topic/316956-i-need-help-changing-the-background-color-and-adding-an-image/</link><description><![CDATA[
<p>I am a new user of prestashop, and have been struggling to change change the background color of my default them and add an image. I have been to the css files, but i'm confuseed. I don't even know where to look or how to find it. Any help will do.</p>
<p> </p>
<p>Thanks </p>
]]></description><guid isPermaLink="false">316956</guid><pubDate>Fri, 21 Mar 2014 16:37:00 +0000</pubDate></item><item><title>Importing Default Category for Each Product using CSV?</title><link>https://forum.prestashop.com/topic/369849-importing-default-category-for-each-product-using-csv/</link><description><![CDATA[
<p>hi,</p>
<p> </p>
<p>Is there any way to bulk edit the default category for each product?</p>
<p> </p>
<p>I have about 3000 products and it will take long time to edit it one by one</p>
<p> </p>
<p>I want to change the default category so I can show the full breadcumb path</p>
<p> </p>
<p>Or is there any way to show full breadcumb without changing the default cateogry?</p>
<p> </p>
<p>Thanks</p>
]]></description><guid isPermaLink="false">369849</guid><pubDate>Thu, 16 Oct 2014 06:53:04 +0000</pubDate></item><item><title>Product features sort order bug.</title><link>https://forum.prestashop.com/topic/348605-product-features-sort-order-bug/</link><description><![CDATA[
<p>I have 54 features, and the sort order isn't working properly, I drag and items around, and they sort order is ordered, eg: 1,2,3,4,5,6,7,8,9... etc.</p>
<p> </p>
<p>Then once I refresh, I get this:</p>
<p><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" alt="ou3HEjF.png" data-src="http://i.imgur.com/ou3HEjF.png"></p>
<p> </p>
<p>Note the: 0,0,0,0,0,0,1,2,3,4,5.</p>
<p> </p>
<p>Is this a known bug? I haven't dived into the code yet, but I need this to be properly ordered in the product page, so I might simply set up an override to always have a fixed order.</p>
<p> </p>
<p>This also happens:(Note the order goes from 27 to 36)</p>
<p> </p>
<p><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" alt="oerodHV.png" data-src="http://i.imgur.com/oerodHV.png"></p>
]]></description><guid isPermaLink="false">348605</guid><pubDate>Tue, 05 Aug 2014 09:44:40 +0000</pubDate></item><item><title>search box not working good</title><link>https://forum.prestashop.com/topic/322995-search-box-not-working-good/</link><description><![CDATA[
<p>Hallo,</p>
<p>i'm working from 2 weeks with presta 1.6 coming from older versions.</p>
<p> </p>
<p>I think is good but i got a problem.</p>
<p>I'm preparing a site to sell toner and inkjet cartridges.</p>
<p> </p>
<p>I index all the products and i got no error.</p>
<p> </p>
<p>I make an example to explain what's happens:</p>
<p>i got a product that hasi in description "TONER CARTRIDGE FOR HP 1010 - OEM CODE Q2612A"</p>
<p> </p>
<p>if i search for 1010 i find it</p>
<p>if i search for q2612a i find it</p>
<p>if i search for 2612 no result</p>
<p> </p>
<p>It works in "like" mode but it seems that it wants a complete word. This is a big problem becaouse I can't be sure about the customer will search for.</p>
<p> </p>
<p>Can anybody help?</p>
<p> </p>
<p>Tnx</p>
<p>Luca</p>
<p> </p>
]]></description><guid isPermaLink="false">322995</guid><pubDate>Fri, 11 Apr 2014 15:09:58 +0000</pubDate></item><item><title>BUG - Catergory text overlays category picture</title><link>https://forum.prestashop.com/topic/310422-bug-catergory-text-overlays-category-picture/</link><description><![CDATA[
<p>Hi,</p>
<p>I have installed 1.6 to test it suitability for sport store. When I add picture to category and then description text I see text overlaying picture. Anyone else have same issue and how it can be fixed. </p>
<p>Google Chrome version <span style="color:rgb(48,57,66);font-family:'Segoe UI', Tahoma, sans-serif;font-size:12px;">32.0.1700.107 m</span></p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_02_2014/post-734192-0-85716700-1393067445.png" data-fileid="91844" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="91844" class="ipsImage ipsImage_thumbnailed" alt="post-734192-0-85716700-1393067445_thumb.png" data-src="//media.invisioncic.com/t336404/monthly_02_2014/post-734192-0-85716700-1393067445_thumb.png" width="100" data-ratio="72"></a></p>
]]></description><guid isPermaLink="false">310422</guid><pubDate>Sat, 22 Feb 2014 11:13:53 +0000</pubDate></item><item><title>Fullscreen mode while editing in CMS</title><link>https://forum.prestashop.com/topic/388494-fullscreen-mode-while-editing-in-cms/</link><description><![CDATA[
<p>Hi there,</p>
<p> </p>
<p>we just <strong>migrated from Prestashop 1.4 to Prestashop 1.6</strong>, and I was wondering where the <strong>fullscreen mode</strong> (when <strong>editing a CMS page</strong>) went to?</p>
<p> </p>
<p>Especially when editing longer texts, additional CMS scrollbars appear, and I can't see the toolbar icons anymore (and have to scroll up to access them again --&gt; somewhat annoying).</p>
<p> </p>
<p>Any idaes?</p>
<p> </p>
<p>Best regards,</p>
<p>Stefan</p>
]]></description><guid isPermaLink="false">388494</guid><pubDate>Tue, 16 Dec 2014 14:35:21 +0000</pubDate></item><item><title>Category with image in Top Menu</title><link>https://forum.prestashop.com/topic/314739-category-with-image-in-top-menu/</link><description><![CDATA[
<p>Can anyone suggest that How an image can be displayed with each category / sub category in top menu in version 1.6 ?</p>
<p> </p>
<p>Have a look at image attached.</p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_03_2014/post-686668-0-59833800-1394781812.jpg" data-fileid="93327" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="93327" class="ipsImage ipsImage_thumbnailed" alt="post-686668-0-59833800-1394781812_thumb.jpg" data-src="//media.invisioncic.com/t336404/monthly_03_2014/post-686668-0-59833800-1394781812_thumb.jpg" width="100" data-ratio="49"></a></p>
]]></description><guid isPermaLink="false">314739</guid><pubDate>Fri, 14 Mar 2014 07:25:58 +0000</pubDate></item><item><title>How to add left column on product page?</title><link>https://forum.prestashop.com/topic/317342-how-to-add-left-column-on-product-page/</link><description><![CDATA[<p>Hi, I just uprdaged to v1.6.0.5. I wonder, how to add left column on product page? It's now only center column there. Thanks.</p>]]></description><guid isPermaLink="false">317342</guid><pubDate>Sat, 22 Mar 2014 23:37:56 +0000</pubDate></item><item><title>zip code and state are not showing</title><link>https://forum.prestashop.com/topic/323089-zip-code-and-state-are-not-showing/</link><description><![CDATA[
<p>Hello, </p>
<p> </p>
<p>I'm sorry I have been asking a lot of questions lately. </p>
<p> </p>
<p>I have a problem when trying to register an account in my shop. </p>
<p> </p>
<p>I only ship to USA. The problem is when you try to register then there is no option to enter state and zip code (See attachment: zipcode1)</p>
<p> </p>
<p>However, after hitting continue then I get 3 errors messages. (see attachment: zip code2)</p>
<p> </p>
<p>1. postcode is required.</p>
<p>2. The zip/postal code you've entered is invalid.</p>
<p>3. This country requires you to choose a state. </p>
<p> </p>
<p>and then I can see the options to enter the state and zip code. (see attachment: zipcode 3)</p>
<p> </p>
<p> </p>
<p>Please let me know how to fix this. </p>
<p> </p>
<p>Thank you. </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_04_2014/post-776167-0-98585900-1397261969.png" data-fileid="96089" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="96089" class="ipsImage ipsImage_thumbnailed" alt="post-776167-0-98585900-1397261969_thumb.png" data-src="//media.invisioncic.com/t336404/monthly_04_2014/post-776167-0-98585900-1397261969_thumb.png" width="91" data-ratio="109.89"></a></p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_04_2014/post-776167-0-96143800-1397261971.png" data-fileid="96090" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="96090" class="ipsImage ipsImage_thumbnailed" alt="post-776167-0-96143800-1397261971_thumb.png" data-src="//media.invisioncic.com/t336404/monthly_04_2014/post-776167-0-96143800-1397261971_thumb.png" width="100" data-ratio="14"></a></p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_04_2014/post-776167-0-70018600-1397261972.png" data-fileid="96091" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="96091" class="ipsImage ipsImage_thumbnailed" alt="post-776167-0-70018600-1397261972_thumb.png" data-src="//media.invisioncic.com/t336404/monthly_04_2014/post-776167-0-70018600-1397261972_thumb.png" width="63" data-ratio="158.73"></a></p>
]]></description><guid isPermaLink="false">323089</guid><pubDate>Sat, 12 Apr 2014 00:20:49 +0000</pubDate></item><item><title>TUTORIAL: How to display the Left and or Right column on pages</title><link>https://forum.prestashop.com/topic/317382-tutorial-how-to-display-the-left-and-or-right-column-on-pages/</link><description><![CDATA[<p>Displaying the left column on all pages using a the generic theme or a copy of it<br /><br /><strong>Step One</strong><br />1. In admin, click on modules then themes.<br />2. On the next page click edit next to your theme<br />3. Make sure “Default Left Column’ is green / yes<br />4. Click ‘Save’ button if you have made changes.<br />5. Scroll down to appearance of columns and make sure that each page where you want the column to display is green / yes.<br /><br /><br /><strong>Step Two</strong><br />1. In Admin click on Modules/positions.<br />2. Scroll down to displayLeftColumn (the blue title of the section). It is near the bottom of the very long list.<br />3. Click ‘edit’ next to the first module that is in displayLeftColumn<br />4. Under Exceptions, only the page where you DO NOT want the left column to display should be highlighted in blue.<br />5. If you want to keep the generic setup but just display the column on the product page for example, then  under exceptions in the field that lists all the exceptions, remove all instances of ‘product,’. There may be more than one instance. Each exception must be separated by a comma<br />6. Click ‘Save’. Then in a separate window, check your page on the front end and that module should now display in the selected column.<br />7. Go back to modules/positions, scroll back down to displayLeftColumn and repeat the above steps for each module that is in the left column, clicking ‘Save’ after making any changes.<br />8. If there is a module that you do not want to appear on any of your pages, click the down arrow next to edit and select ‘unhook’ to remove the module from all pages in that column.<br /><br /><br />If you later wish to add a module to the column, In modules/themes, on the top green bar, select ‘Transplant a module’ with the big white anchor. Then on the next page, select the module, choose the place where you wish to display that module e/g/ displayLeftColumn or displayRightColumn. Select the page where the module will NOT be displayed and click ‘save’<br /><br /><strong>NOTE:</strong> If you want to keep the generic setup but add the column to specific pages e.g. ‘Product’ In the horizontal list of exceptions separated by a comma, some pages may appear more than once. Make sure to delete all instances of the page that you do not want to display. In some module, the specific page e.g. ‘products’ may appear more than once (I do not know why but some are listed more than once). When you are done, the list of page where the module will NOT APPEAR are listed separated by a comma. Make sure to click ‘Save’ after making changes.<br /><br /><strong>Step Three</strong><br />1. If you do not want a specific module to display on a specific page then in modules/positions, scroll back down to displayLeftColumn and select the module that you do not want to display. Example “layered navigation block’ serves no real purpose on the left column of the product page. Cllck edit next to this module and in the list, highlight the pages where you do not want the module to display. Use cmmd click to select multiple pages.<br />2. Click ‘Save’<br />3. Repeat the above for any other modules that you DO NOT want to display.<br /><br /><strong>Step Four</strong><br />1. Repeat all of the above steps for the section .displayRightColumn. if you want to display the right column.<br /><br />The columns should now display on all the pages that you have chosen</p>]]></description><guid isPermaLink="false">317382</guid><pubDate>Sun, 23 Mar 2014 07:21:55 +0000</pubDate></item><item><title>[SOLVED] Center logo in New Theme 1.6</title><link>https://forum.prestashop.com/topic/318418-solved-center-logo-in-new-theme-16/</link><description><![CDATA[
<div>Hello, </div>
<div> </div>
<div>Im looking the best way to center the logo in the new responsive theme. Could you help me?..</div>
<div> </div>
<div>The idea is to center the logo between the search bar and the cart, with only CSS if possible to avoid damaging the mobile styles.</div>
<div> </div>
<p>Thanks!!</p>
<p> </p>
<p>Jose V.</p>
]]></description><guid isPermaLink="false">318418</guid><pubDate>Wed, 26 Mar 2014 07:38:02 +0000</pubDate></item><item><title>Specials module on HomeTab</title><link>https://forum.prestashop.com/topic/320376-specials-module-on-hometab/</link><description><![CDATA[
<p>You can hook featured, new and best sellers on home tab...</p>
<p>What can be done, so I can hook specials module there?</p>
<p> </p>
<p>Thanks</p>
<p> </p>
<p> </p>
]]></description><guid isPermaLink="false">320376</guid><pubDate>Tue, 01 Apr 2014 21:46:24 +0000</pubDate></item><item><title>Missing FO default English translation expressions</title><link>https://forum.prestashop.com/topic/322437-missing-fo-default-english-translation-expressions/</link><description><![CDATA[
<p>Hi guys,</p>
<p> </p>
<p>I am new to PS and have been slowly learning and building my website. After having many problems with an updated 1.6 PS (missing columns and such), I did a fresh install of 1.6.0.5 today and noticed that my default US English translation expressions are missing. Please see pic attached.</p>
<p> </p>
<p>I was wondering if this is normal, and that the only way to edit these default language expressions is through the .tpl file? I am currently trying to change the text on some tabs, e.g. Data Sheet on the product page.</p>
<p> </p>
<p>In a related issue, all the basic translations for my two other languages, French and German, are missing as well. Is it supposed to be like that, and I am to translate all 829 expressions per language manually?</p>
<p> </p>
<p>Thank you for any assistance... </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_04_2014/post-768637-0-98603100-1397064851.gif" data-fileid="95897" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="95897" class="ipsImage ipsImage_thumbnailed" alt="post-768637-0-98603100-1397064851_thumb.gif" data-src="//media.invisioncic.com/t336404/monthly_04_2014/post-768637-0-98603100-1397064851_thumb.gif" width="100" data-ratio="49"></a></p>
]]></description><guid isPermaLink="false">322437</guid><pubDate>Wed, 09 Apr 2014 17:46:55 +0000</pubDate></item><item><title>Very slow and problem with google fonts</title><link>https://forum.prestashop.com/topic/319391-very-slow-and-problem-with-google-fonts/</link><description><![CDATA[
<p><strike>I have shop on PS 1.5.4  with 2k  items and it is fast. </strike></p>
<p> </p>
<p><strike>Now i've launched new shop on PS 1.6  with 400 items and it is very slow (sometimes 20 seconds to load the page).  And from time to time I have 504 er-r on page loading.  I've activated all options in perfomance tab in admin. What it can be?</strike></p>
<p> </p>
<p><strike>Both shops running on same server and the speed difference dramatical.</strike></p>
<p> </p>
<p>Disabled cache (file cache was active) - and speed is ok now.</p>
<p> </p>
<p>Also I've found this error on default theme, where can i fix this issue. (it is from Chrome console)</p>
<p><span style="color:rgb(255,0,0);font-family:'dejavu sans mono', monospace;font-size:11px;">GET <a href="http://giftpoint.com.ua/modules/themeconfigurator/css///fonts.googleapis.com/css?family=Open+Sans" title="http://giftpoint.com.ua/modules/themeconfigurator/css///fonts.googleapis.com/css?family=Open+Sans" rel="external nofollow">http://giftpoint.com.ua/modules/themeconfigurator/css///fonts.googleapis.com/css?family=Open+Sans</a> 404 (Not Found)</span><span style="color:rgb(255,0,0);font-family:'dejavu sans mono', monospace;font-size:11px;"> </span></p>
]]></description><guid isPermaLink="false">319391</guid><pubDate>Fri, 28 Mar 2014 23:59:43 +0000</pubDate></item><item><title>Clients cant add coupons in cart using Chrome</title><link>https://forum.prestashop.com/topic/322308-clients-cant-add-coupons-in-cart-using-chrome/</link><description><![CDATA[
<p>Good day everyone,</p>
<p>I'm facing a serious problem that i cant find out how to solve.</p>
<p> </p>
<p>I'm using prestashop 1.6.0.5, fresh install, default theme, no files changed, no extra modules.</p>
<p> </p>
<p>In Chrome, when client tries to checkout (step 1, cart page), the "delete" button (to remove an item from the cart, last column) does NOT appear.</p>
<p> </p>
<p>Also, the "insert coupon code" cell is empty. No text, no text-box to insert code, no button, nothing.</p>
<p> </p>
<p>Checked in internet explorer and it all appears.</p>
<p> </p>
<p> </p>
<p>Is this normal, or maybe some problem caused by translations (bigger words than in english making stuff to not appear for lack of space?) ?</p>
<p> </p>
<p>I have a few, small, very small, knowledge of css and html, changed some cart stuff on 1.5 version, but cant see to find where to change in this version.....</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_04_2014/post-742753-0-06931200-1397040103.jpg" data-fileid="95857" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="95857" class="ipsImage ipsImage_thumbnailed" alt="post-742753-0-06931200-1397040103_thumb.jpg" data-src="//media.invisioncic.com/t336404/monthly_04_2014/post-742753-0-06931200-1397040103_thumb.jpg" width="100" data-ratio="40"></a></p>
]]></description><guid isPermaLink="false">322308</guid><pubDate>Wed, 09 Apr 2014 10:39:23 +0000</pubDate></item><item><title>[solved] New user registration error TECHNICAL ERROR: unable to load form</title><link>https://forum.prestashop.com/topic/319408-solved-new-user-registration-error-technical-error-unable-to-load-form/</link><description><![CDATA[
<p>Hi!</p>
<p>When customers try to create a new account, they receive this error:</p>
<p>"<span style="color:rgb(68,68,68);font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;">TECHNICAL ERROR: unable to load form. Details: Error thrown: [object Object] Text status: parsererror</span>"</p>
<p> </p>
<p>It appears only on the German interface. The registration worked on English and Romanian interface.</p>
<p>Link: <a href="http://nexgenails.de/de/login?back=my-account" rel="external nofollow">http://nexgenails.de/de/login?back=my-account</a>.</p>
<p> </p>
<p>Thank you!</p>
]]></description><guid isPermaLink="false">319408</guid><pubDate>Sat, 29 Mar 2014 05:57:08 +0000</pubDate></item><item><title>Turn off automatic confirmation email</title><link>https://forum.prestashop.com/topic/356750-turn-off-automatic-confirmation-email/</link><description><![CDATA[
<p>1.6.0.9</p>
<p> </p>
<p>When customer proceed an order PS automaticly sends 2 emails. 1) preparation   2) order confirmation.</p>
<p>Where do I switch off the order conf.? I want to send it manualy after viewing the order.</p>
<p>Thanks.</p>
]]></description><guid isPermaLink="false">356750</guid><pubDate>Mon, 08 Sep 2014 05:33:00 +0000</pubDate></item><item><title>Mark few products as SOLD</title><link>https://forum.prestashop.com/topic/323879-mark-few-products-as-sold/</link><description><![CDATA[
<p>Hi , I have photos of few products that we have sold already in the last few years on the physical stores. I want to add those products for reference . Is it possible to add those products with the option as SOLD . I dont want the price to be displayed if possible .</p>
<p> </p>
<p>Thanks in Advance </p>
]]></description><guid isPermaLink="false">323879</guid><pubDate>Tue, 15 Apr 2014 17:32:51 +0000</pubDate></item><item><title>Slider image size</title><link>https://forum.prestashop.com/topic/313230-slider-image-size/</link><description><![CDATA[
<p>Hi there,</p>
<p> </p>
<p>I would like to know if there is any possiblity to change size of the main picture, so that it will be 1170 px width and 350 px height (see attached picture).</p>
<p> </p>
<p>In beta it was possible, but all descriptions were put under the picture. Now I can't set the full width of the picture</p>
<p> </p>
<p>Any suggestions ?</p>
<p> </p>
<p>Lucas</p>
<p> </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_03_2014/post-758097-0-03296500-1394183908.jpg" data-fileid="92849" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="92849" class="ipsImage ipsImage_thumbnailed" alt="post-758097-0-03296500-1394183908_thumb.jpg" data-src="//media.invisioncic.com/t336404/monthly_03_2014/post-758097-0-03296500-1394183908_thumb.jpg" width="100" data-ratio="57"></a></p>
]]></description><guid isPermaLink="false">313230</guid><pubDate>Fri, 07 Mar 2014 09:18:49 +0000</pubDate></item><item><title>Smart cache for css problem with shopping cart module</title><link>https://forum.prestashop.com/topic/330197-smart-cache-for-css-problem-with-shopping-cart-module/</link><description><![CDATA[
<p>Hello,</p>
<p> </p>
<p>I am trying to speed up my website <a href="http://www.tuinkoken.nl" rel="external nofollow">www.tuinkoken.nl</a> and wanted to use Smart Cache for css, but if I enable the option and clear the cache the style is a little bit messed up. At first the shopping cart is not loading the correct css, see screenshot: </p>
<p> </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_05_2014/post-373140-0-99014200-1399993541.jpg" data-fileid="98642" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="98642" class="ipsImage ipsImage_thumbnailed" alt="post-373140-0-99014200-1399993541_thumb.jpg" data-src="//media.invisioncic.com/t336404/monthly_05_2014/post-373140-0-99014200-1399993541_thumb.jpg" width="100" data-ratio="57"></a></p>
<p> </p>
<p>I downloaded the comprecced css file and opened it in an editor and I was able to find the correct <span style="font-size:14px;">#header .shopping_cart {} class. And the 3 below this one, but the browser is only using the standard .shopping_cart class. </span><span style="font-size:14px;">How can that be?</span></p>
<p> </p>
<p>I disabled the Smart Cache for CSS again, because this doesn't look right. Thanks in advance for any help!</p>
<div> </div>
]]></description><guid isPermaLink="false">330197</guid><pubDate>Tue, 13 May 2014 15:10:03 +0000</pubDate></item><item><title>Sort by problem</title><link>https://forum.prestashop.com/topic/368130-sort-by-problem/</link><description><![CDATA[
<p>Hello</p>
<p> </p>
<p>I read a lot of articles about problem with sort by (I tried to reinstall module, set permission etc.), but my problem still persists.</p>
<p>Sort by works, when the blocklayered is inactive, result is: ?orderby=name&amp;orderway=asc or desc</p>
<p>But, when the blocklayered is active (filter works), sort by doesn´t work, result is #/</p>
<p> </p>
<p>In console, the is no problem.</p>
<p>Can anyone helps me?</p>
<p> </p>
<p>Thank you a lot.</p>
<p>Sorry for my English</p>
]]></description><guid isPermaLink="false">368130</guid><pubDate>Fri, 10 Oct 2014 13:09:48 +0000</pubDate></item><item><title>Remove {id} on CMS Friendly URL</title><link>https://forum.prestashop.com/topic/296069-remove-id-on-cms-friendly-url/</link><description><![CDATA[
<p>Hi</p>
<p> </p>
<p>I just check Prestashop 1.6</p>
<p>I use Prestashop from 1.3 and for the first time this is an upgrade not a remake <img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" alt=":)" data-emoticon="" srcset="https://media.invisioncic.com/t336404/emoticons/smile@2x.png 2x" width="20" height="20" data-src="//media.invisioncic.com/t336404/emoticons/default_smile.png"></p>
<p>I just need to have the capacity to remove the {id} on the /content/{id}-CMS</p>
<p> </p>
<p>Comon, that feature will refine Prestashop a lot!</p>
<p> </p>
<p>Is this possible? And this Prestashop looks like WP, Prestashop 1.6 will do very fine.</p>
<p> </p>
<p>Thanks</p>
<p>Daniel</p>
]]></description><guid isPermaLink="false">296069</guid><pubDate>Sun, 15 Dec 2013 23:42:09 +0000</pubDate></item><item><title>Top horizontal menu Prestashop version 1.6 does not show categories</title><link>https://forum.prestashop.com/topic/369753-top-horizontal-menu-prestashop-version-16-does-not-show-categories/</link><description><![CDATA[
<p>In the Top Horizontal Menu Module it is not showing categories. </p>
<p> </p>
<p>It is however showing ............        Root   and then Home</p>
<p> </p>
<p>There is another thread that does not fix this. This one below ...</p>
<p> </p>
<p><a href="https://forum.prestashop.com/topic/330769-solved-categories-not-visible-in-horizontal-top-menu-backoffice/" rel="">http://www.prestashop.com/forums/topic/330769-solved-categories-not-visible-in-horizontal-top-menu-backoffice/</a></p>
<p> </p>
<p>I have read that thread so please don't point me to it. </p>
<p> </p>
<p>EVERYTHING else is working in my shop perfectly so my DB does not need to be altered as he did in the above thread. Also, in the above thread he pointed out that other things were not right because of the db error. </p>
<p> </p>
<p>I think it is something I can tweek within the module files to make this work. I am sure there is another problem out there like this. </p>
<p> </p>
<p> </p>
<p>THANKS!!!!!!!!!   FOR YOUR HELP!!!!!!!!!!!!!!!!    PLEASE HELP <img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" alt=":)" data-emoticon="" srcset="https://media.invisioncic.com/t336404/emoticons/smile@2x.png 2x" width="20" height="20" data-src="//media.invisioncic.com/t336404/emoticons/default_smile.png"> </p>
<p> </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_10_2014/post-320533-0-27906200-1413405275.jpg" data-fileid="110084" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="110084" class="ipsImage ipsImage_thumbnailed" alt="post-320533-0-27906200-1413405275_thumb.jpg" data-src="//media.invisioncic.com/t336404/monthly_10_2014/post-320533-0-27906200-1413405275_thumb.jpg" width="100" data-ratio="74"></a></p>
]]></description><guid isPermaLink="false">369753</guid><pubDate>Wed, 15 Oct 2014 20:34:57 +0000</pubDate></item><item><title>Change product order in Shopping Cart Summary + Invoices</title><link>https://forum.prestashop.com/topic/371919-change-product-order-in-shopping-cart-summary-invoices/</link><description><![CDATA[
<p>Hi Guys </p>
<p>I am trying to look for a way how to have the products that have been added to cart, to be displayed in numeric/alphabetical order based on the Reference code.</p>
<p>Example at the moment I get </p>
<p><span>SKU : N06-BL2</span></p>
<p>SKU : N06-WH1</p>
<p><span>SKU : N06-WH2</span></p>
<p>SKU : N06-BL1</p>
<p> </p>
<p>I would like them to be in the following order </p>
<p>SKU : N06-BL1</p>
<p>SKU : N06-BL2</p>
<p>SKU : N06-WH1</p>
<p>SKU : N06-WH2</p>
<p> </p>
<p>Any ideas</p>
<p>Thank you guys </p>
<p>Gordon</p>
<p> </p>
]]></description><guid isPermaLink="false">371919</guid><pubDate>Tue, 21 Oct 2014 11:34:32 +0000</pubDate></item><item><title>Problem with Ebay Module</title><link>https://forum.prestashop.com/topic/388411-problem-with-ebay-module/</link><description><![CDATA[
<p>Hi there</p>
<p> </p>
<p>Trying to list an item with eBay which has a couple of product attributes (I'm not sure I have created these correctly but they work fine on my website)</p>
<p> </p>
<p>Thanks in advance.....</p>
<p> </p>
<p>here is the error I get</p>
<p> </p>
<p>Settings updated (Option B : 1 / 1 product(s) sync with eBay)<br /><br />Some products have not been listed successfully due to the error(s) below<br />XML Error Text: "; nested exception is: org.xml.sax.SAXParseException: The entity name must immediately follow the '&amp;' in the entity reference.".<br />; nested exception is: org.xml.sax.SAXParseException: The entity name must immediately follow the '&amp;' in the entity reference.<br /><br /><u>Product(s) concerned :</u></p>
]]></description><guid isPermaLink="false">388411</guid><pubDate>Tue, 16 Dec 2014 10:10:09 +0000</pubDate></item><item><title>Quantity sold in stock coverage doesn't displays</title><link>https://forum.prestashop.com/topic/330457-quantity-sold-in-stock-coverage-doesnt-displays/</link><description><![CDATA[
<p>I have sold products. But Prestashop displays nothing in quantity sold in stock coverage (advanced stock management). I marked it red on screenshot.</p>
<p> </p>
<p>Also Prestashop doesn't select products that have coverage less then I specify. I marked it blue.</p>
<p> </p>
<p>Does anybody know what's wrong?</p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_05_2014/post-774415-0-60151300-1400075039.jpg" data-fileid="98710" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="98710" class="ipsImage ipsImage_thumbnailed" alt="post-774415-0-60151300-1400075039_thumb.jpg" data-src="//media.invisioncic.com/t336404/monthly_05_2014/post-774415-0-60151300-1400075039_thumb.jpg" width="100" data-ratio="77"></a></p>
]]></description><guid isPermaLink="false">330457</guid><pubDate>Wed, 14 May 2014 13:48:03 +0000</pubDate></item><item><title>Category image and thumbnail</title><link>https://forum.prestashop.com/topic/316850-category-image-and-thumbnail/</link><description><![CDATA[
<p>I noticed that you can put a nice beautiful image as a category image (800x217 px  default)</p>
<p> </p>
<p>but then the thumbnail in the category is ugly as hell because you can't really see the image and it does not cover the whole square.</p>
<p> </p>
<p>is there any trick to take one image as a thumbnail and one as category image?</p>
<p> </p>
<p>or can i modify any css ho adjust the image to cover the whole square without stretches?</p>
<p> </p>
<p> </p>
<p>Thanks.</p>
]]></description><guid isPermaLink="false">316850</guid><pubDate>Fri, 21 Mar 2014 11:20:32 +0000</pubDate></item><item><title>Cart cannot be loaded or an order has already been placed using this cart</title><link>https://forum.prestashop.com/topic/333513-cart-cannot-be-loaded-or-an-order-has-already-been-placed-using-this-cart/</link><description><![CDATA[
<p>Hi guys.</p>
<p>We suddenly have a problem with bank-wire and paypal. Up until now things have worked fine besides the already fixed upgrade to 1.6 issues.</p>
<p> </p>
<p>Bankwire module 0.7.1 hangs after hitting confirm order.. Order seems to be correctly processed and emails are sent out but the customer must wait a VERY long time only to be met with this message:</p>
<p>"Cart cannot be loaded or an order has already been placed using this cart" - we only click once!</p>
<p> </p>
<p>Paypal also processes the order correctly (it seems) but hangs when trying to send the customer back to the shop after successfull payment.. Hangs for a minute or two and lands on a 404 page.</p>
<p> </p>
<p>Paypal is version 3.7.0</p>
<p>Prestashop version is 1.6.0.6</p>
<p>( all latest versions 27/5-14 )</p>
<p> </p>
<p>Url: <a href="http://www.spartelmasse.com" rel="external nofollow">http://www.spartelmasse.com</a></p>
<p> </p>
<p>Thanks a lot for any help!!</p>
<p> </p>
<p>Kind regards</p>
<p> </p>
]]></description><guid isPermaLink="false">333513</guid><pubDate>Tue, 27 May 2014 12:06:57 +0000</pubDate></item><item><title>Google Analytics Module Not Tracking ECommerce Data on Prestashop 1.6.9</title><link>https://forum.prestashop.com/topic/390423-google-analytics-module-not-tracking-ecommerce-data-on-prestashop-169/</link><description><![CDATA[
<p>Hi everyone,</p>
<p> </p>
<p>I've been struggling with this issue for a while now and I hope someone can help. </p>
<p> </p>
<p>Since I upgraded my site from 1.4 to 1.6 ( cooleather.com )  Google Analytics module stopped tracking ECommerce Data so now I'm shooting in the dark with conversion tracking etc.. </p>
<p> </p>
<p>Evern after I upgraded the GAnalytics module to the latest one .. still not tracking any ecomm conversion data. </p>
<p> </p>
<p>Anyone ha any idea? </p>
<p> </p>
<p>Much appreciate your help</p>
<p> </p>
<p>Nabil</p>
]]></description><guid isPermaLink="false">390423</guid><pubDate>Wed, 24 Dec 2014 18:46:43 +0000</pubDate></item><item><title>Layered navigation (product filters) in left sidebar missing</title><link>https://forum.prestashop.com/topic/326067-layered-navigation-product-filters-in-left-sidebar-missing/</link><description><![CDATA[
<p>What do i need to do, to get the catalog filters (Layered navigation module) to show in the left sidebar?</p>
<p>It is already hooked into displayLeft.. But its not showing.. Using the default theme. Prestashop  1.6.0.6</p>
]]></description><guid isPermaLink="false">326067</guid><pubDate>Fri, 25 Apr 2014 08:04:50 +0000</pubDate></item><item><title>Prestashop 1.6 helper form add select option?</title><link>https://forum.prestashop.com/topic/313450-prestashop-16-helper-form-add-select-option/</link><description><![CDATA[
<div>Hi,</div>
<br /><div>I just installed prestashop 1.6 on my localhost and tried to make a module. So in module I just used a form . So for craeting form I tried this code</div>
<br /><div>
<br /><pre class="ipsCode prettyprint"><br /><br />
  public function renderForm()<br />
  {<br />
    $fields_form = array(<br />
      'form' =&gt; array(<br />
        'legend' =&gt; array(<br />
          'title' =&gt; $this-&gt;l('My ModuleSettings'),<br />
          'icon' =&gt; 'icon-cogs'<br />
        ),<br />
        'input' =&gt; array(<br />
          array(<br />
            'type' =&gt; 'text',<br />
            'label' =&gt; $this-&gt;l('Site Url'),<br />
            'name' =&gt; 'YOUR_NAME',<br />
            'desc' =&gt; $this-&gt;l('Enter Your Name'),<br />
            'lang' =&gt; true,<br />
          ),<br />
          array(<br />
            'type' =&gt; 'select',<br />
            'lang' =&gt; true,<br />
            'label' =&gt; $this-&gt;l('Link Target'),<br />
            'name' =&gt; 'WEBSITE_LINK_TARGET',<br />
            'desc' =&gt; $this-&gt;l('Please Eneter Web Site URL Address.'),<br />
            'options' =&gt; array(<br />
              'query' =&gt; $options,<br />
              'id' =&gt; 'id_option', <br />
              'name' =&gt; 'name'<br />
            ),<br />
            $options = array(<br />
              array(<br />
                'id_option' =&gt; 1, <br />
                'name' =&gt; 'Method 1' <br />
              ),<br />
              array(<br />
                'id_option' =&gt; 2,<br />
                'name' =&gt; 'Method 2'<br />
              ),<br />
          )<br />
          ),<br />
        'submit' =&gt; array(<br />
          'title' =&gt; $this-&gt;l('Save')<br />
        )<br />
      ),<br />
    );<br />
    <br />
    $helper = new HelperForm();<br />
    $helper-&gt;show_toolbar = true;<br />
$helper-&gt;table =  $this-&gt;table;<br />
    $lang = new Language((int)Configuration::get('PS_LANG_DEFAULT'));<br />
    $helper-&gt;default_form_language = $lang-&gt;id;<br />
    $helper-&gt;module = $this;<br />
    $helper-&gt;allow_employee_form_lang = Configuration::get('PS_BO_ALLOW_EMPLOYEE_FORM_LANG') ? Configuration::get('PS_BO_ALLOW_EMPLOYEE_FORM_LANG') : 0;<br />
    $helper-&gt;identifier = $this-&gt;identifier;<br />
    $helper-&gt;submit_action = 'submitmymoduleconf';<br />
    $helper-&gt;currentIndex = $this-&gt;context-&gt;link-&gt;getAdminLink('AdminModules', false).'&amp;configure='.$this-&gt;name.'&amp;tab_module='.$this-&gt;tab.'&amp;module_name='.$this-&gt;name;<br />
    $helper-&gt;token = Tools::getAdminTokenLite('AdminModules');<br />
$helper-&gt;tpl_vars = array(<br />
'uri' =&gt; $this-&gt;getPathUri(),<br />
'fields_value' =&gt; $this-&gt;getConfigFieldsValues(),<br />
'languages' =&gt; $this-&gt;context-&gt;controller-&gt;getLanguages(),<br />
'id_language' =&gt; $this-&gt;context-&gt;language-&gt;id<br />
);<br />
    return $helper-&gt;generateForm(array($fields_form));<br />
  }</pre>
<br /></div>
<br /><div>But this code is not showing the select options input fields in the form. Whenever I am trying to load the page it is showing error like  Undefined variable: options. I have gone through the documentation from this link <a href="http://doc.prestashop.com/display/PS16/Using+the+HelperForm+class" rel="external nofollow">http://doc.prestashop.com/display/PS16/Using+the+HelperForm+class</a> but still can't able to solve this issue. So if someone kindly help me to solve this I will be really appreciable. Thanks.</div>
<br />]]></description><guid isPermaLink="false">313450</guid><pubDate>Sat, 08 Mar 2014 07:05:12 +0000</pubDate></item><item><title>[Solved] White screen after order</title><link>https://forum.prestashop.com/topic/390736-solved-white-screen-after-order/</link><description><![CDATA[
<p>Hello</p>
<p>My problem today is that if I make an order on my website, after that I sent my order, doesn't happen anything, I see just a white screen, doesn't jump back to the site, doesn't write a thank you message, nothing! <br>How can I solve this?</p>
<p> </p>
<p>I atached a screenshot, to see what happens! </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_12_2014/post-838520-0-03851000-1419678879.png" data-fileid="115803" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="115803" class="ipsImage ipsImage_thumbnailed" alt="post-838520-0-03851000-1419678879_thumb.png" data-src="//media.invisioncic.com/t336404/monthly_12_2014/post-838520-0-03851000-1419678879_thumb.png" width="100" data-ratio="63"></a></p>
]]></description><guid isPermaLink="false">390736</guid><pubDate>Sat, 27 Dec 2014 11:14:51 +0000</pubDate></item><item><title>GET Customer Group id in NEW</title><link>https://forum.prestashop.com/topic/348639-get-customer-group-id-in-new/</link><description><![CDATA[
<p>Hi everybody,</p>
<p> </p>
<p>I tried too much. I see that old solutions to get the current customer group id failed in 1.6.<br /><br />Does anyone knows how to do it now ?</p>
<p>I just want to do a : " { if($group==4) }  display some content {/if}<br /><br />Thanks in advance.</p>
]]></description><guid isPermaLink="false">348639</guid><pubDate>Tue, 05 Aug 2014 11:57:04 +0000</pubDate></item><item><title>Unable to configure module marked for update</title><link>https://forum.prestashop.com/topic/317172-unable-to-configure-module-marked-for-update/</link><description><![CDATA[
<p>Is this correct in 1.6? I recall(?) in 1.5 having access to the configure link even updates available and not updating. Just checked my 1.5 site and nothing is set to update. Am I rememering incorrectly?</p>
<p> </p>
<p>What if I don't want to update a module. You know, don't fix it if it's not broken. Especially if I made changes to the module files. </p>
<p> </p>
<p>Thanks</p>
<p>Daniel</p>
]]></description><guid isPermaLink="false">317172</guid><pubDate>Sat, 22 Mar 2014 12:18:54 +0000</pubDate></item><item><title>[SOLVED] Glyphicons / Font Awesome not correctly displayed in Firefox</title><link>https://forum.prestashop.com/topic/345555-solved-glyphicons-font-awesome-not-correctly-displayed-in-firefox/</link><description><![CDATA[
<p>Hi guys,</p>
<p> </p>
<p>i have noticed that the icons in my shop are not displayed correctly anymore but only in Firefox.</p>
<p>Does anyone know any solution?</p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="//media.invisioncic.com/t336404/monthly_07_2014/post-595057-0-40438400-1405932100.png" data-fileid="103801" rel=""><img src="https://www.prestashop.com/forums/applications/core/interface/js/spacer.png" data-fileid="103801" class="ipsImage ipsImage_thumbnailed" alt="post-595057-0-40438400-1405932100_thumb.png" data-src="//media.invisioncic.com/t336404/monthly_07_2014/post-595057-0-40438400-1405932100_thumb.png" width="100" data-ratio="27"></a></p>
<p> </p>
<p>Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at themes/theme/font/fontawesome-webfont.woff?v=3.2.1. This can be fixed by moving the resource to the same domain or enabling CORS.</p>
]]></description><guid isPermaLink="false">345555</guid><pubDate>Mon, 21 Jul 2014 08:41:48 +0000</pubDate></item><item><title>Random home featured in v1.6</title><link>https://forum.prestashop.com/topic/316661-random-home-featured-in-v16/</link><description><![CDATA[
<p>Hello,</p>
<p> </p>
<p>How to have the featured product dispolayed randomly on home?... Ive opened homefeatured.php but all is in cache, I don't know how to do that... Any idea please?</p>
]]></description><guid isPermaLink="false">316661</guid><pubDate>Thu, 20 Mar 2014 20:03:13 +0000</pubDate></item><item><title>Anchor tags on OPC</title><link>https://forum.prestashop.com/topic/367626-anchor-tags-on-opc/</link><description><![CDATA[
<p>Hi all,</p>
<p> </p>
<p>I am migrating from 1.4.5.1 to 1.6.0.9 and I realized that when you choose OPC for check out in the new PS, the client needs to scroll from step to step.</p>
<p> </p>
<p>In PS 1.4 after a client saved his details the page moved automatically to the carriers and after that automatically to the payment options. In PS 1.6 it seems to have lost this functionality.</p>
<p> </p>
<p>Anybody has any idea how to "make it slide"?</p>
<p>I already tried HTML anchors, but unfortunately to no avail. Or perhaps I did not do it the right way (I am not a coding giant...). </p>
<p> </p>
<p>Any help would be greatly appreciated!</p>
<p> </p>
<p>Thanks in advance!</p>
<p> </p>
<p>DR</p>
]]></description><guid isPermaLink="false">367626</guid><pubDate>Wed, 08 Oct 2014 23:53:26 +0000</pubDate></item><item><title>Has anybody heard about this module: Modulo Prestashop 1.6 - hreflang on pages</title><link>https://forum.prestashop.com/topic/347422-has-anybody-heard-about-this-module-modulo-prestashop-16-hreflang-on-pages/</link><description><![CDATA[
<p>Has anybody heard about this module: Modulo Prestashop 1.6 - hreflang on pages</p>
<p> </p>
<p>It is from this website: <a href="http://www.matteobononi.it/" rel="external nofollow">http://www.matteobononi.it/</a>   and promises to place the hreflang tags on all pages, so that no more duplicate will be shown on GMT...</p>
<p> </p>
<p>Any body?</p>
]]></description><guid isPermaLink="false">347422</guid><pubDate>Tue, 29 Jul 2014 22:44:41 +0000</pubDate></item><item><title>editing the phone number on top of the new presta 1.6 default theme?</title><link>https://forum.prestashop.com/topic/322345-editing-the-phone-number-on-top-of-the-new-presta-16-default-theme/</link><description><![CDATA[
<p>Hello,</p>
<p> </p>
<p>I just installed the new Prestashop 1.6 and I try to find out how to edit the phone number (or remove it) on top left of the default theme (in the text "Call us now toll free…").</p>
<p> </p>
<p>I've searched everywhere, in modules and other menus but can't find the solution.</p>
<p> </p>
<p>Anyone knows?</p>
<p> </p>
<p>Thanks!</p>
]]></description><guid isPermaLink="false">322345</guid><pubDate>Wed, 09 Apr 2014 12:18:12 +0000</pubDate></item><item><title>Database schema prestashop 1.6</title><link>https://forum.prestashop.com/topic/306912-database-schema-prestashop-16/</link><description><![CDATA[<p>Hi folks. Quick question is the database schema in 1.6 the same as 1.5?  </p>]]></description><guid isPermaLink="false">306912</guid><pubDate>Thu, 06 Feb 2014 22:31:24 +0000</pubDate></item><item><title>[SOLVED] Error uploading product image</title><link>https://forum.prestashop.com/topic/323632-solved-error-uploading-product-image/</link><description><![CDATA[
<p>Hi !</p>
<p> </p>
<p>I recently installed prestashop 1.6.0.6 and when I try to upload a product image I receive de following error:</p>
<div><pre class="ipsCode prettyprint">
filename.jpg : Server file size is different from local file size</pre></div>
<p><strong>PHP:</strong><span style="color:rgb(85,85,85);font-family:'Open Sans', Helvetica, Arial, sans-serif;font-size:12.222222328186035px;"> 5.3.18</span></p>
<p><strong>MySQL:</strong><span style="color:rgb(85,85,85);font-family:'Open Sans', Helvetica, Arial, sans-serif;font-size:12.222222328186035px;"> 5.1.55</span></p>
<p>upload_max_filesize = 32M;</p>
<p>theme in use: default-bootstrap</p>
<p>Required parameters: Ok</p>
<p>Optional parameters: Ok</p>
<p> </p>
<p>I haven't modified any file from the server.</p>
<p> </p>
<p>I tried chmod 777 for img folder and doesn't work.</p>
<p> </p>
<p>Is this a general bug? Is there any fix for this?</p>
]]></description><guid isPermaLink="false">323632</guid><pubDate>Mon, 14 Apr 2014 18:26:53 +0000</pubDate></item><item><title>Where to add AddThis Sharing Button in Prestashop 1.6?</title><link>https://forum.prestashop.com/topic/316778-where-to-add-addthis-sharing-button-in-prestashop-16/</link><description><![CDATA[
<p>Hello guys,</p>
<p> </p>
<p>I'm a bit confuse on how and where to put AddThis Social Sharing button on my website (Prestashop 1.6). I tried HTMLbox module, AddThis module, BlockAddThis module, and Prestaloveeasyfooter module but it doesn't show the social sharing buttons.</p>
<p> </p>
<p> </p>
<p>This my AddThis code</p>
<p> </p>
<div>&lt;!-- AddThis Button BEGIN --&gt;</div>
<div>&lt;div class="addthis_toolbox addthis_default_style "&gt;</div>
<div>&lt;a class="addthis_button_facebook_like" fb:like:layout="button_count"&gt;&lt;/a&gt;</div>
<div>&lt;a class="addthis_button_tweet"&gt;&lt;/a&gt;</div>
<div>&lt;a class="addthis_button_pinterest_pinit" pi:pinit:layout="horizontal"&gt;&lt;/a&gt;</div>
<div>&lt;a class="addthis_counter addthis_pill_style"&gt;&lt;/a&gt;</div>
<div>&lt;/div&gt;</div>
<div>&lt;script type="text/javascript"&gt;var addthis_config = {"data_track_addressbar":true};&lt;/script&gt;</div>
<div>&lt;script type="text/javascript" src="https://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-530bf3b2187e73b7"&gt;&lt;/script&gt;</div>
<div>&lt;!-- AddThis Button END --&gt;</div>
<div> </div>
<div>The attached files below are the modules that I tried.</div>
<div> </div>
<div><a href="https://forum.prestashop.com/applications/core/interface/file/attachment.php?id=94024" data-fileid="94024" rel="">addthismodule.zip</a></div>
<div> </div>
<div><a href="https://forum.prestashop.com/applications/core/interface/file/attachment.php?id=94025" data-fileid="94025" rel="">htmlbox.zip</a></div>
<div> </div>
<div><a href="https://forum.prestashop.com/applications/core/interface/file/attachment.php?id=94026" data-fileid="94026" rel="">blockaddthis v0.1.zip</a></div>
<div> </div>
<div><a href="https://forum.prestashop.com/applications/core/interface/file/attachment.php?id=94027" data-fileid="94027" rel="">prestaloveeasyfooter_1.zip</a></div>
<div> </div>
<div> </div>
<div>Thank you!</div>
]]></description><guid isPermaLink="false">316778</guid><pubDate>Fri, 21 Mar 2014 08:54:52 +0000</pubDate></item></channel></rss>
