Jump to content

upgrading from 1.3 to 1.4 one page checkout error


Recommended Posts

  • 3 weeks later...

Ienya,

I overcame this by not using one page check out. Quite frankly, it may be only one page, but it is a very long page. My customers seem content to go through 3 or four short screens rather than the endless one screen check out.

So, I have no solution to your problem, except that if you can't find a solution, then go back to standard Prestashop check out mode.

Link to comment
Share on other sites

I could, Thomas, its my site, but I would have to activate the module so you can view it. I would only do this when you are available as I don't want to prevent customers purchasing. So, let me know when you are free and I will activate the module so you can look at it. I am in Australia +10GMT

Link to comment
Share on other sites

  • 2 weeks later...

I too am having the same error:

TECHNICAL ERROR: unable to save account
Details: Thrown Error: [object XMLHttpRequest]
Text status: parsererror

Change the database by another prestashop in clean, and the same error continues. I guess it's a file that has the problem.

When you place your order as a guest, do not get the error.

I am using 1.4.1 Prestashop

EDIT:

I found my problem. Is that the had no email: account.html

Link to comment
Share on other sites

Hum.. de mon coté le meme probleme.
Apparement j'avais oublié de copier le dossier mail à la racine mais je trouve ca plutot bizare car je suis persuadé l'avoir fais...

Sorry if my answer is in french

Link to comment
Share on other sites

"If"? Are you saying your not sure its in French? lol. Why did you give us the answer in French (which I do not speak) and yet you apologised in English.......? Baffling.

Anyway, I have all my mail files in the root under mails. So this is not the cause in my case.

Link to comment
Share on other sites

i upload all files from 1.3.5 on test domain, upload db and then update on 1.4.2.5 and shop work. the same files on another domain give me error. try to upload backup version of presta and then update.

Link to comment
Share on other sites

Hi all

Not trying to steal this thread. My page is completly blank because I uninstalled the one page checkout fra Prestaworks.

I have tried to overwrite the files in module/onepagecheckout/files/ with no luck.

Please help :)

Link to comment
Share on other sites

  • 1 month later...

I've experiencing the same issue and I may be found the problem.
With Firefox & FireBug, I've inspected ajax call (xhr tab) and the call to /authentication or /authentication.php return a 404.

So to patch quickly, I've edited order-opc.tpl by forcing urls like this :

Locate

var authenticationUrl = '{$link->getPageLink("authentication.php", false)}';
var orderOpcUrl = '{$link->getPageLink("order-opc.php", true)}';
var historyUrl = '{$link->getPageLink("history.php", true)}';
var guestTrackingUrl = '{$link->getPageLink("guest-tracking.php", true)}';
var addressUrl = '{$link->getPageLink("address.php", true)}';



And replace with


//var authenticationUrl = '{$link->getPageLink("authentication.php", false)}';
var authenticationUrl = '/shop/authentication.php';
var orderOpcUrl = '{$link->getPageLink("order-opc.php", true)}';
//var historyUrl = '{$link->getPageLink("history.php", true)}';
var historyUrl = '/shop/history.php';
//var guestTrackingUrl = '{$link->getPageLink("guest-tracking.php", true)}';
var guestTrackingUrl = '/shop/guest-tracking.php';
//var addressUrl = '{$link->getPageLink("address.php", true)}';
var addressUrl = '/shop/address.php';



Basicly the rewriting url seem the issue.

Please keep in mind this is a temp patch !!!!

Excuse my french

Link to comment
Share on other sites

  • 4 weeks later...
  • 1 month later...

That is not a good solution 1st. Ad the Canonical url on or off would be directly affected by that "temp fix"

I have the brand new version and it is doing the same thing. 1.4.4.1.

Temporary fix is to go to Preferences and choose Order process type: Standard (5 steps). Until a corrected file for the One Page Checkout can be provided by Presta Core Team.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...