Page 88 of 279 FirstFirst ... 3878868788899098138188 ... LastLast
Results 871 to 880 of 2784
  1. #871
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by getaped View Post
    Great, that worked. The company name field also needs to be fixed.
    I'll get that corrected next ...

  2. #872
    Join Date
    Jul 2017
    Location
    All over
    Posts
    82
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    So I recently changed Internet gateways, and figured out that this plugin doesn't work.

    First, we weren't getting ANY error, it was just refreshing the page.

    Then we updated we started getting the invalid card error which we see was an error going back to late last year.

    This was an issue in both test & live mode & even with my own credit card.

    So we had to disable it & then the transaction worked.
    Providing you with financial services for your business - merchant accounts, echeck solutions, small business loans, and chargeback prevention services. Exceptional customer service.

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by rapidfinancia1 View Post
    So I recently changed Internet gateways, and figured out that this plugin doesn't work.

    First, we weren't getting ANY error, it was just refreshing the page.

    Then we updated we started getting the invalid card error which we see was an error going back to late last year.

    This was an issue in both test & live mode & even with my own credit card.

    So we had to disable it & then the transaction worked.
    I'm sorry to hear that something in your configuration didn't work, but you haven't given me enough information to understand what the root-cause of your issue is.

    When you say you "changed Internet gateways", I'm assuming that this is for your payment method (which you don't mention). What payment method are you using? What "Internet gateway"? What shipping modules?

  4. #874
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    I'll get that corrected next ...
    I've got the update to correctly gather/store any company entry in the addresses available on GitHub. There are three added sections (see this commit for details) that are required for this process correction. It'll be part of the forth-coming v2.0.4 release.

  5. #875
    Join Date
    Jul 2017
    Location
    All over
    Posts
    82
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    I'm sorry to hear that something in your configuration didn't work, but you haven't given me enough information to understand what the root-cause of your issue is.

    When you say you "changed Internet gateways", I'm assuming that this is for your payment method (which you don't mention). What payment method are you using? What "Internet gateway"? What shipping modules?
    Hi,

    The procesor doesn't matter as it has nothing to do with this plugin.

    The gateway is NMI. I'm sorry that I assumed people know what an Internet gateway is. :)

    The shipping modules are:

    FedEx (fedexwebservices) and "FREE SHIPPING!" (freeshipper).

    Thanks a ton
    Providing you with financial services for your business - merchant accounts, echeck solutions, small business loans, and chargeback prevention services. Exceptional customer service.

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

    Default Re: One-Page Checkout [Support Thread]

    Is that NMI gateway used by the authorize.net payment method?

  7. #877
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Amen to that welcome back!
    Quote Originally Posted by rbarbour View Post
    Wow, welcome back!

    /includes/templates/template_default/tpl_modules_opc_address_block.php
    hahaha. Yeah it's been a LOOOOONG time no see for me. I miss hanging out here.. :) I got a job with an AMAZING org as a technical project manager for a mobile app project that SAVES LIVES. (Look up Guardian Connect - Android & iOS) That gig and the ones that followed required me to sorta step back on some of my side ventures. I've retained my long time clients, but had to stop accepting new work.. While I'd like to think I'm every woman, apparently I'm not!! **lol**

    Anyway.. @rbarbour I did indeed edit that file, but the entire country field disappeared. So I'm sure my editing is off.. What I want to do is to move the country field just below the name fields. I want the country placed before entering the address as some of the state/regional fields are dependent on the country selection. Our usability testers are asking suggesting we make this change. HELP por favor?? :)
    Last edited by DivaVocals; 1 Jul 2018 at 03:46 AM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #878
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by DivaVocals View Post
    hahaha. Yeah it's been a LOOOOONG time no see for me. I miss hanging out here.. :) I got a job with an AMAZING org as a technical project manager for a mobile app project that SAVES LIVES. (Look up Guardian Connect - Android & iOS) That gig and the ones that followed required me to sorta step back on some of my side ventures. I've retained my long time clients, but had to stop accepting new work.. While I'd like to think I'm every woman, apparently I'm not!! **lol**

    Anyway.. @rbarbour I did indeed edit that file, but the entire country field disappeared. So I'm sure my editing is off.. What I want to do is to move the country field just below the name fields. I want the country placed before entering the address as some of the state/regional fields are dependent on the country selection. Our usability testers are asking suggesting we make this change. HELP por favor?? :)
    Crystal,

    I hope doing all that work for for Android & iOS apps hasn't blurred your memory that much. , I'm glad you are doing well! I still have that $200 bottle of Vodka and visiting Vegas in Oct.

    anywhoooooo, my lines may be off here and look different but here goes.

    line 98, find:
    PHP Code:
    $field_name = "zone_country_id[$which]";
    $field_id = "country-$which";
    ?>
          <label class="inputLabel" for="country-bill"><?php echo ENTRY_COUNTRY?><?php if (zen_not_null(ENTRY_COUNTRY_TEXT)) echo '<span class="alert">' ENTRY_COUNTRY_TEXT '</span>';?></label>
          <?php echo zen_get_country_list($field_name$address['country'], "id=\"$field_id\""); ?>
          <div class="p-2"></div>
    copy and replace with:
    PHP Code:
    ?> 
    paste the copied php on line 64, after
    PHP Code:
    ENTRY_COMPANY_MIN_LENGTHENTRY_COMPANY_TEXT);

    then add:
    PHP Code:
       <?php
    directly afer so the pasted code looks like:
    PHP Code:
    $field_name = "zone_country_id[$which]";
    $field_id = "country-$which";
    ?>
          <label class="inputLabel" for="country-bill"><?php echo ENTRY_COUNTRY?><?php if (zen_not_null(ENTRY_COUNTRY_TEXT)) echo '<span class="alert">' ENTRY_COUNTRY_TEXT '</span>';?></label>
          <?php echo zen_get_country_list($field_name$address['country'], "id=\"$field_id\""); ?>
          <div class="p-2"></div>
          
       <?php
    Hope that helps!!!
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

  9. #879
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,668
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Hello Cindy - doing a total site rebuild on a new fresh install version 1.5.5f - OPC version 2.0.1 - site is https://www.treeoflifejewellery.com.au/testsite/ which has PayPal express checkout and PayPal Pro activated - Guest Checkout is enabled as 'true' -

    as a Guest (not logged in) at checkout OPC worked fine when selecting method of payment as PayPal (did a transaction through to completion/confirm order and it went through OK) - however selecting credit card I am getting the following pop up dialogue box message;

    HTML Code:
    Please make the following corrections:
    
    * The credit card number must be at least 10 characters.
    * The 3 or 4 digit CVV number must be entered from the back of the credit card.
    the credit card is a Visa so has the required number of characters - seems to me that it is not recognizing that characters are being added to the respective lines even though they appear OK when typed in. I have tried a few times with the same result.(after cache cleared and system reboot)

    myDEBUG has about 4400+ lines and contains personal data so I won't post it in here - I didn't see any references to 'errors' in it though, but I'm not sure what I would be looking at anyway. I cannot confirm that it works on the original site as it is version 1.5.1 and I don't have OPC working on it.

    I am not sure what other information I can offer at present - if you need more information please ask.

    cheers,
    Mike

  10. #880
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: One-Page Checkout [Support Thread]

    Mike, make sure that you're using OPC v2.0.3 (a couple of important bugfixes since 2.0.1) ... but there hasn't been change since v2.0.1 that would have bearing on your issue.

    I'll send you a PM with my direct email address so you can send over that OPC debug information.

    Update: Your PM inbox is full ...

 

 

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