• In version 6.00.31 of the plugin, the “Pay Now” button is missing from the payment page (ex: domain.com/payments/?id=XX$fname=XXXX).

    I’ve tracked this down to a misspelling of “AUTHORIZE” in evr_content.php on line 187:

    if ($company_options['payment_vendor']=="AUHTHORIZE"){

    should be

    if ($company_options['payment_vendor']=="AUTHORIZE"){

    http://wordpress.org/plugins/event-registration/

  • The topic ‘Return to Pay URL – Missing "Pay Now" button’ is closed to new replies.