Jump to content

Al Brookbanks

Staff
  • Posts

    6,665
  • Joined

  • Last visited

  • Days Won

    125

Posts posted by Al Brookbanks

  1. Thanks for this. Confirmed working. 1.0.4 released.

    15 hours ago, KirkM said:

    I would love to get this extension to return without that extra step by the customer to return to the store.  If they bail out without clicking the "confirm" button after the transaction is submitted, the order stays pending even though the transaction was completed on the authorize.net side.

    I can't find a way to do that and anything in the documentation that looks like it can do that seems to break the request to build the iframe URL. Frustrating.

    Saying this. The silent post url should be triggered before the button is clicked anyway? Maybe I'm wrong. 

  2. Thank you. I haven't been able to get around to looking at this. If you can share the code I'd be grateful. 

    Auth.net won't return to the default return URL which has parameters in it. For this reason we have to work around it with a custom return URL. This is breaking the path detection in CubeCart for the URL. 

    I'd suggest editing the email template to hard code the logo URL. 

  3. We don't have a partnership with Adyen but it's not required. They have exceptional documentation and the integration has been tested under their sandbox.

    Please do let us know how you get on. 

    Where are you referring to when you say no documents on the CubeCart page?

    We will reach out to Adyen to see if we can get our integration certified.

    • Like 1
  4. In order to make the YouTube videos responsive you need to add the following CSS.

    div[id^='ytplayer_'] {
    	position: relative;
    	padding-bottom: 56.25%; /* 16:9 */
    	padding-top: 25px;
    	height: 0;
    }
    div[id^='ytplayer_'] iframe {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    }

     

  5. You think you are using the latest version but you are not. 

    If in your folder structure you see and admin folder and a renamed admin folder it is likely that the admin folder (with latest code) is not in use!

    ./admin
    ./admin_abc123

    The name will vary but you need to rename the admin folder admin_abc123 and delete the admin_abc123 folder. 

  6. 3 hours ago, robertbell said:

    As long as the extension remains in the marketplace, it would be nice to keep it reasonably current. A start would be replacing mcrypt.

    Yes. Needs doing. Also the SagePay extension needs openssl instead of mcrypt.

×
×
  • Create New...