Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Someone help me complete this little syntax...


WEB11

Recommended Posts

This is supposed to hide the price and display the text if the product quantity is 0, I know im close but still cant figure out the rest...

 

if ( $product_info['products_quantity'] > 0 ) {
echo $products_price; 
} else { 
array('text' => TEXT_CALL_FOR_PRICE );
}

 

Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...