![]() |
Gift Certificate Auto Generate
Is there anyway to auto generate a gift certificate for the amount of an order that is refunded? This would be a great way to give the customer a store credit, at the same time you change the order status to refund.
|
Re: Gift Certificate Auto Generate
I would be instrested in this as well. Anyone have an idea?
|
Re: Gift Certificate Auto Generate
Ok I figured out how to make this possible, but you need to incorporate the 'Order Status - Refund' mod someone came up with on this site shown here:
http://forum.x-cart.com/showthread.php?t=33007&highlight=order+refund Then do the following: Open /include/func/func_orders.php and add the following to the other mod: Code:
elseif ($status == "R" && $order["status"] != "R") { This will automatically generate an in store credit for the amount of their original order that was refunded including shipping and taxes. This is a great mod for store owners that want to only refund customers with a store credit by providing the customer with a Gift Certificate. |
All times are GMT -8. The time now is 04:30 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.