- This topic has 3 replies, 2 voices, and was last updated 6 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Photo Seller – wrong toggle logic in wps-custom-admin.js
Hi, the new setting feature for “Send Buyer Email As HTML” seems to have a not correctly working event-handler attached.
– checkbox-state: checked = wpps_buyer_email_body_row hidden
– checkbox-state: unchecked = wpps_buyer_email_body_row displayed
code to fix is in js/wps-custom-admin.js::10ff
Thank you for the feedback.
I will investigate further.
Hi again,
I checked out the code and actually the current behaviour is correct.
When you check “Send Buyer Email As HTML” it is meant to hide the “Buyer Email Body” section because the plugin will send a predefined tabularised HTML version of the buyer email. (similar to the receipt page)
This HTML layout cannot at this stage be modified but that may change in future.
If you leave the “Send Buyer Email As HTML” unchecked you will see the “Buyer Email Body” section which will be sent as plain text format.
OK.
Than there was a misunderstanding.
Maybe the check-box should be named something like “send customized Buyer Email”.
I believe people mostly think “the positive way” when setting a check-box to checked state