ZikmaSolutions Posted July 28, 2014 Share Posted July 28, 2014 Hi all, website is: http://www.computers.rs , prestashop: 1.5.4.0 .Problem:When you go to product from product list , product page is blank. I have url , but page is blank until i refresh that page... Look attach file.What can be problem?? Link to comment Share on other sites More sharing options...
NemoPS Posted July 28, 2014 Share Posted July 28, 2014 CHeck my signature to enable error reporting Link to comment Share on other sites More sharing options...
ZikmaSolutions Posted July 28, 2014 Author Share Posted July 28, 2014 I think still blank page... I need to back in false later or no? Link to comment Share on other sites More sharing options...
vekia Posted July 28, 2014 Share Posted July 28, 2014 i checked your page and product page appears well, without refresh etc. Link to comment Share on other sites More sharing options...
NemoPS Posted July 28, 2014 Share Posted July 28, 2014 I can confirm it seems to be working now Link to comment Share on other sites More sharing options...
ZikmaSolutions Posted July 28, 2014 Author Share Posted July 28, 2014 Hmmm go with this steps:http://www.computers.rs -> Click on some sub category then on product...Still blank... Cache cleared. Link to comment Share on other sites More sharing options...
ZikmaSolutions Posted July 28, 2014 Author Share Posted July 28, 2014 Still blankkkk... Link to comment Share on other sites More sharing options...
NemoPS Posted July 30, 2014 Share Posted July 30, 2014 It works for me. BUt you have some html error in the product list, as this grid_6 Appears at the top Link to comment Share on other sites More sharing options...
ZikmaSolutions Posted July 30, 2014 Author Share Posted July 30, 2014 Nemo1, please help me to delete this "grid_6" !!!! I tried everything to find where is that string and nothing... Link to comment Share on other sites More sharing options...
NemoPS Posted July 31, 2014 Share Posted July 31, 2014 Have a look at product_list.tpl, might be at the top there, before the main ul Link to comment Share on other sites More sharing options...
ZikmaSolutions Posted August 1, 2014 Author Share Posted August 1, 2014 Can you try to find that in this code: {* * 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 *} <script type="text/javascript"> //<![CDATA[ $(document).ready(function() { _csJnit(IS,n); }); //]]> </script> {if isset($products)} {$grid_product} <ul id="product_list" class="clear product_grid"> {foreach from=$products item=product name=products} <li class="{if isset($grid_product)}{$grid_product}{elseif isset($smarty.cookies.grid_product)}{$smarty.cookies.grid_product}{else}{/if} 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="center_block"> <div class="image"><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'}" /> </a> </div> <div class="name_product"><h3><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|escape:'htmlall':'UTF-8'|truncate:45:'...'}</a></h3></div> {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)} {if ($product.allow_oosp || $product.quantity > 0)} {/if} {/if} <div> {$product.description_short|fix_desc} </div> {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{if $product.reduction} old{/if}" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/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&id_product={$product.id_product|intval}&token={$static_token}", false)}" title="{l s='Add to cart'}">{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&id_product={$product.id_product|intval}", false)}" title="{l s='Add to cart'}">{l s='Add to cart'}</a> {/if} {else} <span class="exclusive">{l s='Out of stock'}</span><br /> {/if} {/if} {if isset($comparator_max_item) && $comparator_max_item} {/if} </div> </li> {/foreach} </ul> <!-- /Products list --> {/if} Link to comment Share on other sites More sharing options...
NemoPS Posted August 2, 2014 Share Posted August 2, 2014 Yes, it seems it's this {$grid_product} Link to comment Share on other sites More sharing options...
ZikmaSolutions Posted August 2, 2014 Author Share Posted August 2, 2014 Gj! yes it is... whoo knows Link to comment Share on other sites More sharing options...
Nyoman Posted May 5, 2017 Share Posted May 5, 2017 hi I'm new to this forum. I really need help. I am running PrestaShop™ 1.4.10.0 my website is www.balidigitalcctv.com/shop/ I am having problem and cannot figur out what is the problem with product page. The product category is looking good, but when i click to see more details i got blank page. Anybody know what is the problem? Your help is really appreciated. regards, Nyoman W Link to comment Share on other sites More sharing options...
NemoPS Posted May 8, 2017 Share Posted May 8, 2017 Did you enable dev mode? I think it was in config.inc.php with 1.4 Link to comment Share on other sites More sharing options...
Recommended Posts