Page 213 of 279 FirstFirst ... 113163203211212213214215223263 ... LastLast
Results 2,121 to 2,130 of 2784
  1. #2121
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by Carbonless View Post
    ZC 1.5.7c
    ZCAbootstrap
    OPC 2.3.9

    upon clicking on checkout, I recieve the same error that Designs75 mentions in post:



    I made the change to includes/classes/shipping.php per your link above, and the same error persists... I'm stummped.

    Thanks to the AMAZING insight of Lat9... the issue was resolved by turning on otshipping in the admin>modules>order total>Shipping

    It was off as the only "Shipping" method is Store Pickup. Once turned on, issue resolved!

    THANK YOU LAT9!
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  2. #2122
    Join Date
    Jun 2014
    Posts
    135
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    @lat9
    Hi Cindy,

    Problem:
    Customer checks out w/o making an account.
    When customer wishes to submit a product review then customer needs an account after all.
    Would it be possible to let the customer to enter her/his email address + one or more of the obligatory fields entered at checkout or perhaps the order number?
    Or are there other solutions perhaps?

    Just removing the code that prevents submitting reviews w/o account seems a bad idea to me...

    Thanks,

    jpda

  3. #2123
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,400
    Plugin Contributions
    87

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jpda View Post
    @lat9
    Hi Cindy,

    Problem:
    Customer checks out w/o making an account.
    When customer wishes to submit a product review then customer needs an account after all.
    Would it be possible to let the customer to enter her/his email address + one or more of the obligatory fields entered at checkout or perhaps the order number?
    Or are there other solutions perhaps?

    Just removing the code that prevents submitting reviews w/o account seems a bad idea to me...

    Thanks,

    jpda
    The Reviews Updated (https://www.zen-cart.com/downloads.php?do=file&id=1442) plugin enables a store to have guests write reviews.

  4. #2124
    Join Date
    Jun 2014
    Posts
    135
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    The Reviews Updated (https://www.zen-cart.com/downloads.php?do=file&id=1442) plugin enables a store to have guests write reviews.

    Thanks for your very quick response! :)
    I will try it, seems a very reliable autor

    jpda

  5. #2125
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Adding the OPC to my main site... using OPC 2.3.9 , with ZCA Bootstrap 3.2 and bs4OPC 1.02

    When entering the OPC on the site, it isn't allowing the credit card fields to be displayed... using Square Payments Module 1.5
    Click image for larger version. 

Name:	Screen Shot 2021-12-19 at 3.58.07 PM.jpg 
Views:	48 
Size:	44.4 KB 
ID:	19858
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  6. #2126
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,400
    Plugin Contributions
    87

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by Carbonless View Post
    Adding the OPC to my main site... using OPC 2.3.9 , with ZCA Bootstrap 3.2 and bs4OPC 1.02

    When entering the OPC on the site, it isn't allowing the credit card fields to be displayed... using Square Payments Module 1.5
    Click image for larger version. 

Name:	Screen Shot 2021-12-19 at 3.58.07 PM.jpg 
Views:	48 
Size:	44.4 KB 
ID:	19858
    Did you copy the Square Payments module's jscript_*.js/php file to the checkout_one directory?

  7. #2127
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Did you copy the Square Payments module's jscript_*.js/php file to the checkout_one directory?
    no I hadn't. I copied it to the checkout_one directory in the same folder... I now can enter the cc fields, however, I'm still getting this warning once I click on shopping cart:
    Click image for larger version. 

Name:	Screen Shot 2021-12-20 at 2.55.43 PM.jpg 
Views:	35 
Size:	8.8 KB 
ID:	19859
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  8. #2128
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by Carbonless View Post
    no I hadn't. I copied it to the checkout_one directory in the same folder... I now can enter the cc fields, however, I'm still getting this warning once I click on shopping cart:
    here is my setup
    Click image for larger version. 

Name:	Screen Shot 2021-12-20 at 3.03.11 PM.jpg 
Views:	29 
Size:	39.1 KB 
ID:	19860
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  9. #2129
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,400
    Plugin Contributions
    87

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by Carbonless View Post
    no I hadn't. I copied it to the checkout_one directory in the same folder... I now can enter the cc fields, however, I'm still getting this warning once I click on shopping cart:
    Click image for larger version. 

Name:	Screen Shot 2021-12-20 at 2.55.43 PM.jpg 
Views:	35 
Size:	8.8 KB 
ID:	19859
    If you enable your browser's "Developer Tools" (F12 for Windows-based browsers) and then click the Console tab, there will be messages issued by the OPC's jQuery that identify what elements are missing.

  10. #2130
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    If you enable your browser's "Developer Tools" (F12 for Windows-based browsers) and then click the Console tab, there will be messages issued by the OPC's jQuery that identify what elements are missing.

    ahhh.. I changed #ottotal> div:first-child to #ottotal > , removing the div tag... that removed the error
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

 

 

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