Home Forums WC Vendors Pro Support Remove fields from the Store address settings

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
  • #51965
    john
    Participant

    Happy New Year!

    Can someone please tell me if it’s possible to remove fields from the Store address on vendor settings?

    I need vendors to insert only the country for the Store address.

    Thank you!

    #56256
    Aiman
    Participant

    same question i want to remove zip code from signup form
    can anyone help us to achieve this ?

    #56321
    Anna
    Member

    Hello,
    You’ll need to edit the template: store-settings.php
    This is found here: wp-content/plugins/wcvendors-pro/templates/dashboard/store-settings.php

    If you have not yet modified templates, please read this article first:https://www.wcvendors.com/kb/changing-vendor-templates/

    You need to comment out this line, approx line 70:
    <?php WCVendors_Pro_Store_Form::store_address_postcode( ); ?>

    To look like this:
    <?php //WCVendors_Pro_Store_Form::store_address_postcode( ); ?>

    #57761
    Aiman
    Participant

    thanks Anna for your answer and sorry for my delayed reply 🙂 but unfortunately this solution only removed postcode field from store setting page not from signup page , so could you please help me to remove it from signup page

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