Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
frank18
Did you take a peek into your log files?
Nothing in logs, I don't know if the code is correct and I am not sure where to put it. When I pasted it in below line 115 gave Syntec error red X in line number. I ran it and blank page. removed it and ok.
Re: One-Page Checkout [Support Thread]
@shags38, it looks like the paypaldp payment method is "opting itself out" since it's not being included in the rendered HTML. Try enabling the debug on the payment method to see why.
Re: One-Page Checkout [Support Thread]
It works what I was doing wrong was I had forgot that checkout_one.php was already in My Custom folder and was apply to file outside of My Custom folder. I am sure no one has ever done this before.
Quote:
Originally Posted by
EZorb
In (/includes/languages/english/responsive4Ezorb/checkout_one.php) Line 115 I need two links to show next line down from "you agree to our shipping & returns policies.........."
<li><a href="https://www.ezorbcalcium.com/main-doc/shipping.html">Shipping Policy</a></li>
<li><a href="https://www.ezorbcalcium.com/main-doc/return.html">Return Policy</a></li>
I found the below code and I get syntex error. Above my pay grade.
<!--BOF footer nav links-->
<ul id="footer_links" class="footer_links" style="float:right;width:125px;text-align: right;padding:25px;">
<li><a href="https://www.ezorbcalcium.com/main-doc/shipping.html">Shipping Policy</a></li>
<li><a href="https://www.ezorbcalcium.com/main-doc/return.html">Return Policy</a></li>
</ul>
<!--EOF footer nav links--> see picture @ post 521
Need help please.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
@shags38, it looks like the paypaldp payment method is "opting itself out" since it's not being included in the rendered HTML. Try enabling the debug on the payment method to see why.
Thanks for your response Cindy - debug enabled on payment method - no error logs, just the same ones as in previous post.
I think I will reinstall all paypal files and see what happens :smile:
cheers,
Mike
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
EZorb
It works what I was doing wrong was I had forgot that checkout_one.php was already in My Custom folder and was apply to file outside of My Custom folder. I am sure no one has ever done this before.
@EZorb, anyone that tells you that they have never done that before ... is fibbing!:smile: Thanks for the report back.
Re: One-Page Checkout [Support Thread]
I've got the plugin's v1.4.0 staged on its GitHub repository (as a -beta1 version), if anyone wants to kick the tires!
I'm still doing some local validation, but the big changes are:
- Detect multiple jQuery versions loaded; direct customer to "alternate" checkout if so.
- Allow "collects-credit-card-data-onsite" payment methods, e.g. authorizenet_aim and paypaldp, to be one-page, too. If you still want confirmation for these payment methods, simply add them to the "requires confirmation" configuration setting.
Unless otherwise derailed, I plan to release this update sometime next week.
Please note: template_default files were changed; if you've made a template-override version, be sure to merge the updates with your store-specific changes.
Re: One-Page Checkout [Support Thread]
for the benefit of other v1.5.1 users - this mod works perfectly 'out of the box without modification' in 1.5.1 - thanks to lat9
cheers,
Mike
@lat9 - Cindy maybe you can add v1.5.1 to the versions in the plugin info in plugins list?
Re: One-Page Checkout [Support Thread]
By the way this is a great plugin.
I need to add some text to be displayed during checkout. Like a message to the customer. Is there an option to do this or can anyone tell me how to add the text?
I am running 1.5.5e using the out of the box Response template.
Re: One-Page Checkout [Support Thread]
Go to /includes/languages/english/checkout_one.php about Line 114 next line down from "<strong>by clicking Submit Order</strong>" you can add the text you want to be displayed to all customers. Don't forget to put it in "Your Cuatom" folder
Don't forget to put it in "Your Cuatom" folder
Quote:
Originally Posted by
jodean
By the way this is a great plugin.
I need to add some text to be displayed during checkout. Like a message to the customer. Is there an option to do this or can anyone tell me how to add the text?
I am running 1.5.5e using the out of the box Response template.
Re: One-Page Checkout [Support Thread]
What would cause this error using credit cards? "The supplied currency code is either invalid, not supported, not allowed for this merchant or doesn't have an exchange rate. - Your credit card could not be authorized for this reason. Please correct the information and try again or contact us for further assistance."
Did not catch before going Live. Help Please