-
Content count
716 -
Joined
-
Last visited
Everything posted by TCwho
-
I have installed 25 Feb 2005 - V1.59 Author: Cedric Taffein I have also applied the fix posted here: http://forums.oscommerce.com/index.php?sho...ndpost&p=567669 Also had to chmod the catalogues dir to 777 as 755 would cause timeouts... --- Now when I try to create the catalog, I get the following error: But this is NOT true ?? I see the extension within my ftp program and I also check the backup copy I have locally and it is .jpg I then tried changing the extension to .gif just to see what would happen and it still gave me the same error.. Then I just deleted the file to see what that would do, and I STILL got the same error even though the image had been deleted.. This is really strange. Does anyone know what is going on?
-
Hey thats Good :thumbsup: Im still running one of the earlier versions back when you first came out with it...I stopped at the one that copied the look of the new invoice to the web invoice after customer logs in... (our site was centered & didnt think it would look right) :D This thread is very active :D see ya around B)
-
Thank You. I eventually figured it out and got it working. However this page you listed could have really saved me alot :lol: of trial and error. After looking at JavaRoasters feed and others feed I saw how they were flowing... Only problem, Its very specific to how I wanted it to show and for the purpose of what I needed. If I release it as contribution, I dont know how many or if any would benefit.... I did write something that logs and registers the ip address and shows it when you are looking at the customers table in the admin section... maybe some would like that...
-
Hey everyone. Im trying to create an rss feed of our store's products. I cant get any of the contributions to work. The closest one, and the one that I started working from is this one: RSS contribution that I am trying to modify Now when I try to show this feed testing on a postnuke installation locally .. the file I am using is rss.php .... but nothing shows up except the title of the 'item' - but no image .. the link does work however... <?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="0.91"> <channel> <title>Title Here</title> <source></source> <link>http://www.website.com</link> <language></language> <url>http://www.website.com/catalog/images/3572sm.gif</url> <item> <title>Fi Al Mazr'aa (Rotating Dictionary - Children)</title> <price>$7.00</price>> <link>http://www.website.com/catalog/product_info.php?products_id=179</link> <url>http://www.website.com/catalog/images/3572sm.gif</url> </item> </channel> </rss> ------------ Is it because the file ends in .php or is it using wrong tags??? :( Thank You
-
Hello everyone, I am using the default CC Module, and have noticed there is not place to put those 3 Security Digits found on the back of the actual customers credit card. From another shop I put up, I remeber specifically for example for Visa Cards you must record the 3 digits to protect yourself against fraud..and you could not save the 3 digits etc.... I have searched all payment modules at contributions page, but I can not find any 'update' to default osC CC Module. Does anyone know how to accept those 3 digits? and also maybe to put dropdown box for credit cards that are accepted(for customer to choose while entering their credit card info). -TCwho-
-
Thank you Howard! Thank you. Everything you wrote was absolutely correct and worked for me! I have been running around trying to generate my own private/public keys with openssl via xampp with so much trouble..... Thank you (my SSL issuer gave me the public certifcate in PEM format - and told me to get my private key from webhost [who refused to give it to me] -- all this because I thought it was the way to do it from reading the manual from paypal about encrypted web payments) Thanks again.
-
wow ! that looks good question: do you really need the \n\n ? You had already used the <br> so the \n\n confuses me...
-
Oh man my mistake. Your right. I misunderstood, I was expecting to see crazy tables all over the place. and....I got the same problem too....noticed it after you pointed it out.... :o
-
GPG Credit Card Encryption - how do I decrypt the email?
TCwho replied to msasek's topic in General Add-Ons Support
Thanks for reply I downloaded the contribution and read over the documentation.. question: What about the credit card info in database? Does this encrypt the credit card info in the database? -and- Does the credit card number still show in the admin panel customer order details? Thank you. -
GPG Credit Card Encryption - how do I decrypt the email?
TCwho replied to msasek's topic in General Add-Ons Support
Can this contribution be modified for use with PGP? -
???? Im using Firefox 1.02 and I dont see any problems. To make sure I went their using IE and it looks the same as in FF ??? Can provide screenshots of what I see if that would help you.
-
Contribution has been updated http://www.oscommerce.com/community/contributions,2159
-
Update to contribution will be posted shortly
-
Got Stumped Alright all the error messages are gone... I go to create the pdf catalog and the process seems to finish (tested on IE and FF) ... ...seems to finish...page appears to refresh itself ... and nothing else happens? Im just left with a blank white page with the left column and top header that is normally in admin side... I have the 'default pdf dir' to chmod 777 ?
-
!!! Amanda !!! Thank you! I did a quick search in the DB and found it .... that was really strange... Well, that problem is solved, but I got another error... Hopefully I can fix that one on my own.... If not, I guess I will be back later :lol:
-
Autologin Secure 2.0 - anyone get it to work?
TCwho replied to 420's topic in General Add-Ons Support
Just tried it again, this time it did not remember me ... my ip address is the same so I know it cant be that (orginal contribution also uses ip to remember you) ... hmm dont know what to tell you maybe some else can help you with you configure.php .... -
Autologin Secure 2.0 - anyone get it to work?
TCwho replied to 420's topic in General Add-Ons Support
it just worked for me .. I think you got it now -
Autologin Secure 2.0 - anyone get it to work?
TCwho replied to 420's topic in General Add-Ons Support
try this: define('HTTP_COOKIE_DOMAIN', '.painted4kids.com'); define('HTTPS_COOKIE_DOMAIN', '.painted4kids.hostexcellence.com'); -
Autologin Secure 2.0 - anyone get it to work?
TCwho replied to 420's topic in General Add-Ons Support
did u try this: define('HTTP_COOKIE_DOMAIN', '.painted4kids.com'); define('HTTPS_COOKIE_DOMAIN', '.painted4kids.com'); oh wait.. your shared ssl is different.. -
Autologin Secure 2.0 - anyone get it to work?
TCwho replied to 420's topic in General Add-Ons Support
Here is how I have mine setup. Note that I have a ' . ' in the cookie domain ... define('HTTP_SERVER', 'http://www.My_Domain_Here.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.My_Domain_Here.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', '.My_Domain_Here.com'); define('HTTPS_COOKIE_DOMAIN', '.My_Domain_Here.com'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); But one thing I forgot to mention also. If I were you I would disable the ssl settings for a moment to make sure to see if it works ... if it does work then you know for sure its your setup in configure... if it doesnt work... >>one step closer down troubleshooting list -
Credit Class/Gift Vouchers/Discount Coupons 5.10
TCwho replied to Strider's topic in General Add-Ons Support
Hey PopTheTop! I eventually used this method which ....is lost somewhere in the forum, but Sincraft made it a contribution: http://www.oscommerce.com/community/contri...ntinue+shopping -
How Did You Hear About Us add-on - missing line
TCwho replied to moshpa's topic in General Add-Ons Support
Yes you read the directions wrong. The directions are based on a clean version of osC. There is no need to 'comment out' the line. Something else you have installed has modified your create_account page..... If you look at a clean version of catalog/create_account you will only find ONE occurance of " TABLE_CUSTOMERS_INFO " .... so there is absolutely no need to comment it out.... ..But I do agree this is a great contribution.. -
then you need to go back and check what you have done..... my first guess would be you forgot to add the shopping cart link...
-
From Administration>>Click on 'Configuration'>>Click on 'Shopping Cart'
-
read my post from previous page... Do NOT Apply: 7 Jul 2004 - Fix for v2.0 and all other versions Author: Acheron Then it will show shipping for Guest as well