ecuc Posted November 3, 2016 Share Posted November 3, 2016 (edited) No se si me voy a explicar bien, pero os comento. He intentado añadir algo de código para que se muestre el precio por unidad de un producto cuando sale el listado de productos. Uso esto: {if !empty($product->unity) && $product->unit_price_ratio > 0.000000} {math equation="pprice / punit_price" pprice=$productPrice punit_price=$product->unit_price_ratio assign=unit_price} <p class="unit-price"> <span id="unit_price_display">{convertPrice price=$unit_price}</span> {l s='per'} {$product->unity|escape:'html':'UTF-8'} </p> {hook h="displayProductPriceBlock" product=$product type="unit_price"} {/if} Cuando lo añado, me sale este mensaje Notice: Trying to get property of non-object in /home/abastece/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(171) : eval()'d code on line 187 Siempre que he intentado colocar algo, me ha saltado este error y no se exactamente que es y como puedo arreglarlo. Si alguien me ayuda a entenderlo, lo agradezco. Edited November 28, 2016 by ecuc (see edit history) Link to comment Share on other sites More sharing options...
w3bsolutions Posted November 15, 2016 Share Posted November 15, 2016 Por favor, no dupliques las preguntas... https://www.prestashop.com/forums/topic/563489-solved-how-i-show-unitprice-for-my-product-in-a-list-category/?p=2428934 Como ya te lo resolví en https://www.prestashop.com/forums/topic/563489-solved-how-i-show-unitprice-for-my-product-in-a-list-category/?p=2439629 , por favor marca este hilo como resuelto. Gracias. 1 Link to comment Share on other sites More sharing options...
ecuc Posted November 28, 2016 Author Share Posted November 28, 2016 Por favor, no dupliques las preguntas... https://www.prestashop.com/forums/topic/563489-solved-how-i-show-unitprice-for-my-product-in-a-list-category/?p=2428934 Como ya te lo resolví en https://www.prestashop.com/forums/topic/563489-solved-how-i-show-unitprice-for-my-product-in-a-list-category/?p=2439629 , por favor marca este hilo como resuelto. Gracias. Gracias fire2 Preguntaba en ambos foros por si podía averiguar la respuesta de alguna parte. Saludos Link to comment Share on other sites More sharing options...
Recommended Posts