Sales Price doesn't show in Grid View

Hi, I had a couple of people that we’re getting frustrated that grid_view was not displaying the sales price,, instead it was just showing the normal price without the discount,,,
The problem lies in the theme file grid_view.php
Check your HTMl that displays the price it should look like this:

<span class="pricedisplay"><?php echo wpsc_product_normal_price(); ?></span>Price:

But REALLY it should look like this:

<span class="pricedisplay"><?php echo wpsc_the_product_price(); ?></span>Price:

Hope this helps. Ill make sure it gets fixed in the next release.

best
Jeff

2 thoughts on “Sales Price doesn’t show in Grid View

  1. Sounds good. Mine did not have the issue though. I am wondering if it is possible to create a clear gif over the item with a SALE tag if the item is discounted.- Like this- http://shop.helensvalebmx.com/category/sales

    and also have the old price crossed out like that.

    Any ideas? I’m no code monkey. But this would look great on my site :)

  2. That does sound cool! And it is definately doable. You can either get a developer to do the job or hire me to produce a patch for ya.

    Best
    Jeff

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>