Jump to content

Authorize.net not working


Recommended Posts

Hi, Authorize.net doesn't seem to be working on my site. I have SSL installed and am using the Authorize.net AIM module. Here are the details:

 

Using PrestaShop™ version 1.5.4.1

Using Authorize.net module version 1.4.4

In Production mode in both Prestashop & Authorize.net

Put in correct ID & Key in module

SSL is installed

 

Issue: When I check out, and try and Select my payment method, I try and click on one of the credit card images listed, and nothing happens. A screenshot of the page is attached.

 

Here is a link to the site: https://shedtheeclectichome.com

 

Thank you in advance.

post-719764-0-99278500-1382647635_thumb.png

Link to comment
Share on other sites

  • 2 weeks later...
  • 7 months later...

I'm going to bump this as I have the same issue.  I've also seen a couple other threads with similar issues and no resolution. 

 

So I've looked in Firebug, and the code does exist for the payment module to enter your CC info, but it seems like the links do not actually activate that block of code.  The hyperlink is just "#". 

 

If you need a website to test: www.ialwaysnguyen.com

<a id="click_authorizeaim" style="display: block;text-decoration: none; font-weight: bold;" title="Pay with AuthorizeAIM" href="#">


<img style="vertical-align: middle;" alt="Visa Logo" src="/modules/authorizeaim/cards/visa.gif">


<img style="vertical-align: middle;" alt="Mastercard Logo" src="/modules/authorizeaim/cards/mastercard.gif">


<img style="vertical-align: middle;" alt="Discover Logo" src="/modules/authorizeaim/cards/discover.gif">

  Secured card payment 

</a>
 
STARTING HERE the following code is grayed out, like it is hidden. 
 

<div id="aut2" style="display:none">


<br>


<br>


<div style="width: 136px; height: 145px; float: left; padding-top:40px; padding-right: 20px; border-right: 1px solid #DDD;">


<input type="hidden" value="A1000006" name="x_solution_ID">


<input type="hidden" value="4" name="x_invoice_num">


<input type="hidden" value="USD" name="x_currency_code">


<label style="margin-top: 4px; margin-left: 35px;display: block;width: 90px;float: left;">Full name</label>


<input id="fullname" type="text" maxlength="25S" size="30" name="name">


<img style="margin-left: 5px;" alt="" src="/modules/authorizeaim/img/secure.png">


<br>


<br>


<label style="margin-top: 4px; margin-left: 35px; display: block;width: 90px;float: left;">Card Type</label>


<select id="cardType">


<img style="margin-left: 5px;" alt="" src="/modules/authorizeaim/img/secure.png">


<br>


<br>


<label style="margin-top: 4px; margin-left: 35px; display: block; width: 90px; float: left;">Card number</label>


<input id="cardnum" type="text" autocomplete="Off" maxlength="16" size="30" name="x_card_num">


<img style="margin-left: 5px;" alt="" src="/modules/authorizeaim/img/secure.png">


<br>


<br>


<label style="margin-top: 4px; margin-left: 35px; display: block; width: 90px; float: left;">Expiration date</label>


<select id="x_exp_date_m" style="width:60px;" name="x_exp_date_m">

/

<select name="x_exp_date_y">


<img style="margin-left: 5px;" alt="" src="/modules/authorizeaim/img/secure.png">


<br>


<br>


<label style="margin-top: 4px; margin-left: 35px; display: block; width: 90px; float: left;">[spam-filter]</label>


<input id="x_card_code" type="text" maxlength="4" size="4" name="x_card_code">


<img style="margin-left: 5px;" alt="" src="/modules/authorizeaim/img/secure.png">


<img id="[spam-filter]_help" alt="" title="the 3 last digits on the back of your credit card" src="/modules/authorizeaim/img/help.png">


<br>


<br>


<img id="[spam-filter]_help_img" style="display: none;margin-left: 211px;" alt="" src="/modules/authorizeaim/img/[spam-filter].png">


<input id="asubmit" class="button" type="button" style="margin-left: 124px; padding-left: 25px; padding-right: 25px;" value="Validate order">


<br class="clear">


</div>

Edited by NSXelrate (see edit history)
Link to comment
Share on other sites

  • 6 months later...
×
×
  • Create New...