Gift Voucher System

Open to all! Ask other shopowners for help.
Post Reply
Omar_one
Senior Contributor
Posts: 676
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Has thanked: 100 times
Been thanked: 56 times

Gift Voucher System

Post by Omar_one »

Hello everyone,
Is there any Gift Voucher System for Phoenix?
free or paid one

Br
Omar


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
Kofod95
Senior Contributor
Posts: 748
Joined: Sat Feb 06, 2021 7:38 pm
Phoenix Version: 1.0.8.20
Has thanked: 99 times
Been thanked: 179 times

Re: Gift Voucher System

Post by Kofod95 »

I would guess that the discount codes by @raiwa was an option for this?
Maybe not entirely what you need though?

//Daniel
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: Gift Voucher System

Post 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.
User avatar
Kofod95
Senior Contributor
Posts: 748
Joined: Sat Feb 06, 2021 7:38 pm
Phoenix Version: 1.0.8.20
Has thanked: 99 times
Been thanked: 179 times

Re: Gift Voucher System

Post 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
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: Gift Voucher System

Post 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.
LeeFoster
Contributor
Posts: 263
Joined: Sun Feb 28, 2021 9:41 pm
Phoenix Version: v1.0.8.20
Has thanked: 1 time
Been thanked: 5 times

Re: Gift Voucher System

Post 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.
Omar_one
Senior Contributor
Posts: 676
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Has thanked: 100 times
Been thanked: 56 times

Re: Gift Voucher System

Post 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.
14Steve14
Senior Contributor
Posts: 920
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Re: Gift Voucher System

Post 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?


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply