if price 1 vis
Hvis pris er 1 skal der kom billedet out_stock har prøvet og prøvet men kan ikke få det til at virke, så håber i kan hjælpe mig færdig med dette..Original kode:
<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id']) . '">' . tep_image_button('button_in_cart.gif') . '</a>
Mit forsøg ( Virker ikke )
If ($listing['products_price'] < 1){
'<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id']) . '">' . tep_image_button('button_in_cart.gif') . '</a> ';
}else{
tep_image_button('out_stock.gif', IMAGE_BUTTON_OUT_STOCK) . ' ';
}
Tak på forhånd :)
///
AgentPHP