• Resolved C P

    (@dreamszz)


    Hi,

    I believe there is a small bug in the voucher PDF preview code.
    When a customer fills out a voucher and chooses to see a PDF preview of the voucher, the actual voucher code is shown in clear text at the bottom right of the PDF preview.

    I believe it should be blanked out or replaced with XXXX instead.

    This way, people can not fake the purchase of vouchers but record valid voucher codes from the PDF preview and show up in the restaurant claiming to have a voucher but they the Email or the print out or whatever.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Codemenschen

    (@codemenschen)

    Hello Christian,

    Yes, the actual code is showing in preview voucher but there is a watermark of preview voucher, where you can differentiate that the voucher is original of demo voucher.

    In our next update, We will do this thing that actual voucher will not show in pdf preview.

    Please add below css code in custom css tab in our plugin settings, so on voucher form last step the data will show correctly:
    body #voucher-multistep-form .paymentUserInfo .full, body #voucher-multistep-form .paymentUserInfo .half {
    color: #000 !important;
    }

    [ Signature deleted ]

    • This reply was modified 5 years, 10 months ago by Codemenschen.
    • This reply was modified 4 years, 11 months ago by Jan Dembowski.
Viewing 1 replies (of 1 total)
  • The topic ‘PDF voucher preview shows valid voucher code’ is closed to new replies.