Hello everyone,
Is there any Gift Voucher System for Phoenix?
free or paid one
Br
Omar
Gift Voucher System
- 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
I would guess that the discount codes by @raiwa was an option for this?
Maybe not entirely what you need though?
//Daniel
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
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
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.
- 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
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
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
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
That's clever @heatherbell. I use the discount code addon but never thought to use it this way.heatherbell wrote: ↑Fri Aug 06, 2021 6:37 amProduct can be priced, for example, $5.00, $10.00 etc. Customer can then change Product Quantity for whatever value they require in those multiples.
-
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
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
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 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.
@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: 921
- 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
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?
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?