Changeset 2353195
- Timestamp:
- 08/05/2020 02:08:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-profitshare-advertisers/trunk/includes/controllers/class-PWA-product.php
r2345972 r2353195 113 113 $price = $this->get('priceDiscounted'); 114 114 115 if (empty($price) ) {115 if (empty($price) || $price = '0.00') { 116 116 $price = $this->get('price'); 117 117 }
Note: See TracChangeset
for help on using the changeset viewer.