• Resolved chrisconquerors

    (@chrisconquerors)


    Hey Ashwini,

    Again, amazing plugin! But I have a small suggestion.
    A lot of people don’t require registration on their site. I am one of them. Can you add in an option to skip the login/registration form?

    I edited the code and changed it this way:

    public.js

    jQuery('#wpsc_tickets_container').html(wpsc_admin.loading_html);
      var data = {
        action: 'wpsc_tickets',
        setting_action : wpsc_setting_action
      };

    Change to:

    jQuery('#wpsc_tickets_container').html(wpsc_admin.loading_html);
      var data = {
        action: 'wpsc_tickets',
        setting_action : wpsc_get_create_ticket
      };

    Next update you do this code will change back to the default you have, so that’s why I’m asking for the option in a next update.

    Thanks and I really love the plugin!
    Chris

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Skip login’ is closed to new replies.