I want to customize the recipient notification email for sent GV's. Which files need to be edited.
Thanks
I want to customize the recipient notification email for sent GV's. Which files need to be edited.
Thanks
You don't really understand anything until you can explain it to your grandmother!
ProActive SEO & Net Creations
Hi I need some advice about my gift certificate issue.
In the CP I have the image Gift Queue and under that I have a message saying 1 pending approval. Which is always there however when clicking on the image there is no gift certificate to be released.
I sold a couple of certs yesterday and they released fine and are in the customers account ready for spending.
The one that's always there appears to have been one in a very early test account which has been deleted and I think this is the reason, it cant find it and cant apply it..So it's hovering somewhere in the DB waiting for some magic purge command.
Can anyone help with this.
Many Thanks
RR
You can check the table coupon_gv_queue in phpMyAdmin and see if you see a GV that is marked release_flag N that may not be attached to a valid customer_id ...
This would result in seeing the GIFT Queue button but then not seeing it on the list in the Gift Certificates Queue gv_queue page of the Admin ...
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!
You don't really understand anything until you can explain it to your grandmother!
ProActive SEO & Net Creations
I am having an unusual problem. I am trying to setup Zen Cart to replace my current limited one and thought that adding gift certificates would be a good idea. I followed the instructions listed in previous posts and everything went fine on my test gift certificate until I got to the payment page.On the payment page both my right and left side boxes get mixed into the middle unless I add another product to the cart that requires shipping.
Can anyone point me out where I need to look to fix this because right now I have no clue.
I am not sure if it is the Cherry Zen theme I am running that is messing this up or the Fast and Easy Checkout one.
The first picture is of the checkout with only the gift certificate and the second is of the checkout with the gift certificate and an item that requires shipping.
I found the fix. In tpl_checkout_stacked.php add the following at the top.
Code:<!-- Added to fix error with gift certificates only in cart --> <?php if ($order->content_type == 'virtual') { ?> <div class="centerColumn" id="checkoutPayment"> <?php } ?> <!-- End of gift certificate add on -->