Hi @designp
For overlap issue you can use below CSS code. You can add this from plugin settings > Custom CSS.
#voucher-multistep-form .voucherform #voucherAmount {
padding-left: 55px !important;
}
And regarding email content If you are using the “per invoice” payment method then you can disable direct email feature. You can confirm the payment and send email directly from Admin. But by doing this you can not send only invoice to client for order confirmation.
Let us know if you need any further help.
Perfect ! Thank you, but based on your CSS code I added the line so that the preview of the voucher has the margin as well. :
#voucher-multistep-form .voucherform #voucherAmount {
padding-left: 55px !important;
}
#voucher-multistep-form .secondRightDiv .voucherBottomDiv .voucherValueForm .voucherValueCard {
padding-left: 50px !important;
}
If it can be useful to someone 🙂
For emails it means that if I only use the payment “per invoice”, the buyer of the voucher won’t be able to receive the email with the payment instructions? Or she will be able to receive it but at the same time she will receive the ordered voucher :-S How does she pay then ? There is something illogical in this, isn’t there?
Thank you for your precious help and your reactivity.
Damien
Hi @designp
Glad to know the styling issue has been resolved.
Regarding email the customer can receive the email if you have activated “Direct Email” feature from plugin settings. If you have disabled that feature then receiver will not receive any email but you can show the details in “Voucher successful page”.
You can set success message from plugin settings.
Let us know if we can further help you.