You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for one of our clients I am currently testing the plugin.
My problem is that they already have a physical shop with physical vouchers, and they would like to use the same voucher key codes.
So the idea from the PM and clients would be that as a user, on the last step of the checkout process, there will be a dropdown with different voucher value (for example from 10 to 50, this might be counted as adjustments), and I will receive a physical voucher card in my package, and a voucher code will be created in the back end.
As far as I tested the plugin, it's not possible to manually generate a voucher code key.
Is it possible to make them manual?
Best regards
The text was updated successfully, but these errors were encountered:
I imagine that adding a voucher to your cart will adjust the price. As such, could you not add a Gift Voucher product to the cart at the last stage of checkout?
This would add the voucher cost to the cart, and upon checkout, it'll generate a code for the voucher. Once this has been generated, you can send this to the customer, and your store managers for them to deal with in-store.
Otherwise, manually creating voucher codes is certainly possible with some custom development in a module. You'd have to listen to the checkout-completed event and create the voucher code during that. In fact, that's exactly what Gift Voucher does, which is the reason for my suggestion above.
Hi!
for one of our clients I am currently testing the plugin.
My problem is that they already have a physical shop with physical vouchers, and they would like to use the same voucher key codes.
So the idea from the PM and clients would be that as a user, on the last step of the checkout process, there will be a dropdown with different voucher value (for example from 10 to 50, this might be counted as adjustments), and I will receive a physical voucher card in my package, and a voucher code will be created in the back end.
As far as I tested the plugin, it's not possible to manually generate a voucher code key.
Is it possible to make them manual?
Best regards
The text was updated successfully, but these errors were encountered: