Page 1 of 1

Gift Voucher System

Posted: Thu Aug 05, 2021 8:43 pm
by Omar_one
Hello everyone,
Is there any Gift Voucher System for Phoenix?
free or paid one

Br
Omar

Re: Gift Voucher System

Posted: Thu Aug 05, 2021 10:02 pm
by Kofod95
I would guess that the discount codes by @raiwa was an option for this?
Maybe not entirely what you need though?

//Daniel

Re: Gift Voucher System

Posted: Fri Aug 06, 2021 4:16 am
by heatherbell
Omar_one wrote: Thu Aug 05, 2021 8:43 pm Is there any Gift Voucher System for Phoenix?
Kofod95 wrote: Thu Aug 05, 2021 10:02 pm I would guess that the discount codes by @raiwa was an option for this?
Yes, we use app.php/addons/free_addon/discount_codes/ for Gift Vouchers.
We have a Gift Voucher product. When it is purchased, we create a new Discount Code and print a Voucher with the code to post to the customer or the recipient of the Gift if they choose that.

Re: Gift Voucher System

Posted: Fri Aug 06, 2021 5:44 am
by Kofod95
heatherbell wrote: Fri Aug 06, 2021 4:16 am We have a Gift Voucher product.
You caught my couriosity here; is that a product with a customer-configurable price, og do you use options/attributes to create several different prices for the customer to choose?
If my first option does not exist, I might have found another project for my to-do-list :)

//Daniel

Re: Gift Voucher System

Posted: Fri Aug 06, 2021 6:37 am
by heatherbell
Kofod95 wrote: Fri Aug 06, 2021 5:44 am You caught my couriosity here; is that a product with a customer-configurable price, og do you use options/attributes to create several different prices for the customer to choose?
Product can be priced, for example, $5.00, $10.00 etc. Customer can then change Product Quantity for whatever value they require in those multiples.

Re: Gift Voucher System

Posted: Fri Aug 06, 2021 7:10 am
by LeeFoster
heatherbell wrote: Fri Aug 06, 2021 6:37 am
Kofod95 wrote: Fri Aug 06, 2021 5:44 am You caught my couriosity here; is that a product with a customer-configurable price, og do you use options/attributes to create several different prices for the customer to choose?
Product can be priced, for example, $5.00, $10.00 etc. Customer can then change Product Quantity for whatever value they require in those multiples.
That's clever @heatherbell. I use the discount code addon but never thought to use it this way.

Re: Gift Voucher System

Posted: Fri Aug 06, 2021 8:30 am
by Omar_one
Kofod95 wrote: Thu Aug 05, 2021 10:02 pm I would guess that the discount codes by @raiwa was an option for this?
Maybe not entirely what you need though?

//Daniel
heatherbell wrote: Fri Aug 06, 2021 4:16 am
Yes, we use app.php/addons/free_addon/discount_codes/ for Gift Vouchers.
We have a Gift Voucher product. When it is purchased, we create a new Discount Code and print a Voucher with the code to post to the customer or the recipient of the Gift if they choose that.
I am using discount codes by @raiwa on our Frozen shop and we used for gift Voucher also but different way, I have create page with form and the customer will full the form there and he can choose the amount of money there (drop list) then when he confirm it the owner will get email include the info about the gift card. then we create a new Discount Code and send it to customer ...

@heatherbell your way is nicer .. it will be good if there is any hook check the product id (the Gift Voucher product) and create new discount code on the checkout_confirmation.php page and send it to the customer.

Re: Gift Voucher System

Posted: Mon Feb 16, 2026 8:36 am
by 14Steve14
Sorry to resurrect an old post, but we are looking for something like this.

I like the idea of using something that is already available and the discount codes seems like the ideal thing but I have a question.

How do you set up the discount code so that it checks the balance on the gift card?