Guest Posted January 16, 2006 Posted January 16, 2006 nana, that doesn't work still. "createaccount" is in table customers, not orders... or did i miss an edit somewhere? Quote
nana Posted January 16, 2006 Author Posted January 16, 2006 (edited) first put the code i just gave you then put the code i gave you before it is for the right db then echo out the createaccoubnt field like i said before i gave you a diffrent code than the one you posted so it is for the correct table two diffrent sql and the eco is necessary Edited January 16, 2006 by nana Quote
Guest Posted January 16, 2006 Posted January 16, 2006 (edited) right before: //fast easy checkout start $check_status_query = tep_db_query("select customers_name, customers_company, customers_email_address, customers_id, orders_status, date_purchased, ipaddy, ipisp, customers_referer_url from " . TABLE_ORDERS . " where orders_id = '" . (int)$oID . "'"); $check_status = tep_db_fetch_array($check_status_query); $cust_id = $check_status['customers_id']; i have: $check_my_query = tep_db_query("select customers_name, customers_id, createaccount from " . TABLE_ORDERS . " where orders_id = '" . (int)$oID . "'"); $my_querry_result = tep_db_fetch_array($check_my_query); and right after: <?php echo '<a href="mailto:' . $order->customer['email_address'] . '">' . $order->customer['email_address'] . '</a>'; ?> i have: <?php echo $check_status['createaccount']; ?> did i miss, or mix something up? still nothing shows Edited January 16, 2006 by eww Quote
nana Posted January 16, 2006 Author Posted January 16, 2006 first code from post 950 then code from 926 please pay attention to use correct code Quote
redrum Posted January 17, 2006 Posted January 17, 2006 redrum,In config set goto > sessions and set everything to false. Then turn off your cookies and let me know what happens. I checked my settings in configuration > session and everything there are set to false except prevent spider sessions. In my test shop everything in configuration > session are set to false. And it still looks like everyting works fine with cookies disabled. Both shops are on a server, so I dont run them locally. // Fredrik Quote
Guest Posted January 17, 2006 Posted January 17, 2006 thank you for the help :) how difficult would it be to integrate fast easy checkout with this contribution: http://www.oscommerce.com/community/contri...l/search,amazon would i be able to do it just by the instructions from fec? Quote
nana Posted January 17, 2006 Author Posted January 17, 2006 the point of FEC is to reduce the clicks in checkout so less chance of customer backing out but everything can be done Quote
Guest Posted January 17, 2006 Posted January 17, 2006 (edited) i've got that part all taken care of, but there are some people that (have already) changed their mind and wish to create an account, but deleted their order confirmation email that has the 'last chance to register'. :rolleyes: i can't think of any process that would be easier, that wouldn't involve me going into phpmyadmin and trying to get their keys Edited January 17, 2006 by eww Quote
Guest Posted January 17, 2006 Posted January 17, 2006 would that be merged with their previous account? the reason a lot of them are changing their minds is because of the points & rewards program Quote
Guest Posted January 17, 2006 Posted January 17, 2006 nana, sorry for the multiple questions. it has just been brung to my attention the continue button on https://www.mysite.com/account_password_new...ustomers_id=001 is broken. when i right click, view image, the url is: https://www.mysite.com/account_password_new...ustomers_id=001 what do you think i could have done to break that? Quote
nana Posted January 17, 2006 Author Posted January 17, 2006 (edited) yes they will lose their original purchase and original no account i will look at the other issur later and what do you mean broken Edited January 17, 2006 by nana Quote
Guest Posted January 17, 2006 Posted January 17, 2006 (edited) i sent you the link to my test account, which shows a broken image. i just did a few tests and it appears that if a customer has a purchase (which had a balance from deep silver's points & rewards contribution)... once you have approved their balance, they can either still open their account (providing they have the confirmation mail still) or they can get the points with their next purchase, after they receive a new confirmation mail containing the registration key... it doesn't appear to matter if their name, address or location match on the orders, only the email must remain the same. this is irrelevant to this thread, but i thought it would be useful information for anyone that uses fast easy checkout, as well as deep silver's points & rewards :) lastly, nana, is it at all possible for the user to receive the auto-generated password in their order confirmation email, if we are using checkout3.php and have $create_password =1;// set to 1 to create an account with random password selected? Edited January 17, 2006 by eww Quote
nana Posted January 17, 2006 Author Posted January 17, 2006 you need to create a new page to activate the account rather than choosing a new password. all it has to do is to update createaccount to y and display a message that your account is activated and you have to change the language file so email reflects that Quote
nana Posted January 17, 2006 Author Posted January 17, 2006 i guess deep silver's points & rewards contribution only checks the email you can have it check for other things if you like also and i assume that it would work even if they create a new account also and do not have to wait for the email Quote
Graveyard666 Posted January 18, 2006 Posted January 18, 2006 I just installed this contrib on my working site and now after the customer creates an account using createaccount3.php (which just captures his billing info) on the next screen "checkout_shipping.php" i get this error for shipping methods: United States Postal Service United States Postal Service -2147219080 - Missing value for Country. United Parcel Service United Parcel Service An error occured with the UPS shipping calculations. Missing ConsigneeCountry If you prefer to use UPS as your shipping method, please contact the store owner. Quote
Graveyard666 Posted January 18, 2006 Posted January 18, 2006 another error I'm getting is on checkout_payment.php I added a contrib to capture the CVV2 number on the back of the card, now even when i enter a valid cvv2 I continue to get an error msg saying i didn't enter one any ideas? the code resides in my includes/modules/payment/cc.php file Quote
nana Posted January 18, 2006 Author Posted January 18, 2006 (edited) jeff as far as the cvv2 i think you probably have to unregister the value in the checkout_confirmation.php like it is done with cc_number and the rest of values at the top of the page as for country_id i think it might be that the variable is called a diffrent thing i will take a look tom you can try to see if it works correctly with the other create account file and let me know i have some ideas but i have to test it Edited January 18, 2006 by nana Quote
Graveyard666 Posted January 18, 2006 Posted January 18, 2006 i commented it out in checkout_confirmation.php but i still get the error Credit Card Error! CVV code is 3 or 4 digits Quote
Graveyard666 Posted January 18, 2006 Posted January 18, 2006 another problem, i have my login/account box in my header, now when i click on any link i just get sent to index.php i did not modify my header at all Quote
Graveyard666 Posted January 18, 2006 Posted January 18, 2006 this image isn't in the contrib.. "collapse_tcat.gif" Quote
nana Posted January 18, 2006 Author Posted January 18, 2006 copy the image from my site seelily.com i did not say comment out i said unregister the value in the session like i have done with other values if you are login in a nonaccount and try to go to any for account pages it kicks you to index so they would not be available Quote
nana Posted January 18, 2006 Author Posted January 18, 2006 jeff you did not answer my question do you have this problem with the more basic create_account.php and usps are you using a contribution for usps and if so which one how are you doing with the rest of your problems Quote
jcubero Posted January 18, 2006 Posted January 18, 2006 Nana, I posted a question earlier but I think it got lost in the shuffle. I'm using (and liking) fec, and I'm trying to use osCommerce paypal IPN v1.1. I log in with an existing account and check out. It takes me to the paypal site for processing. It all works fine until the point I hit "back to merchant" on paypal. It brings me back to a login screen instead of completing the sale. When I log in, it takes me to the page right before I place the order. The order shows up in my order history as placed, but all the items are still in my shopping cart. Help! I'm currently going to the paypal sandbox, so I can put in dummy transactions until it's working right. I'm searching all IPN threads as well, but so far I'm not finding a solution to this problem. Anyone else try these contribs together? I'm thinking it has to do with returning to a different location in FEC than in the regular checkout process. Thanks in advance for your help! Quote
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.
Note: Your post will require moderator approval before it will be visible.