DT Reg 2.1.3: When the "member discount" is 0%, this fact shouldn't be displayed on the sign-up screen (it shouldn't say "member discount 0%"). I don't want to display that to my customers-- it's kind of like negative marketing (saying we could give you a discount, but no, we're giving you 0%). In other words, when the discount is 0%, don't display that fact. Update: this only seems to happen on the PayPal screen, not the credit card screen. Thank you Robert
Yes, it's set to "none". This is on the Paypal screen, not the credit card screen. Upon further testing, it is happening in Firefox, but not IE7. Does that help? It looks like you might have to give the app a once-over in Firefox, as this is the 2nd Firefox only issue I've found. Thank you Robert
We have fixed this in your site. The problem was the code showed: if($discount_type=2) Needed changed to: if($discount_type==2) We'll get this fix into the download file.