Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

nana, that doesn't work still.

"createaccount" is in table customers, not orders... or did i miss an edit somewhere?

  • Replies 1.7k
  • Created
  • Last Reply

Top Posters In This Topic

Posted (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 by nana
Posted (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 by eww
Posted
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

Posted

the point of FEC is to reduce the clicks in checkout so less chance of customer backing out but everything can be done

Posted (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 by eww
Posted

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

Posted (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 by nana
Posted (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 by eww
Posted

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

Posted

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

Posted

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.

Posted

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

Posted (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 by nana
Posted

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

Posted

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

Posted

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!

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...