Changeset 495191
- Timestamp:
- 01/25/2012 02:11:23 PM (14 years ago)
- File:
-
- 1 edited
-
dukapress/trunk/php/dp-products.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dukapress/trunk/php/dp-products.php
r458263 r495191 208 208 //Out of stock disabled button 209 209 $disabled_add_to_cart = ''; 210 if ( !$available_in_stock) {210 if ($dp_shopping_cart_settings['dp_shop_inventory_soldout'] === 'yes' && $all_custom_fields['currently_in_stock'][0] < 1) { 211 211 $disabled_add_to_cart = 'disabled="disabled"'; 212 212 }
Note: See TracChangeset
for help on using the changeset viewer.