

shawkes
Members-
Content count
51 -
Joined
-
Last visited
About shawkes
- Birthday 09/04/1967
Profile Information
-
Real Name
Sean Hawkes
- Website
-
I just installed the latest version and have one small problem, the discount amount is calculated correctly but is displayed wrong. It is off by 2 or 3 cents for a .46 cent discount. Anyone else having this problem or is it just me? Thanks Sean
-
I had that problem also and found that if you add the following just before line 269 in usps.php it fixes the problem: if (!class_exists('httpClient')) { include('includes/classes/http_client.php'); } I got that code from the USPS module included with 2.2rc2 Sean
-
[Contribution] Open Featured Sets Support
shawkes replied to surfalot's topic in General Add-Ons Support
I just uploaded an updated /includes/modules/featured_sets.php to hopefully help others with mySQL 5 compatibility. I found the basic ideas for it in the forum for Wolfen Featured Sets, which is the base from witch this contrib came from. If it works for you great, if not try looking in the wolfen featured sets forum. Sean -
After upgrading to the package by Nventa and upgading Ultimate SEO on my test site I get the following error when attempting to view a link catagory Links Manager worked fine with the previous version I had installed, I think it was version 1.10. What could I have missed during the update. I also get the error in the admin. Thanks Sean
-
This is located in the payment modules section http://forums.oscommerce.com/index.php?showforum=21 Sean
-
I have the same problem as others here, no IPN information returned but the order was completed at PayPal's site. I have been searching the forums and it seems to be affecting both the official PayPal IPN module and the one by DevOSC (3.15). It does not seem to affect everyone, but I think it must be on PayPal's side. It seems to have started within the last week because I was getting IPN's last week, but not this week(even in the Sandbox). Sean
-
Credit Class/Gift Vouchers/Discount Coupons 5.10
shawkes replied to Strider's topic in General Add-Ons Support
Yes I am using ultimate SEO URLs, but I currently have it turned off. Sean -
Credit Class/Gift Vouchers/Discount Coupons 5.10
shawkes replied to Strider's topic in General Add-Ons Support
I have CCGV 5.16 installed and working pretty good, but I am still testing it. I ran into a problem after the install and have no idea where to look for the problem. After entering a redeem code, wheather it is valid or not, the red "error" box that is supposed to show a message is there but no text in it. I have tried to redeem coupons that were valid but not for the purchase I was making and still no text in the red box. Thanks for any ideas. Sean -
With this contrib you can select from admin which countries are shown in the dropdown box. If only 1 country is selected it is listed without a dropdown box. You can see it at my test site, just click on create account in the login box and you will see it in action. Sean Hawkes
-
That did it. Thank you for your help on this, Now that it is working right I think it is the best option I have found for selecting countries and states. Sean Hawkes
-
I added your test code and it shows 1 below the country box. Just in case it matters, my web server is running PHP 4.4.0. Sean Hawkes
-
The state dropdown works great now, thank you. But I do only have 1 country selected and I checked the code and I still have a dropdown box for the country. It is not a big deal though and I can live with it the way it is. Thank you Sean Hawkes
-
After installation I have only 1 country(U.S) active but it is still shown in a dropdown box. Also how do I make the state box into a dropdown box? Thank you Sean Hawkes
-
The sql file seems to be missing from the download.
-
I have RC5 installed and running well, but today a customer got thru without paying for shipping. I think there was a problem with the USPS module where it could not get the rates from USPS. When that happens and USPS is the only shipping module you just click continue and checkout without shipping. Is there a way to prevent this from happening? I have tested it and I can't reproduce the problem so I think it was a service outage at the USPS. Thank you Sean