• Resolved alexforq

    (@alexforq)


    I’m not good in the PHP, so for two days unsuccessfully trying to customize the display name of the vendor in each product (using Multivendor plugin).

    Need: to display the name of the seller next to each product and he had his reputation that users can change.

    Help me please, I will be very grateful! Sorry for bad english.

    https://www.ads-software.com/plugins/wp-e-commerce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • hey! alexforq. i was trying to do the same myself. after struggling i finally came to this much only. this may not be enough but it may guide you and others.

    open up wpsc-list_view.php or wpsc-grid_view.php located in your theme. (not theme in wp e-commerce folder, theme in themes folder)
    paste this code in place where it suits your need. i pasted it in table under <td class=’wpsc_price_td’>

    <!----- display name of vendor in products ---->
    <p>shop: <a href="/values/index.php?author=<?php the_author_ID(); ?>"><?php the_author_nickname(); ?></a></p>

    this only shows the author or vendor name linked to their posts. however, it shows only admin posts and other shop posts from vendors. if i click a vendor, the site says no posts found.
    i wish someone could evaluate and perfect this.

    cheers

    Hi @emuter @alexforq,

    I have this funny feeling that you might be using an older version of the vendors plugin. What link did you download it from?

    Failing that we’re making some modifications to the vendors plugin for the upcoming WP e-Commerce marketplace that should be ready in the next couple of weeks. Maybe mid January.

    Watch our blog for more information ??

    Best,
    Dan

    @alexforq if you are happy to contribute code to this project please follow what we’re doing on github / flick a note to [email protected] ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Showing vendor's name and his reputation’ is closed to new replies.