Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
jeking
Sorry, you beat me to it.
Have you made template-override changes to /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_checkout_one_shipping.php?
I ask because that setting is active on my demo site and checking out with this product in the cart results in the shipping-cost block being displayed ... which isn't displayed on your test site.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
Have you made template-override changes to
/includes/templates/YOUR_TEMPLATE/templates/tpl_modules_checkout_one_shipping.php?
I ask because that setting is active on my demo site and checking out with
this product in the cart results in the shipping-cost block being displayed ... which isn't displayed on your test site.
No, that file does not exist in my template folder. Only in template_default and it's un-modified. I checked to be sure.
Hmm, what else would cause it to not display?
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
jeking
No, that file does not exist in my template folder. Only in template_default and it's un-modified. I checked to be sure.
Hmm, what else would cause it to not display?
Still checking ... it'll be tomorrow before I have an answer/correction.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
Still checking ... it'll be tomorrow before I have an answer/correction.
Ok, this was bugging me ... do you have Modules->Shipping->FREE SHIPPING! (i.e. freeshipper) enabled?
1 Attachment(s)
Re: One-Page Checkout [Support Thread]
I have Fresh Installed Zencart 155f with YOURStore template.
I am getting this error
Your order's details have changed. Please review the current values and re-submit.
I have attached the log file.
Attachment 17775
Here is development url :
http://www.cartoonbox.ga
Really Appreciate any help.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
ntestinfo11
I have Fresh Installed Zencart 155f with YOURStore template.
I am getting this error
Your order's details have changed. Please review the current values and re-submit.
I have attached the log file.
Attachment 17775
Here is development url :
http://www.cartoonbox.ga
Really Appreciate any help.
If that's Themeforest template, I wasn't able to get it to work with One Page Checkout or many other mods. Some of the mods built into that template are outdated and don't seem to play nice. Further, some outdated mods are integrated into other parts of the template making it extremely difficult to update or replace them.
The One Page Checkout Readme includes note that Themeforest YourSite is not compatible. I don't know if YourSite is same as YourStore or??
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
soxophoneplayer
If that's Themeforest template, I wasn't able to get it to work with One Page Checkout or many other mods. Some of the mods built into that template are outdated and don't seem to play nice. Further, some outdated mods are integrated into other parts of the template making it extremely difficult to update or replace them.
The One Page Checkout Readme includes note that Themeforest YourSite is not compatible. I don't know if YourSite is same as YourStore or??
Thanks, @soxophoneplayer; that's the one that I meant:blush: (YourStore rather than YourSite). I'll get the readme updated, but you're spot-on as that template just re-invents the wheel on various "standard" Zen Cart HTML selectors, making it not compatible with the OPC.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
ntestinfo11
I have Fresh Installed Zencart 155f with YOURStore template.
I am getting this error
Your order's details have changed. Please review the current values and re-submit.
I have attached the log file.
Attachment 17775
Here is development url :
http://www.cartoonbox.ga
Really Appreciate any help.
The base issue with the YourStore template is its reformatting of the order-totals section (see /includes/templates/YourStore/templates/tpl_modules_order_total.php). The reformatting "confuses" the OPC's checkout_one page processing, causing it to believe that the Total: label-element contains the order's total value. That difference between an order totaling to Total: as opposed to one totaling to $12.50 is what "kicks the order back" to the checkout-entry page.
There's another issue, too, in that the moneyorder payment method isn't captured during the checkout processing, but set during confirmation. That too, assuming that the above issue is corrected, would cause the "kick-back".
Re: One-Page Checkout [Support Thread]
just moving this one from another thread :-
Default OPC and Delivery Date Plug ins
Not sure if this is the right place - but.
Using classic responsive template for a rather specialised activity which is a kind of "Service Booking".
But the details are irrelevant.
I have everything in as I require EXCEPT I want both the One Page Checkout and Delivery Date Plugins - that latter does not seem to fit in with OPC though both work fine independantly.
Am I expecting too much ?? Or can it be done?
I have done a "fiddle" to get the date in while running OPC which works BUT I am putting PHP code, html form code, setting Session variables and updating SQL by editing in admin in the main page. Work fine and its easy to pick up the date later but I am concerned that seems a very insecure method of coding the functionality in - any comments ?
Order Delivery Date - Version: 2.5.2
One-Page Checkout - Version: v1.5.0
Re: One-Page Checkout [Support Thread]
Did you apply the patches for Order Delivery Date, as identified in the OPC readme?
The plugin's design also utilizes jQuery as its AJAX interface to the various updates required. There are some Zen Cart plugins that use the MooTools interface that will need a little extra "care and feeding" for compatibility with One-Page Checkout. OPC's v1.0.8 release provides the changes that enable interoperation with MooTools, but some plugin-specific changes might be needed in addition — specifically:
- Order Delivery Date. You'll need to copy that plugin's jscript*.* files to the /includes/modules/pages/checkout_one directory and modify the file jscript_a-mootools.js, adding the highlighted line to the top of that module:
//MooTools, , My Object Oriented (JavaScript) Tools. Copyright (c) 2006-2009 Valerio Proietti, , MIT Style License.
jQuery.noConflict();