Home Forums WC Vendors Pro Support Registration page issues

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 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #57200
    ryan
    Participant

    When users click register on my site, it takes them to a 404 page not found.. I did my reading and tried setting permalinks to no avail.. my theme has an option built in to toggle on/off registration overlay.. if its on it brings up a registration form.. if its off it goes to a 404. Is this controlled by wc vendors plugin?

    #57215
    Anna
    Member

    Hello,
    For WC Vendors we hook into the WooCommerce /my-account/ registration.
    If this is the BuddyBoss theme- their overlay is weird.. and their registration takes you to the BuddyPress registration NOT the WooCommerce Registration.
    The 404 is likely showing because the buddypress registration page is not set, maybe?

    If you delve into the header-aside.php template, you can move it to your child theme and change out the links to lead to the /my-account page for registration rather than the buddypress registration.

    Or IMPLORE them to change this or help you change this by sending them a ticket and letting them know that to properly work with WC Vendors their registration links should lead to the /my-account registration NOT the buddypress registration.

    #57316
    ryan
    Participant

    yes this is the marketplace, ill open a ticket with them, but first ill take a crack at your suggestion. I was also curious since my site is pretty much good to roll if youd still be willing to assist with the CSS tweak to make the sloppy auction font look better? When viewing an auction it doesnt look correct to me.. kind of smashed and weird as you had mentioned a few weeks back

    #57331
    Anna
    Member

    Ryan,
    Sure- please reply with the url and I will see what I can do. 🙂
    For the header/login edits..
    I am just looking at it now, and it is a bit more complicated than I recall.
    Hold of on it for a bit until I get back to my desk and I can see what exactly it is that I had to do to change the links to the my-account. It looks like I actually removed their links and put in my own…..

    #57332
    ryan
    Participant

    didnt see your reply before i pasted this.. okay thank you!

    maybe im blind.. where is it lol

    option( ‘create-new-post’ );
    $bookmarks_page = buddyboss_sap()->option( ‘bookmarks-page’ );
    $bookmark_post = buddyboss_sap()->option( ‘bookmark_post’ );
    }
    ?>

    ” class=”header-button boss-tooltip underlined bookmark-page” data-tooltip=””>


    ” class=”header-button underlined boss-tooltip boss-setting-icon” data-tooltip=””>

    “>
    <?php

    }

    if ( is_user_logged_in() && buddyboss_is_bp_active() && $create_new_post_page && onesocial_get_option( ‘write_post_button’ ) ) {

    $href = trailingslashit( get_permalink( $create_new_post_page ) );
    //Keeping addnew post same if network activated
    if (onesocial_userblog_is_network_activated()) {
    $href = trailingslashit(get_blog_permalink( 1,$create_new_post_page ));
    }
    ?>
    ” class=”header-button boss-tooltip boss-write-story-icon” data-tooltip=”<?php _e( ‘Write a Story’, ‘onesocial’ ); ?>”>
    <i class=”bb-icon-write”></i>
    <?php }
    ?>

    <?php get_template_part( ‘template-parts/header-user-links’ ); ?>

    </div>
    </div>

    #57364
    ryan
    Participant

    Hi anna i was able to move the ugly overlay and get the registration page working on my own, thank you for your assistance, however.. the new login screen has everything except for the register as vendor check box?? how can i add it like your site

    #57379
    Anna
    Member

    Ryan,
    are you directing them to the my-account page?
    If so, then if you have the ability to apply enabled,that box should show up… (wp admin > woocommerce > wc vendors > general : Allow users or guests to apply to become a vendor

    Also make sure you have this enabled:
    wp admin > woocommerce > settings > accounts: Enable registration on the “My Account” page

    If you still using one of the buddybpss pages, then only setting I know of is: wp admin > buddyboss> marketplace > general: Show “Register As Vendor” Checkbox

    #57384
    Kabeer Bhatia
    Participant

    Hi,
    I want to have a vendor registration page separately.
    My accounts registration is convenient but a separate page is required.

    #57400
    Anna
    Member

    @KABEERB15
    I am going to answer your question in the other thread you started. Your question is unrelated to Ryan’s question(s).

    #57410
    ryan
    Participant

    there seems to be a lack of respect in these forums.. god bless the admins lol

    anyway.. im not sure which page its pointing to.. i had the buddyboss staff fix the 404 error.. so it goes to the attached page.. both those settings you mentioned are enabled.. but no dice 🙁

    #57415
    Anna
    Member

    Ryan,
    That’s the buddypress registration form. If you want the form we hook into, then we use the woocommerce /my-account page… so you’d direct to the my-account url on your site.

    When looking at my code from the modified templates on my site that uses this theme… I removed some links and added back in my own that lead to /my-account/.

    It was more than I thought.. I also created a div with my own icons.

    I will gather this for you if you wish; I’l need to make several github gists to share the code changes. They are not too extensive– just a few steps.

    #57417
    ryan
    Participant

    well that would be great.. and perhaps a brief tutorial on how to make those changes? Im really new to CSS.. im honestly trying my best to learn on w3schools… im also scared to break my site since im close to being done editing it lol If you can give me some insight on how to change it, and also the option of directing to the wc vendors page as an option ( so i know ) id really appreciate it..

    is it possible to add more fields to the registration form so i can get a better feel for the people trying to sell on my site? like to ask what products they sell? or link their outside website etc.

    thank you

    #57419
    ryan
    Participant

    i actually went under dash> settings> buddy press and set the page to none and now it looks normal with checkbox to apply for vendor… when i set it to register page or my account they both look the same… weird

    #57466
    Anna
    Member

    Ryan,
    Ok– so are you good with how you have the login/logout and registration now?

    #57470
    ryan
    Participant

    @fervous

    i thought i replied, but this is 50% working..

    setting the page to -none- under buddypress settings works, for users that utilize the register button from homepage, but for users that click “login” button from homepage that are in search of a register hyperlink it takes them to the attached screen, where the hyperlink on the bottom to “register” does nothing but bring them to a blank theme page that just has a header that reads “register”

    to me it looks like i have 2 different pages being fed for register and login.. the setup of them both look different.. how can i resolve this?

    also – the vendor redirect to dashboard after login does nothing but log the user in and return to the homepage
    i directly copied the code from the knowledge base and pasted in area on functions.php

    #57825
    ryan
    Participant

    @fervous

    Hi anna, just curious if you have any update on this for me.. i know ben says its the theme.. but the theme people keep directing me back to you, i even asked buddy press support forums.. big circle

    #57829
    ryan
    Participant

    i just got it working on my own by going to settings>buddypress> and setting the register page to “pro-dashboard”

    the my-account page seems to be under the control of the theme and wont work.. oh well, this will do for now

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