Jump to content

Search the Community

Showing results for tags 'auto-submit'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CubeCart News & Announcements
    • News & Announcements
  • CubeCart Support Forums
    • Issue / Bug Reporting & Feature Requests
    • Install & Upgrade Support
    • Official CubeCart Hosting
    • Technical Help
    • Customising Look & Feel
  • CubeCart Extension Marketplace
    • Visit the CubeCart Extension Marketplace
    • Extension Discussion
    • Developer Forum
  • General
    • General Discussion
    • Show Off

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location

Found 1 result

  1. I have the problem very much similar to >this conversation. I have modified the javascript to be this: $('img.autosubmit').each(function(){ if ($(this).hasClass('form-name')) { var formname = $(this).attr('rel');console.debug('CubeCart: auto-submitting '+formname); $('form#'+formname).submit(); } else {console.debug('CubeCart: auto-submitting ' +'this:'+$(this).attr('src')+' ' +'parent-form:'+$(this).parents('form').attr('id')); $(this).parents('form:first').submit(); } }); The console reports the string, then nothing. The submit() function does not fire. Even in the console where I can execute this: $('#gateway-transfer').submit(); Nothing happens. I have commented out the plugins.php call thinking that there may be javascript binding interfering, but no change. (It seems the currency and language drop-down selectors also don't work. I'll have to make some experiments with that.) I have made very few and inconsequential changes to the CC527 Mican skin. I have not yet tried on a different browser, nor a different skin, but looking at the template code for all the skins, there is no difference to how content.gateway.php is coded.
×
×
  • Create New...