Hi,
A client did an order, but did not complete the payment. Now, he want to cancel the order.
How do I delete the gift certificate from the queue line without releasing it ?
Hi,
A client did an order, but did not complete the payment. Now, he want to cancel the order.
How do I delete the gift certificate from the queue line without releasing it ?
In phpMyAdmin, you can browse the table:
coupon_gv_queue
and set the field:
release_flag
on the record for that customers_id to something other than N, such as C, for Canceled ...
Now you still have the Order and the Record of the Gift Certificate, but you do not need to release it and it is not flagged for release ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
If I delete the order, does the gift certificate disapear ?
No it does not ...
Set the Order Status to something else ... having a: Canceled order status is a good idea ...
Then, change the field on the: coupon_gv_queue
just to ensure it is not able to be released ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!