Home Forums Plugin or Theme Compatibility Changing link "add new product" and "edit products"

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 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #4636
    misterwho
    Participant

    I ask for help to this topic https://www.wcvendors.com/help/topic/frontend-store-vendor-administration/#post-4635

    and Ben suggesting other plugin so what I need to do is to direct the “add new product” and “edit products” button on the vendor’s dashboard to my form.

    My question how will I do this?

    #4637
    WC Vendors Support
    Participant

    Edit the WC Vendors Templates. 🙂 Check the KnowledgeBase, top menu bar! Full of good info there including the HOWTO for this. 🙂

    Ben

    #4639
    misterwho
    Participant

    Hey I didn’t check that sorry I tried it and follow the instructions but on the step #14 to #17 I lost it can you rephrase it I can’t understand it and confusing.

    When I implemented it the link buttons “add new product” and “edit products” it’s just redirecting me to my main page of my website.

    #4641
    misterwho
    Participant

    BTW the

    “14.) Now open up: /wp-content/themes/YOURTHEME/wc-product-vendor/dashboard/links.php and add this code to it, anywhere you like. If the file doesnt exist on your site, copy it from the /wp-content/plugins/wc-vendors/views/ directory that all the plugin template files are in.”

    I copied my “links.php” file from
    /wp-content/plugins/wc-product-vendor/templates/dashboard/links.php

    not to

    /wp-content/plugins/wc-product-vendor/views/links.php

    and I paste the “links.php” to my

    /wp-content/themes/MYTHEME/wc-product-vendor/dashboard/links.php

    and the contents of my links.php is this
    <center>
    <p>
    ” class=”button”>View Your Store
    ” class=”button”>Store Settings

    <?php if ( $can_submit ) { ?>
    ” class=”button”>Add New Product
    ” class=”button”>Edit Products
    <?php } ?>
    </center>

    <hr>

    echo do_shortcode( ‘[wpuf_dashboard post_type=”product”]’ );

    Is this correct?

    #4643
    misterwho
    Participant

    or maybe I just need to remove those 4 buttons after all I have alternative menu navigation I wonder how to do this?

    #4647
    Jamie
    Keymaster

    Hello,

    Step 14 was using our old file paths. I have updated the article to reflect the correct locations.

    cheers,

    Jamie.

    #4653
    misterwho
    Participant

    thanks but I’m still confused with the instruction. would you mind helping me removing the 4 buttons instead?

    #4661
    WC Vendors Support
    Participant

    Modifying templates is up to you.

    What are you having problems with still?

    #4663
    misterwho
    Participant

    When I implemented it the link buttons “add new product” and “edit products” it’s just redirecting me to my main page of my website.

    but I decided I want to remove the

    “View Your Store, Store Settings, Add New Product and Edit Products” buttons instead because I made a alternative side navigation menu

    just wondering where to edit that without breaking the plugin

    #4664
    WC Vendors Support
    Participant

    Since the add new product and edit products button now with WPUF probably does not have a dynamic URL, you should just make them a href’s to the new pages on your site.

    Tinker around, if you’ve ever edited HTML before, this is the same thing. 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘Plugin or Theme Compatibility’ is closed to new topics and replies.