• 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)
  • Thread Starter chrisconquerors

    (@chrisconquerors)

    I just found out that the code above does not work. It messes up other functions, so please do not use it!

    Plugin Contributor Nikhil G

    (@nsgawli)

    Hello @chrisconquerors,

    If you want to allow create a ticket without login then you can use [wpsc_create_ticket] shortcode. It will be like a contact form. Another way is to go to Support > Settings > General > Allow guest ticket and enable it.

    Thread Starter chrisconquerors

    (@chrisconquerors)

    Hello @nsgawli,

    That shortcode did exactly what I needed!
    Thanks!

    Chris

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Skip login’ is closed to new replies.