Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Someone has to be clever enough to figure this out


LisaT

Recommended Posts

Posted

I've posted this forum several times now with a weird problem and so far I've had no solution - now getting desperate!

I have added [cont]more info in popup boxes and it's all working fine EXCEPT for the price which is showing up a strange L character instead of the ? sign.

It's really confusing because popup_image.php is calling <?php echo $products_price; ?> which displays a ? sign everywhere else on my cart. Where on earth is this strange L characted coming from and how do I replace it with a ?????

You can see the problem @ Reed Express by selecting any product and clicking the enlarge image link

Posted
I've posted this forum several times now with a weird problem and so far I've had no solution - now getting desperate!

I have added [cont]more info in popup boxes and it's all working fine EXCEPT for the price which is showing up a strange L character instead of the ? sign.

It's really confusing because  popup_image.php is calling <?php echo $products_price; ?> which displays a ? sign everywhere else on my cart. Where on earth is this strange L characted coming from and how do I replace it with a ?????

You can see the problem @ Reed Express by selecting any product and clicking the enlarge image link

 

Just guessing, but I'd try changing the font to one that you know for sure supports the symbol... some are configured for $ and not pounds, would be my guess....

MS Reference Serif, and Terminal, are 2 fonts that I know do have that symbol built in...

in Windows, click START, the RUN charmap, to check out which fonts will support that symbol, and which wont.... then just add the tag

<font= 'whatever'> ? </font>

surrounding your ?, and see what happens....

 

Hope this works.. good luck.

 

RR

 

 

*(just curious, but does your "4" key have the ? over it, and not the dollar sign?)

Posted

Turns out it was a javascript error. Someone had figured it out a few days ago and posted it to the more info in popup_image.php contribution.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...