Hi, when I look into public_html/cache, i noticed this
[28-Feb-2012 10:01:19] PHP Warning: str_repeat() expects exactly 2 parameters, 1 given in /public_html/includes/templates/my_template/templates/tpl_modules_products_all_listing.php on line 129
this is the line concerned
Code:$display_products_price = TEXT_PRICE . $products_price .'<div >'. str_repeat(substr(PRODUCT_ALL_LIST_PRICE, 3, 1)) . (zen_get_show_product_switch($products_all->fields['products_id'], 'ALWAYS_FREE_SHIPPING_IMAGE_SWITCH') ? (zen_get_product_is_always_free_shipping($products_all->fields['products_id']) ? TEXT_PRODUCT_FREE_SHIPPING_ICON . '' : '') : '');
what must be wrong there?
Thanks


Reply With Quote
