Changeset 495465
- Timestamp:
- 01/26/2012 07:48:26 AM (14 years ago)
- File:
-
- 1 edited
-
dukapress/tags/2.3.5/php/dp-products.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dukapress/tags/2.3.5/php/dp-products.php
r458263 r495465 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.