Not really a programmer, but need to change som php code from now to then.
I have a line of php code that shows the stock quantity of a products in my store. This line below shows the quantity directly from the database:
<?php echo (($flag_show_product_info_quantity == 1) ? 'I would like to change the code so that if the stock is more than 20, it says “20+” instead of the real number.
Someone that can help me with this small problem?