Ricarditu Posted August 26, 2013 Share Posted August 26, 2013 Hi all! I'm trying to create a list/grid layout for the product list, allowing the client to change for whatever layout he/she prefers. I was following this tutorial: http://nemops.com/gr...prestashop-1-5/ and just for testing, I replaced the product-list.tpl and product_list.css. Immediately it stopped working... I replaced it for the ones I had copied from the server to my pc and it keeps not showing, even after installing the original ones, directly from the Prestashop website and cleaning the cache. Here's the link directly to the product list page: http://174.132.166.1...a/16-spot-gu-10 I'm using Prestashop 1.5.4.1. Thanks in advance! Regards, Ricardo Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2013 Share Posted August 26, 2013 have you got force compilation turned ON and cache turned OFF ? Link to comment Share on other sites More sharing options...
Ricarditu Posted August 26, 2013 Author Share Posted August 26, 2013 I didn't have that but already turned On and Off respectively. Copied original files again, twice, refresh refresh refresh and nothing... Still nothing being shown... Don't understand... I could show the files I copied but they're original... Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2013 Share Posted August 26, 2013 it looks like problem with cache, shop "remember" old version of this file and doesnt display product list. try to clear cache manually, remove all files (recursively) from: cache/smarty/compile cache/smarty/cache if this will not work, the problem is probably in the product-list.tpl file (but how it is possible if you uploaded original file?) or in controllers (have you changed something in php files?) Link to comment Share on other sites More sharing options...
Ricarditu Posted August 26, 2013 Author Share Posted August 26, 2013 I'm already doing exactly that, cleaning those folders, just expecting it to be over. No, all original with php files. I just edited tpl and css. Yes, that's my concern because I'm using the original ones... Let's see after it's over deleting the files. Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2013 Share Posted August 26, 2013 and for example, if you remove whole contents of the product-list.tpl file and insert there something like HELLO WORLD only, this text appears well? Link to comment Share on other sites More sharing options...
Ricarditu Posted August 26, 2013 Author Share Posted August 26, 2013 Nothing, still not showing... Resuming: Turned ON compilation Turned OFF cache Deleted manually all the smarty cache Copied the original files Result: Not showing... Any idea what might be? Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2013 Share Posted August 26, 2013 really weird that it isn't working with default files... maybe there is something wrong with php scripts or smarty parsing, try to turn on error reporting: http://www.prestashop.com/forums/topic/224525-how-to-get-debug-information-for-500-error-or-blank-page/ Link to comment Share on other sites More sharing options...
Ricarditu Posted August 26, 2013 Author Share Posted August 26, 2013 Honestly have no clue about it... Retried to copy the files and clean cache, nothing... Here's my product-list.tpl: {* * 2007-2013 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2013 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {if isset($products)} <!-- Products list --> <ul id="product_list" class="clear"> {foreach from=$products item=product name=products} <li class="ajax_block_product {if $smarty.foreach.products.first}first_item{elseif $smarty.foreach.products.last}last_item{/if} {if $smarty.foreach.products.index % 2}alternate_item{else}item{/if} clearfix"> <div class="left_block"> {if isset($comparator_max_item) && $comparator_max_item} <p class="compare"> <input type="checkbox" class="comparator" id="comparator_item_{$product.id_product}" value="comparator_item_{$product.id_product}" {if isset($compareProducts) && in_array($product.id_product, $compareProducts)}checked="checked"{/if} /> <label for="comparator_item_{$product.id_product}">{l s='Select to compare'}</label> </p> {/if} </div> <div class="center_block"> <a href="{$product.link|escape:'htmlall':'UTF-8'}" class="product_img_link" title="{$product.name|escape:'htmlall':'UTF-8'}"> <img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} /> {if isset($product.new) && $product.new == 1}<span class="new">{l s='New'}</span>{/if} </a> <h3><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|escape:'htmlall':'UTF-8'|truncate:35:'...'}</a></h3> <p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}" >{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}</a></p> </div> <div class="right_block"> {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="on_sale">{l s='On sale!'}</span> {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="discount">{l s='Reduced price!'}</span>{/if} {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} <div class="content_price"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br />{/if} {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}<span class="availability">{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}</span>{/if} </div> {if isset($product.online_only) && $product.online_only}<span class="online_only">{l s='Online only'}</span>{/if} {/if} {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE} {if ($product.allow_oosp || $product.quantity > 0)} {if isset($static_token)} <a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add=1&id_product={$product.id_product|intval}&token={$static_token}", false)}" title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a> {else} <a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add=1&id_product={$product.id_product|intval}", false)}" title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a> {/if} {else} <span class="exclusive"><span></span>{l s='Add to cart'}</span><br /> {/if} {/if} <a class="button lnk_view" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='View'}">{l s='View'}</a> </div> </li> {/foreach} </ul> <!-- /Products list --> {/if} Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2013 Share Posted August 26, 2013 i checked your code in my demo store and it works well. the problem is somewhere else, definitely. have you changed other .tpl files? for example category.tpl ? Link to comment Share on other sites More sharing options...
Ricarditu Posted August 26, 2013 Author Share Posted August 26, 2013 But can php change without any direct intervention? Before copying the files (for grid layout) it was all working fine. Then it stopped working but I reviewed the code before copying it and was ok. Returning to the original files, it continued not working, just by changing the tpl and css... It's very strange! Ok, I'll try that. Thanks! Link to comment Share on other sites More sharing options...
Ricarditu Posted August 26, 2013 Author Share Posted August 26, 2013 YES!!! I remembered now, I erased some code from category.tpl to prevent it from showing the products in the categories page. Let me undo it... Link to comment Share on other sites More sharing options...
Ricarditu Posted August 26, 2013 Author Share Posted August 26, 2013 SOLVED!! It was exactly that! I erased the product code because I didn't want it to show on the categories page. I thought it was independent from the product-list.tpl. Shouldn't it be? Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2013 Share Posted August 26, 2013 product-list.tpl is a part of category.tpl file im going to mark this topic as [solved] Link to comment Share on other sites More sharing options...
Ricarditu Posted August 26, 2013 Author Share Posted August 26, 2013 Ok! But can I prevent the products from showing in the categories page? Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2013 Share Posted August 26, 2013 if you will not attach products to the category - they will not appear on category page 1 Link to comment Share on other sites More sharing options...
Ricarditu Posted August 26, 2013 Author Share Posted August 26, 2013 Right! Sorry for the silly question... Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts