Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
I suggest "pretending" that your 1.5.1 store is a 1.5.4 one and follow the associated installation instructions.
You'll need to pick up the /ajax.php and /YOUR_TEMPLATE/jscript/jscript_framework.php at a minimum to make sure that the OPC AJAX calls are properly handled.
Many thanks Cindy - I have installed the plugin and all 'looks' good excepting when clicking the 'confirm the order' button nothing happens, there is no action, so I have done something wrong I guess .... the /ajax.php - pardon my ignorance but where should that file be installed? - I have put it in includes/classes/ajax folder (zcAjaxOnePageCheckout.php is in this folder also)
So close and yet so far :smile:
cheers,
Mike
Re: One-Page Checkout [Support Thread]
@shags38 when she says /ajax.php she means the one that is in the root... That's what the single / means, root... open a 1.5.5e fileset and you will see it sitting there without having to move down through the file tree.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
barco57
@shags38 when she says /ajax.php she means the one that is in the root... That's what the single / means, root... open a 1.5.5e fileset and you will see it sitting there without having to move down through the file tree.
Many thanks Barco57 for the heads up ... problem is I am trying to adapt this plugin to v1.5.1 which does not have /ajax.php in the root so I will now place the file in the root and see what happens :smile:
cheers,
Mike
Re: One-Page Checkout [Support Thread]
Quote:
I suggest "pretending" that your 1.5.1 store is a 1.5.4
1.5.4 DOES have ajax.php in the root...
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
shags38
Many thanks Barco57 for the heads up ... problem is I am trying to adapt this plugin to v1.5.1 which does not have /ajax.php in the root so I will now place the file in the root and see what happens :smile:
cheers,
Mike
Works a treat - thanks again - I really should have known it meant for placement in the root - a seniors moment methinks.:smile:
cheers,
Mike
Re: One-Page Checkout [Support Thread]
I working on 155e and tested using MasterCard I noticed my "Confirm Order" button changes to a "Review" button and adds another page into 1 page checkout. Is there anyway to be able to just submit order? Other than that so far is better than great!
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
EZorb
I working on 155e and tested using MasterCard I noticed my "Confirm Order" button changes to a "Review" button and adds another page into 1 page checkout. Is there anyway to be able to just submit order? Other than that so far is better than great!
That *extra* page only appears if you are collecting CC details on your site or your provider specifies that the user (customer) has to actually review and confirm their order. It does not appear if you are using a third party site like PayPal to get your payments.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
barco57
1.5.4 DOES have ajax.php in the root...
Yes, it does ... but it's a downlevel version of the file that won't work!
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
Yes, it does ... but it's a downlevel version of the file that won't work!
Good to know, though my response to shags38 was more about the location ajax.php needed to be placed.
Re: One-Page Checkout [Support Thread]
It being 3:00am when I posted but it seems as if it also caused confusion. I will try it again with fresher eyes and post back.