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.
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?
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.
Providing you with financial services for your business - merchant accounts, echeck solutions, small business loans, and chargeback prevention services. Exceptional customer service.
Is that NMI gateway used by the authorize.net payment method?
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.
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:
copy and replace with: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>
paste the copied php on line 64, afterPHP Code:
?>
then add:PHP Code:
ENTRY_COMPANY_MIN_LENGTH, ENTRY_COMPANY_TEXT);
}
directly afer so the pasted code looks like:PHP Code:
<?php
Hope that helps!!!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
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;
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)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.
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
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 ...
Bookmarks