Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter emuter

    (@emuter)

    i managed to make the plugin work with current version of wordpress. however, the user cordinates are not being updated at front end. also the marker is not showing. but at backend everything is working fine.

    please provide me with a hint. i’m almost there with a little assistance.

    thank you.

    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

Viewing 2 replies - 1 through 2 (of 2 total)