Home Forums WC Vendors Pro Support eBay Like Seller Information Box

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 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #52751
    Todd
    Participant

    Hello,

    I’m loving WC Vendors so far. I just need some help getting an eBay like seller information box. When you click on an item on eBay, it pulls up the item and on the right it shows the seller information. KC which includes:

    Username (clickable)
    Feedback Score with Stars
    Percentage of Positive Feedback
    Visit Store Button
    View Sellers Other Items button

    Is it possible to have a box like this with WC Vendors? I’m not experienced in coding to do it myself, but would be willing to pay for the service if necessary. Any help would be appreciated.

    All the Best,

    Aaron

    #52811
    Todd
    Participant

    Any help please?

    #52866
    Anna
    Member

    Hello,
    Where do you want the username that is clickable to link to?
    I can help with some of these; username, feedback number & stars (not percentage), and visit store.

    #52940
    Todd
    Participant

    Anna,

    Thank you so much for the reply. I would like clicking the username to link to their personal store page. Thank you so much!!!

    Aaron

    #53055
    Todd
    Participant

    Hi Anna or anyone that can help,

    Did you have any luck doing this? Thank you so much.

    All the Best,

    Todd

    #53117
    Anna
    Member

    Todd,
    OK– that was fun. 😉
    This is a two part process.
    First, add this to your style.css file in your theme/child theme. You can always change the styles– this is just my base styling for the info box:
    https://gist.github.com/fervous/e8f059c8e2b67bd7147423076f3aa26e

    Second, add this to your theme/child theme functions.php file:
    https://gist.github.com/fervous/397e0b3e2f294b53f53cfe70480f0b03

    Any further styling or alterations are up to you. But this gives you a good place to start. 😉
    Enjoy.

    #53188
    Todd
    Participant

    Anna,

    Thank you so much for doing this! It was fine for a minute, but then I didn’t want the categories display to show on the individual product pages. When I removed the categories section from the product pages in functions.php the seller information box no longer shows up. Any help with that? Like I said, I’m more than willing to pay you to get this exactly how I want it.

    Thank you so much,

    Aaron

    #53202
    Anna
    Member

    When I removed the categories section from the product pages in functions.php the seller information box no longer shows up.

    Hmm.. well what did you do to remove the categories?
    I am not sure why this would affect the code I gave to you… but.. if you could let me know what exactly you did, i might get an idea.

    #53211
    Todd
    Participant

    Anna,

    I fixed the issue and was able to get it to show back up, but the vendor’s stars/feedback doesn’t show up. Even though the vendors don’t have reviews yet, I have it set to start them at 5 stars until their 1st feedback, but it’s not showing up. Any advice? Thanks so much for all your help with this! Here is a page example:

    https://www.smartelectronix.info/shop/verizon-wireless-unlimited-data-hotspot/

    All the Best,

    Aaron

    #53224
    Todd
    Participant

    Anna,

    Please ignore my last post as I got that to work as well. It now shows up, but a client left that vendor a vendor rating, but it’s not showing up. Also to finalize the Seller information section, could you help me with putting a box around that section? Thank you so much for everything.

    All the Best,

    Aaron

    #53265
    Anna
    Member

    Hello,
    The css that I gave you does include styling for a box…
    try altering it just a bit. It looks like I put in two div#seller-info-meta in the first css snip. Change the css part to this:

    
    div#seller-info-meta{
    display:inline-block;
    max-width:100%;
    height:auto;
    border:1px solid #eaeaea;
    padding:2px 8px;
    background-color:#fafafa;
    border-radius:2px;
    margin-top:5px; 
    margin-bottom:5px;
    }
    div#seller-info-meta img{
    border:none;
    height:auto;
    width:35px;
    border-radius:100%;
    }
    #53281
    Todd
    Participant

    Hi Anna,

    For some reason it’s not showing up still. I changed the code and all. Any suggestions? You can see it here, https://www.smartelectronix.info/shop/verizon-unlimited-data-mifi-6602l-4g-lte-xlte-160month-3-days-trial/.

    #53283
    Anna
    Member

    Hello,
    Well try using the woo product meta to style.
    Try this in the child theme/theme style.css:
    `.woocommerce .product_meta {
    border: 1px solid #eee;
    padding: 0 4px;
    width: 80%;
    }

    #53296
    Todd
    Participant

    Thanks for the fast reply Anna. I tried that just now and still no box around it.

    #54763
    Jesper
    Participant

    Hi! Have looked for this. But have some issues and questions.

    1. Store owner or store icon not showing in the box (just blank)

    Overlook now

    Q Is it possible to show user profile picture instead of Store icon?
    Best if possible to move stor owner bar to box like this
    Move bar
    And is it possible to show location like when you visit user store see
    shop

    Montage of have it would look:
    montage

    #54767
    Jesper
    Participant

    Forgot that the shop owner bar maybe is from the them (marketplace)
    Box like this so like this works
    montage

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