Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Nov 2006
    Posts
    514
    Plugin Contributions
    0

    Default [Done v1.3.9e]Auth.Net SIM - Safari checkout_success page= Bad links no css or images

    Using Safari the customer sees and completes the Authorize.net SIM payment page, clicks submit (and is approved) Authorize.net grabs the "checkout_success" page from my store and displays on "https://secure.authorize.net/gateway/transact.dll" missing CSS, images and some of the links are bad (page hyper links are via https://secure.authorize.net/ not https://mystore.com/ )

    All other browsers work fine except safari (Windows) and safari mac (v. 4 & 5).


    When I set up Authorize.net SIM a few weeks ago, I tested it with safari and it displayed correctly. I am running zen cart 1.39d and 138a both show this issue. My "response" and "receipt" URL settings in my Authorize.net Merchant Profile are left BLANK. I am using the MD5 Hash.

    I have already called Authorize.net and they say its a problem with the zc code, which on my 138a store has not changed since installing SIM. Does anyone else see this issue?
    Zencart 1.3.9h - PHP 5.2.13 - My SQL 5.0.84 - Apache 1.3.41

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    4,994
    Plugin Contributions
    6

    Default Re: All users? Authorize.Net SIM Safari checkout_success page= Bad links no css or im

    Anything in the debug files inside the cache folder?
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

  3. #3
    Join Date
    Nov 2006
    Posts
    514
    Plugin Contributions
    0

    Default Re: All users? Authorize.Net SIM Safari checkout_success page= Bad links no css or im

    The transactions are going through, so no alerts, I turned on the logging, is there anything I should be looking for? everything looks ok, with no error messages. Again, the success page displays fine on every browser but safari...

    Here are a few things I thought(guessing) might be worth noting:

    PHP Code:
    [x_relay_response] => TRUE
    [x_relay_URL] => https://www.xxxxxxxx.com/index.php?main_page=checkout_process

    [x_receipt_link_method] => POST
    [x_receipt_link_text] => Click here to complete your order.
    [
    x_receipt_link_url] => https://www.xxxxxxxx.com/index.php?main_page=checkout_process
    [zenid] => xxxxxxxxxxxxxxx
    [url] => https://secure.authorize.net/gateway/transact.dll 
    PHP Code:
    [HashMatchStatus] => PASS
    [url] => https://secure.authorize.net/gateway/transact.dll 
    Zencart 1.3.9h - PHP 5.2.13 - My SQL 5.0.84 - Apache 1.3.41

  4. #4
    Join Date
    Nov 2006
    Posts
    514
    Plugin Contributions
    0

    Default Re: All users? Authorize.Net SIM Safari checkout_success page= Bad links no css or im

    Zencart 1.3.9h - PHP 5.2.13 - My SQL 5.0.84 - Apache 1.3.41

  5. #5
    Join Date
    Oct 2009
    Posts
    53
    Plugin Contributions
    0

    Default Re: All users? Authorize.Net SIM Safari checkout_success page= Bad links no css or im

    any word on this?

    I use IExplorer and get the same problem with all customers.

    Once it is SUCCESSFUL, it shoots them to the "success" page, but no images show, no CSS, nothing.. just Text.

    What could cause this?

  6. #6
    Join Date
    Nov 2006
    Posts
    514
    Plugin Contributions
    0

    Default Re: All users? Authorize.Net SIM Safari checkout_success page= Bad links no css or im

    IE 8 works ok for me as does all browsers except Safari 5. Your issue may be related to not having SSL? I have read a few zc posts about that. This issue (above link) has more to due with Safari 5's handling of zc's checkout_success <base hrefs> on Authorize.Net's server specifically.
    Zencart 1.3.9h - PHP 5.2.13 - My SQL 5.0.84 - Apache 1.3.41

  7. #7
    Join Date
    Nov 2006
    Posts
    514
    Plugin Contributions
    0

    Default Absolute URLs now needed on checkout_success page for Authorize.Net SIM Safari 5

    When using Authorize.Net SIM with Safari 5, the checkout_success page has no css or images [All other browsers ok]:

    Safari 5 ignores the <base> tag in the source html and instead uses the actual url "https://secure.authorize.net/gateway" as the <base> so all links using the <base> tag are broken, including CSS, Images and js.

    example source code:
    PHP Code:
    <base href="https://www.mysite.com/" />

    <
    link rel="stylesheet" type="text/css" href="includes/templates/mysite/css/mystylesheet.css" /> 
    What is displayed:
    PHP Code:
    <base href="https://secure.authorize.net/gateway/" />

    <
    link rel="stylesheet" type="text/css" href="includes/templates/mysite/css/mystylesheet.css" /> 
    thus https://secure.authorize.net/gateway...stylesheet.css etc... more info


    Is there anyway to fix this issue? or have Absolute URL's on this page?
    Zencart 1.3.9h - PHP 5.2.13 - My SQL 5.0.84 - Apache 1.3.41

  8. #8
    Join Date
    Aug 2008
    Posts
    115
    Plugin Contributions
    0

    Default Issue with Authorize.net SIm module on completed orders

    We, like others recently, have had issue with the Auth.net SIM module. It seems to now be working again (thanks Dr. Byte for his workaround , and maybe to Authorize.net for undoing whatever they did).

    However, upon running a "process offsite SIM" test order, i noticed that we still have have an odd behavior. Once the transaction is completed and the shopper is passed back to zencart, the page that loads does so without applying Css styles, & scripts, etc. Whats loading in my browser is just the HTML for the ZC "Thank you for your order" confirmation page. At the same time, the browser address bar still shows "https://secure.authorize.net/gateway/transact.dll" as the address, rather than the zencart site address.

    I assume this explains why the CSS is not being loaded ...as while the path references in the HTML ARE correct, the browser isn't looking for it in the right domain?


    As advised via the ZC SIM Set-up FAQ, we have verified our Auth.net settings:
    Response/Receipt URLs:
    - there are only 2 "Default" options, both options are blank.
    Relay Response & Silent POST URL
    - both are also blank

    Any ideas as to why this is happening?

  9. #9
    Join Date
    Aug 2008
    Posts
    115
    Plugin Contributions
    0

    Default Re: Issue with Authorize.net SIm module on completed orders

    No one have any thoughts or suggestions??

  10. #10
    Join Date
    Aug 2008
    Posts
    115
    Plugin Contributions
    0

    Default Re: All users? Authorize.Net SIM Safari checkout_success page= Bad links no css or im

    I can confirm that i too was seeing this response while using Safari 5 Browser ...though I do not know if it was restricted to Safari , or not.

    My site in question does indeed use its own SSL.

    I noticed that they have this posted (as of July 1st) at Auth.net:
    http://community.developer.authorize...e/m-p/3838#M31

    Take note of the line for SIM : "Please note that the Relay Response field order has changed."

    I don't know enough about the SIM module to know if this might have had the impact we're experiencing??
    Last edited by stride-r; 2 Jul 2010 at 01:40 PM.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Images with links on home page
    By Matt Smith in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Jan 2010, 06:35 AM
  2. Where is checkout_success page?
    By df1810 in forum General Questions
    Replies: 2
    Last Post: 18 Jan 2009, 06:28 AM
  3. Authorizenet AIM module: AUTH+CAPTURE a sale, AUTH only a presale?
    By donplay in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 12 Nov 2008, 09:40 PM
  4. Images misaligned in Safari, after making template changes
    By carilivia in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 8 Oct 2008, 08:23 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
  •