Terrible support
-
I told the developer of a javascript crash 6 months ago, error is still there.
Simple change, display_total.php needs to check for sale price being empty before using it
if (empty($sale_price) || !is_numeric($sale_price)) $sale_price = $regular_price;
after line 19.
Is that so hard????
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Terrible support’ is closed to new replies.