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
on February 18, 2010
at 9:47 pm
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
on February 19, 2010
at 6:48 am
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