Zen Cart Logo
Forums / All Other Contributions/Addons / One-Page Checkout [Support Thread]

One-Page Checkout [Support Thread]

Views: 629,396

Results 741 to 760 of 3,078
9 Feb 2018, 8:45 PM
#741
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

One-Page Checkout [Support Thread]

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.

9 Feb 2018, 8:59 PM
#742
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

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?

9 Feb 2018, 9:07 PM
#743
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: One-Page Checkout [Support Thread]

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.

9 Feb 2018, 9:33 PM
#744
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: One-Page Checkout [Support Thread]

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?

6 Apr 2018, 10:05 AM
#745
ntestinfo11 avatar

ntestinfo11

New Zenner

Join Date:
Mar 2011
Posts:
39
Plugin Contributions:
0

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.

6 Apr 2018, 11:54 AM
#746
soxophoneplayer avatar

soxophoneplayer

Totally Zenned

Join Date:
Feb 2008
Posts:
534
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

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??

6 Apr 2018, 1:12 PM
#747
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: One-Page Checkout [Support Thread]

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.

10 Apr 2018, 12:11 PM
#748
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: One-Page Checkout [Support Thread]

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".

17 Apr 2018, 4:02 PM
#749
shayne avatar

shayne

New Zenner

Join Date:
Mar 2018
Location:
Cornwall
Posts:
26
Plugin Contributions:
0

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

17 Apr 2018, 4:17 PM
#750
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

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:
  1. 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();
17 Apr 2018, 8:50 PM
#751
shayne avatar

shayne

New Zenner

Join Date:
Mar 2018
Location:
Cornwall
Posts:
26
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

I rather hope it woild be a trivial !! Never mind. I shall have a look and see if I get anywhere.
Query - Has anybody actually HAD the two working together?

18 Apr 2018, 11:11 AM
#752
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: One-Page Checkout [Support Thread]

shayne:

I rather hope it woild be a trivial !! Never mind. I shall have a look and see if I get anywhere.
Query - Has anybody actually HAD the two working together?
Yes, and with the above edit, mentioned in the readme, they inter-operate just fine.

18 Apr 2018, 8:09 PM
#753
rwj99 avatar

rwj99

New Zenner

Join Date:
Apr 2018
Location:
South Carolina
Posts:
2
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

Any Idea what causes this problem? I have new install Zen cart version 1.5.5e with Winchester_responsive template V155 and just installed One Page Checkout and PayPal express, use shipping modules UPSxml and USPS. click on Paypal Express button, enter Paypal account, password and method of payment (Paypal) Paypal then returns to web page and displays two messages 1st contact store owner..... 2nd expedited checkout not available........ No log file is created- Google console displays #otshipping missing.

18 Apr 2018, 8:16 PM
#754
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: One-Page Checkout [Support Thread]

@RWJ99, I'll need to look at this in the morning (I'm sure I'll have additional questions). My puzzlement is that I've got a client running one of the zc1.5.5 variants with OPC and the winchester_responsive template without issue.

One thing before I go for the day: How did you install the base Zen Cart?

18 Apr 2018, 9:42 PM
#755
shayne avatar

shayne

New Zenner

Join Date:
Mar 2018
Location:
Cornwall
Posts:
26
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

I have a number of modifications made - mainly to blank out unneeded displays so I wanted to check that none of those caused the issue

So I went back and did a "raw install" with the demo data with just the two add ins as the only changes and got the same problem.

I will run through this from scratch again tomorrow .

I followed the docs implicitly - just a query though on ODD - the 155 load includes two template folders
YOUR_TEMPLATE and YOUR_TEMPLATE_RESPONSIVE - I am using classic responsive. Am I renaming these folders wrongly ? Though I think I have tried all combinations and missing each out!.

But as I said earlier both OPC and ODD work fine when installed seperately i just "lose" the delivery date feature when they are combined.
I will go again (again) through the readme but I cant see anything amiss

19 Apr 2018, 11:44 AM
#756
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: One-Page Checkout [Support Thread]

shayne:

I have a number of modifications made - mainly to blank out unneeded displays so I wanted to check that none of those caused the issue

So I went back and did a "raw install" with the demo data with just the two add ins as the only changes and got the same problem.

I will run through this from scratch again tomorrow .

I followed the docs implicitly - just a query though on ODD - the 155 load includes two template folders
YOUR_TEMPLATE and YOUR_TEMPLATE_RESPONSIVE - I am using classic responsive. Am I renaming these folders wrongly ? Though I think I have tried all combinations and missing each out!.

But as I said earlier both OPC and ODD work fine when installed seperately i just "lose" the delivery date feature when they are combined.
I will go again (again) through the readme but I cant see anything amiss
The OPC's readme is pretty clear, I think, on the purpose of that YOUR_RC_CLONE directory. If you're using the responsive_classic (or better yet, a clone thereof), then the template's header formatting is different. In that case you'll make all the merges identified in the /YOUR_TEMPLATE directories (other than the /includes/templates/YOUR_TEMPLATE/common) and then merge your current copy of /includes/templates/your-current-template/common/tpl_header.php with the like-named file in the plugin's YOUR_RC_CLONE directory.

The readme update regarding the need for the Order Delivery Date MooTools update occurred in early November, 2016. I've searched through this support thread (because someone reported the issue) but no-go.

19 Apr 2018, 9:15 PM
#757
rwj99 avatar

rwj99

New Zenner

Join Date:
Apr 2018
Location:
South Carolina
Posts:
2
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

lat9:

@RWJ99, I'll need to look at this in the morning (I'm sure I'll have additional questions). My puzzlement is that I've got a client running one of the zc1.5.5 variants with OPC and the winchester_responsive template without issue.

One thing before I go for the day: How did you install the base Zen Cart?

New install using Filezilla and download from Zencart. Added the Winchester Responsive template. I can disable OPC and everything works fine and fails after clicking on Continue from the PayPal page.

19 Apr 2018, 9:57 PM
#758
shayne avatar

shayne

New Zenner

Join Date:
Mar 2018
Location:
Cornwall
Posts:
26
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

Back to my OP with ODD problem
I have tried all combinations i can think of.
I took ZC 1.5.5f with demo data and loaded it from clean - responsive classic template
Works fine
Added One Page Checkout 1.5.0 - works fine .
Started again from total scratch - loaded ZC then
Added Order Delivery Date 2_5_2 BUT DID NOT LOAD OPC - works fine

Then loaded OPC and did the README instructions as far as I can see precisely. OPC works fine - no sign of the Delivery Date any more.

Then started from scratch again and did it the other way - ZC in Fine , OPC in - Fine , ODD in - no trace of Date but OPC is still fine.
Either I am having a stupid day or there is another wheel off somewhere.

I did however wonder whether I had grasped quite what you exactly mean by

"YOUR_TEMPLATE" "your-current-template"and "YOUR_RC_CLONE"
I only have the one template responsive classic - straight from the ZC install so i presumed this is what was meant by all those labels ?

20 Apr 2018, 10:17 AM
#759
shayne avatar

shayne

New Zenner

Join Date:
Mar 2018
Location:
Cornwall
Posts:
26
Plugin Contributions:
0

Re: One-Page Checkout [Support Thread]

Enabling the OPC inm admin turns off the ODD - so I presume its some template issue.
But I cant see how and time is awasting !
I think either I am being really stupid - and I would love to have somebody tell me how !
Or this is just toooo messy.

I kludged it by adding the Delivery Date input bit into the the Special Comments section in the OPC stuff and my initial fiddle ( by adding it in as simple form code in the Main_Page) works finetoo. so I have two ways forward . But it would be lovely to do it "properly"

20 Apr 2018, 12:51 PM
#760
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: One-Page Checkout [Support Thread]

@shayne, the ODD plugin requires changes to the checkout_payment and checkout_confirmation pages ... neither of which are used by the OPC processing.

As you'd indicated, you'll need to make template-override versions of one of the OPC's template sections. To add the ODD information to the comments area, you'll copy /includes/templates/template_default/templates/tpl_modules_opc_comments.php to /includes/templates/your-template-name/templates and make your edits there.