[Plugin: WP E-COMMERCE] Currency symbol issues
-
Hi Guys.
While using WP E-Commerce, the products list both Price and Shipping Price, which is fine.
When it was set to use dollars, it would display like:
Price: $10.00
Shipping: $1.00Now I’ve set it to use Pound Sterling, it displays like:
Price: £10.00
Shipping: Â&po10.00Why is it doing that?
<span class="pricedisplay">Â&po0.00</span>I have
<meta charset="utf-8" />and tried different DOC TYPES. I assume it’s the WP E-COMMERCE plugin that hasn’t been marked up properly.
<p class="pricedisplay"><?php _e('Shipping', 'wpsc'); ?>:<span class="pp_price"><?php echo wpsc_product_postage_and_packaging(); ?></span></p>
The topic ‘[Plugin: WP E-COMMERCE] Currency symbol issues’ is closed to new replies.