1 Attachment(s)
Re: Fast and Easy Checkout for Zen Cart
Does anyone know a guide to customise the checkout page? Basically when i activate fast and easy checkout, one page checkout, easy sign up and login and checkout with no account it doesnt fit properly to the page see attached image. Also how do i size all the fields and labels so that they are all in line?>
Re: Fast and Easy Checkout for Zen Cart
New error:
[19-Feb-2010 20:27:26] PHP Parse error: syntax error, unexpected ';', expecting T_FUNCTION in /home/.xxxx/xxxx/justmymusic.com/store/includes/classes/order.php on line 1033
I am guessing that there is an extra ";" floating around... the problem is that I am using the order.php from the latest install of this mod.
Any idea how I can get the confirmation page to load?
http://www.justmymusic.com/images/forums/fec_01.gif
Re: Fast and Easy Checkout for Zen Cart
Did you try comparing the order.php file from this mod to the original. You might find the correction for the section that's causing the error..
Quote:
Originally Posted by
jasmel
New error:
[19-Feb-2010 20:27:26] PHP Parse error: syntax error, unexpected ';', expecting T_FUNCTION in /home/.xxxx/xxxx/justmymusic.com/store/includes/classes/order.php on line 1033
I am guessing that there is an extra ";" floating around... the problem is that I am using the order.php from the latest install of this mod.
Any idea how I can get the confirmation page to load?
http://www.justmymusic.com/images/forums/fec_01.gif
Re: Fast and Easy Checkout for Zen Cart
While this may work for you, overwriting the default template files is a no no..:no: Should use an override instead.. (see Zen Cart FAQs to understand the override system) It's likely that your original issue was cause my a missed file in the original module files upload..
Quote:
Originally Posted by
xzistance
I figured out what the issue is.
On this page:
includes/templates/template_default/templates/tpl_checkout_default.php
On line 36:
PHP Code:
<?php include(DIR_WS_TEMPLATE . 'templates/tpl_checkout_stacked.php'); ?>
Basically, that call wasn't pointing to the correct template that I'm using. By default it was trying to call the 'classic' template path.
So, I changed that line to this:
PHP Code:
<?php include($template->get_template_dir('tpl_checkout_stacked.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_checkout_stacked.php'); ?>
And it loaded the template.
Hopefully the rest of the process is smooth!
Re: Fast and Easy Checkout for Zen Cart
Can you place a YOURTEMPLATE folder into the \includes\classes section as an override?
I will work on this more throughout the weekend.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
DivaVocals
While this may work for you, overwriting the default template files is a no no..:no: Should use an override instead.. (see Zen Cart FAQs to understand the override system) It's likely that your original issue was cause my a missed file in the original module files upload..
This seemed to fix the error that I was getting with the Debug report. (no longer getting a orders.php error) However, I am still getting the "Your order is being processed, please wait..." message.
From doing searches in this thread it seems it in the past there was some special code or time delay to make the PayPal payments to work. Is this still true?
Do I need to change a file to allow this mod to work with PayPal?
Re: Fast and Easy Checkout for Zen Cart
Hi there,
I am a noob at all this, but just to clarify on the installation steps;
All the files need to be uploaded to the correct folder locations on the shop through ftp yes?
If there are any new folders within the fast and easy checkout these just get copied to the path as stated in the installation steps yes?
Also the 'MY TEMPLATE' folder you say to name to your custom template, so I have premium7a installed so I just rename the 'MY TEMPLATE' to premium7a yes?
and also the sql patch needs to be copied and pasted rather then uploading through zen cart admin?
thanks but just some questions I need to ask before I do this, thanks to the developer of this :D
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
jasmel
This seemed to fix the error that I was getting with the Debug report. (no longer getting a orders.php error) However, I am still getting the "Your order is being processed, please wait..." message.
From doing searches in this thread it seems it in the past there was some special code or time delay to make the PayPal payments to work. Is this still true?
Do I need to change a file to allow this mod to work with PayPal?
The "Your order is being processed, please wait..." is what you should see, and when the order processing is complete you will see an order confirmation page. If this is not happening, if you are getting errors, it is likely that the module is installed incorrectly.. Please re-read my first response to you.. It sounds like you have not properly merged the files in the module with files already existing on your site. If you did not merger the order.php file with the one already in place on your site, you will get the errors you cited.
Use a program like Winmerge or Beyond Compare to merge any files in the module which already exist on your site..
Re: Fast and Easy Checkout for Zen Cart
can anyone confirm that my post #717 is the correct steps? thanks :D
Re: Fast and Easy Checkout for Zen Cart
Tried this fast and easy module again..... it certainly wipes out my admin fast and easy!
the shop is still there but I can not access the admin at all? any help would be great before I knock this on the head and go down another route :D