Page 75 of 281 FirstFirst ... 2565737475767785125175 ... LastLast
Results 741 to 750 of 2805
  1. #741
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    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.

  2. #742
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    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?

  3. #743
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    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.

  4. #744
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    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?

  5. #745
    Join Date
    Mar 2011
    Posts
    33
    Plugin Contributions
    0

    Default 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.
    myDEBUG-one_page_checkout-2.zip

    Here is development url :

    http://www.cartoonbox.ga

    Really Appreciate any help.

  6. #746
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by ntestinfo11 View Post
    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.
    myDEBUG-one_page_checkout-2.zip

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

  7. #747
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by soxophoneplayer View Post
    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 (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.

  8. #748
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by ntestinfo11 View Post
    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.
    myDEBUG-one_page_checkout-2.zip

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

  9. #749
    Join Date
    Mar 2018
    Location
    Cornwall
    Posts
    26
    Plugin Contributions
    0

    Default 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

  10. #750
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default 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();

 

 

Similar Threads

  1. Set number of products displayed per page (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 146
    Last Post: 2 Nov 2023, 12:50 AM
  2. v151 Banners In Main Page - Support Thread
    By stevesh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2021, 03:36 PM
  3. v151 Site Map/Page Not Found: Combined [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 4 Jan 2016, 02:19 PM
  4. v151 PayPal Express Checkout Using NVP 84.0 [Support Thread]
    By lat9 in forum Addon Payment Modules
    Replies: 32
    Last Post: 28 Dec 2015, 04:54 PM
  5. Checkout Amazon Style -- Support Thread
    By CJPinder in forum All Other Contributions/Addons
    Replies: 72
    Last Post: 13 Apr 2011, 08:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR