updmike Posted September 16, 2004 Share Posted September 16, 2004 Just out of curiousity, Should I have on my checkout_payment.php 2 textfields for redemptions? One for coupons and one for redeeming voucher numbers in case the customer did not redeem through the link supplied in the email? All i have is -one textfield -and if I have vouchers in my cart i have a checkbox on the right to use voucher total as payment. Quote Link to comment Share on other sites More sharing options...
besheer Posted September 17, 2004 Share Posted September 17, 2004 Mike, that's the way it's supposed to be. Quote Drive it like you stole it. Link to comment Share on other sites More sharing options...
updmike Posted September 17, 2004 Share Posted September 17, 2004 Great, thanks.. I am still not sure on how we make sure the gift voucer is credited to the proper account if they redeem and they are not logged in. They are given a redeem code to keep but where do they put it if they redeem while not logged in ? Also I am still having an awefull time trying to get the disocunts coupons to be valid when I specify a catagory or a product restiction. It only works when catagories or product restrictions are left blank in admin. Anyway, thanks again, i am really hoping I can get this to work. Mikey Quote Link to comment Share on other sites More sharing options...
besheer Posted September 17, 2004 Share Posted September 17, 2004 I'm not sure about redeeming while not logged in either. If you redeem while not logged in, the voucher is lost in oblivion on my website. It can't be recovered because if you try to use that code again, it says the code is invalid since it has already been used and credited (to someone). Quote Drive it like you stole it. Link to comment Share on other sites More sharing options...
TAPAKAH Posted September 18, 2004 Share Posted September 18, 2004 Do you guys know how to move the redeem coupon frame above the credit card payment :) ? Quote Link to comment Share on other sites More sharing options...
TAPAKAH Posted September 18, 2004 Share Posted September 18, 2004 Do you guys know how to move the redeem coupon frame above the credit card payment :) ? <{POST_SNAPBACK}> Also, there is no message if the coupon has been accepted or invalid... is it possible to fix that? thanks! Quote Link to comment Share on other sites More sharing options...
updmike Posted September 18, 2004 Share Posted September 18, 2004 Wow, after days of messing around with it I finally have the entire contribution working perfectly.. I would like to swear up and down that it was not the sort order of the Order Totals but at the end of the day it might of very well have been. I tested it many times trying to get it working and it never did but i must of done something right because today it worked great. Thansk strider for helping trouble shoot. Just for reference i have it working with STS Templates and Seperate Price per Customer Contributions which i originally thought was the root of the problems. Mike Great, thanks.. I am still not sure on how we make sure the gift voucer is credited to the proper account if they redeem and they are not logged in. They are given a redeem code to keep but where do they put it if they redeem while not logged in ? Also I am still having an awefull time trying to get the disocunts coupons to be valid when I specify a catagory or a product restiction. It only works when catagories or product restrictions are left blank in admin. Anyway, thanks again, i am really hoping I can get this to work. Mikey <{POST_SNAPBACK}> Quote Link to comment Share on other sites More sharing options...
updmike Posted September 19, 2004 Share Posted September 19, 2004 My discount coupons now seem to work in every way but one: the discounts from a %-based coupon are calculated incorrectly. I can't figure out what calculation they ARE based on, but here's a sample. The discount coupon is set up to deduct 10% from the products in a valid products list. Here's what it deducts, instead (in the order in which the order total modules appear): 2 items in cart, ($19.95 & $29.95) subtotal: $49.90 discount coupon: $1.18 shipping: $5.85 tax: $2.50 3 items in cart (same two plus one more; all are on the 'valid products list', ($19.95 & $29.95 & $39.95) subtotal: $89.85 discount coupon: $1.77 shipping: $5.85 tax: $4.49 I'm using CCGV 510c, MS 2.2, PHP 4.3.4, mySQL 3.23.56, on Redhat Linux 9.0. Any clues how to fix this? Doug <{POST_SNAPBACK}> I seem to be having the same problem.. My 10% off a catagory product are now only ducting partial the amount and I cant figure out what is is decuting.. IE. Sub-Total: $43.00 (is a valid product) Priority Shipping (3-6 days.) (Shipping to CM : 2 lb(s)): $14.25 Discount Coupons:underwear: -$2.86 Total: $54.39 but 10% of 43.00 is 4.30? I sooo thought i had this worked out.. :( Did you figure this out storyleader? Quote Link to comment Share on other sites More sharing options...
Guest Posted September 19, 2004 Share Posted September 19, 2004 Hey....just for the fun of it...test this out...read it somewhere. When you guys make a coupon for 10% in ADMIN... make sure it says 10.0000% then create it. See if that works. I seem to be having the same problem.. My 10% off a catagory product are now only ducting partial the amount and I cant figure out what is is decuting.. IE. Sub-Total: $43.00 (is a valid product) Priority Shipping (3-6 days.) (Shipping to CM : 2 lb(s)): $14.25 Discount Coupons:underwear: -$2.86 Total: $54.39 but 10% of 43.00 is 4.30? I sooo thought i had this worked out.. :( Did you figure this out storyleader? <{POST_SNAPBACK}> Quote Link to comment Share on other sites More sharing options...
Strider Posted September 19, 2004 Author Share Posted September 19, 2004 wow a new board... VNekic: I hadn't heard that one before but I do know for the percentages to work it has to have a percent sign '%' at the end with no blanks .. (just to be safe) i.e. 10% but if you would like to go 10.00% or 10.0000% that is fine too updmike: ok ... I have been playing with the coupons restricted to products and categories. I did find a problem within the restrict to product/categories discount coupon. It works fine on single or multiple products... as long as they don't have attributes. If the product has attributes the coupon doesn't play on that product though the coupon will play on other items within a valid product/category list. TAPAKAH: to change the order of the payment page you need to actually go into checkout_payment and make the mods. in regards to the discount coupon showing up it is displayed generically within the shopping cart box besheer: vouchers lost in oblivion ? that is really not true. I think you are running a customer non account version if I remember correctly and so you might be experiencing this. normally if a person is not logged in, the voucher is redeemed yet will not stay redeemed if they don't log in or create account. Quote (my knowledge is so small you would think that an ant was a genius in comparison) Link to comment Share on other sites More sharing options...
violetcrown Posted September 19, 2004 Share Posted September 19, 2004 Almost every single one of my products has attributes! How come it works if there are no restrictions? All I really want to do is keep it from calculating a discount if someone buys a gift voucher. Forgive me if this has been covered elsewhere - this is a very long topic! wow a new board... updmike: ok ... I have been playing with the coupons restricted to products and categories. I did find a problem within the restrict to product/categories discount coupon. It works fine on single or multiple products... as long as they don't have attributes. If the product has attributes the coupon doesn't play on that product though the coupon will play on other items within a valid product/category list. Quote Link to comment Share on other sites More sharing options...
Strider Posted September 19, 2004 Author Share Posted September 19, 2004 It doesn't discount gift vouchers Quote (my knowledge is so small you would think that an ant was a genius in comparison) Link to comment Share on other sites More sharing options...
Guest Posted September 21, 2004 Share Posted September 21, 2004 I seem to have gotten everything to work for the gift voucher credit class, EXCEPT for the fact that it adds the discount on my admin side in the total rather than discounting the rebate. For example: subtotal:$5.00 Gift Voucher: -$1.00 Total: 4.00 When I check in Admin it shows this: subtotal:$5.00 Gift Voucher: $1.00 Total: 6.00 Can someone please help me with this? :( Quote Link to comment Share on other sites More sharing options...
tammy507 Posted September 22, 2004 Share Posted September 22, 2004 I installed this a long time ago and just recently had time to tweak and use it. I looked in my files and it says Im using "Gift Voucher System v1.0" I did away with the "send friend" totals were not being deducted. with that said, I am currently happy with the way its working... except when someone uses a gift voucher its showing up like a money order in my admin. I cant tell if it was a "moneyorder" order or a gift voucher. Sub-Total: $4.50United States Postal Service (1 x 0.35lbs) (First-Class Mail (2 - 5 Days)): $2.52 Total: $7.02 thats how it looks to me from the admin. However as the customer is showed my total as 0.00 My question is this, How can I fix it so it shows up as a gift voucher total 0.00? Any help would be greatly appreciated. I am heavily modified.. Paypal IPN, Ebay Auction Manager, USPS shipping, Affiliate, Visitors, User Tracking, etc.. so I dont want to try to upgrade to the newest contribution as users are having problems.. If it aint broke dont fix it. LOL so I just want to fix it so I can tell it was a gift voucher/coupon. Thanks Tammy Yahoo IM discountcelebrityphoto Quote Link to comment Share on other sites More sharing options...
updmike Posted September 22, 2004 Share Posted September 22, 2004 wow a new board... updmike: ok ... I have been playing with the coupons restricted to products and categories. I did find a problem within the restrict to product/categories discount coupon. It works fine on single or multiple products... as long as they don't have attributes. If the product has attributes the coupon doesn't play on that product though the coupon will play on other items within a valid product/category list. Has anyone have the disount coupon % working with attributes yet? Or can anyone Know in the code where I can check this out and see why its happening? Been looking around and just not sure where to begin. I am willing to take the time and try to fix it but I am just not sure where to start? Any help would be great.. Cheers.. Quote Link to comment Share on other sites More sharing options...
MzBeanz Posted September 23, 2004 Share Posted September 23, 2004 Good day Strider... I have tested this my self using a dummy account and it works perfectly!! But I have had two customers tellme they have never received email for their Gift Vouchers! Nor an email when I redeem it via admin... any ideas?? I am at a loss as to why I get email via my dummy account and they get nothing? Thanks for your help~! Quote Link to comment Share on other sites More sharing options...
MzBeanz Posted September 23, 2004 Share Posted September 23, 2004 It turned out to be the customers email was dumping them for some reason... thanks anyway! Quote Link to comment Share on other sites More sharing options...
Guest Posted September 23, 2004 Share Posted September 23, 2004 Ok, I'm not going to lie & say that I've read that last 77 pages, but I was wondering if anyone has the paypal ipn & CCGV working togerther successfully? When I have someone purchase something & use the balance of the gift certificate, paypal shows a negative balance. I have no idea what could be causing this issue. Does anyone have any suggestions? Quote Link to comment Share on other sites More sharing options...
MzBeanz Posted September 23, 2004 Share Posted September 23, 2004 well it turns out that the email was not an isolated thing.... several other customers have said they get no email whatsoever from the store while others get all of them... anyone have this problem or know what the problen might be? Thanks... Quote Link to comment Share on other sites More sharing options...
wendys Posted September 24, 2004 Share Posted September 24, 2004 Hi, This contributions works great for me except for one thing -- the coupon is not correctly applied when a category restriction applies. It works fine with the product restriction but not the Category restriction. Is there something I can do to correct the problem? Thanks. Wendy Quote Link to comment Share on other sites More sharing options...
Nimitz_1061 Posted September 24, 2004 Share Posted September 24, 2004 well it turns out that the email was not an isolated thing.... several other customers have said they get no email whatsoever from the store while others get all of them... anyone have this problem or know what the problen might be? Thanks... <{POST_SNAPBACK}> Spam Assassin?? This is a very common problem. Thanks to UCE, SPAM or whatever we're calling it this week. Whatever it is, about the best you can do is make sure your cart sends it out - and perhaps add language to any screen it would be helpful on asking the customer to add your URL to an exceptions filter for their anti-spam software. Sounds like you've done the first. David Quote Link to comment Share on other sites More sharing options...
MzBeanz Posted September 24, 2004 Share Posted September 24, 2004 Morning David! Thanks that's what I had suspected we tried everything.... adding to the exceptions list , to the refers, even shutting McAfee down all to no avail... must be on their server side which I can do nothing about *sigh* Have a great day! Quote Link to comment Share on other sites More sharing options...
blucollarguy Posted September 25, 2004 Share Posted September 25, 2004 I have finally gotten this thing working and it is awesome! I do have one problem though. Where does a customer buy a Gift Voucher? In the faq it says one can buy them just like any other product, but I am not sure how to list it. I am also getting an error in the "gv_send" send file, this: First off, I am EXTREMELY sorry if this has already been covered, but I don't think that I have the time or energy to go through the 150 pages to see if this has been dealt with yet... Again, my humblest apologies I have 2 issues with this otherwise exceptional contribution: 1) When I email an amount from admin, the email goes through great, but when I click on the link in the resulting email, the page never loads. I get the following error in a popup box: No idea how to solve that. 2) While inside a demo customer's account that has a voucher balance, I click on the "Send Gift Voucher" link in the cart. I get the resultant page, with the form rendered beautifully, but I don't get any of the buttons that would actually make the page useful. Instead I get: ERROR!Unable to determine page link! I've gotten both of these errors on a virgin install of 2.2ms2. I installed 510b (dated Jan. 2, 2004), and then updated with all of the contributions since then, with the exception of the Sept. 4, 2004 510c Bug Fix. Any help with be greatly appreciated!! <{POST_SNAPBACK}> the error is what I am getting. I know that info on Customer's GV account should show up in the shopping cart, but I am getting nothing there. Has anyone come up with any ideas on this? also Ok, I'm not going to lie & say that I've read that last 77 pages, but I was wondering if anyone has the paypal ipn & CCGV working togerther successfully? I am using PayPal IPN and everything except what I have asked about seems to be working fine. the calculations all add up for me. I have my sort order set with the GV and Coupon as 2 and 3, redeeming and calculating them before the shipping charges are applied. Have done several test purchases and they each went through fine. Craig :) Quote Happy Coding! Craig Garrison Sr Anything worth having, is worth working for. Multi Vendor Shipping V1.1 Demo Catalog 3 Vendors, each category, "buy" a product from each category to see how MVS works during checkout. Multi Vendor Shipping V1.1 Demo Admin login: webmaster@blucollarsales.com pass: mvs_demo MVS Thread: Multi-Vendor Shipping My contribs: Download Multi Vendor Shipping V1.1 Vendor Email Vendor Info in easypopulate EZ Price Updater And more to come! Link to comment Share on other sites More sharing options...
_g_ Posted September 26, 2004 Share Posted September 26, 2004 Hi everybody, I read 100's if not 1000s of posts. Had some issues with the Contribution but most of them have been solved. I think I am using 5.06 ($Id: ot_coupon.php,v 1.1.2.37 2003/07/24 22:52:59 Strider-Cote Exp $ $Id: ot_coupon.php,v 1.1.2.36 2003/05/14 22:52:59 wilt Exp $) The only problem am facing is also faced by other members. When I create a discount coupon and enter the discount as % for a specified category, the payment module doesn't calculate the discount. But the mod works fine with $ for categories and $ and % for individual products. If someone has a fix for that then plss let us know. Thanks P.S. - I had the problem with shipping charges when buying a GV with other products.... but I solved it. Heres the solution for others who r trying to figure it out (the solution has been already posted 4-5 pages back) Enable Downloads thru Admin > Configuration > Downloads Set the GV's weight = 0 and finally, set the include shipping to false in admin > modules > order total > gift vouchers. Quote Link to comment Share on other sites More sharing options...
besheer Posted September 26, 2004 Share Posted September 26, 2004 Can two coupons be used at the same time? If so, how? Do you put a comma or a space between them or something? Quote Drive it like you stole it. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.