Home Forums WC Vendors Pro Support State Feild not working on Vendor App

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #62906
    patrick
    Participant

    I don’t think this is related to the recent update.

    On my site, on the Vendor application, the “State” field is a normal text field.

    On my user admin the state field is a drop down menu.

    Due to the above no state imputed information on the vendor app does not makes it to the admin side.

    I did notice class-wcvendors-pro-admin-vendor-controller.php the below code

    	'_wcv_store_state' => array(
    	'label'       => __( 'State/County', 'wcvendors-pro' ),
    	'description' => __( 'State/County or state code', 'wcvendors-pro' ),
                            'class'       => 'js_field-state'
    					),

    Removing “‘class’ => ‘js_field-state'” removes the drop down menu from the admin side, and imputed information on the vendor app then shows up.

    Due to not finding any mention of this issue on this forum, is it possible my settings are wrong? Or should I go ahead and remove the “‘class’ => ‘js_field-state'” ?

    #63792
    patrick
    Participant

    Still hoping for an answer to this

    #64466
    patrick
    Participant

    This cant be that hard to answer.

    On the Vendor application, the “State” field is a normal text field.

    On the admin the state field is a drop down menu.

    Due to the above no state imputed information on the vendor app does not makes it to the admin side.

    #64495
    Anna
    Member

    @patco
    I just tested several times, and if I save the State field in the vendor application, it also saves in the admin.
    I do not think your settings are wrong, as there really are no settings for this.

    The only trouble with removing the line that saves those values, is if a vendor enters a state code that is incorrect it would cause issues with the vendor shipping.. but if it prevents the issue and you have the vendors enter a proper state name or two digit alpha code, then it should not cause an issue to remove it.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘WC Vendors Pro Support’ is closed to new topics and replies.