Dollar sign issue in courier dropdown

BlueMonkey

No avatar

2007-02-03 00:02

I just installed Quick Cart. When I changed the currency in the config file to dollar. Everything was ok, with the exception of the drop down menu for courier prices. Here is the code as read:

<?php
Courier:
</th>
<td>

<select name="iCourier" onchange="ordersCouriers( this );">
<option value="">
Choose
</option>


<option value="2|20.00">DHL - 20.00 \tion value="3|30.00">FedEx - 30.00 \tion value="1|0.00">Free Delivery - 0.00 \tion value="4|15.00">USPS - 15.00 \ </select>

?>

I did not make any changes to the code yet. This was the only change. I tried using "\$" and no effect.

» Quick.Cart v2.x

treewood (OpenSolution)

Avatar: treewood

2007-02-03 10:36

BlueMonkey - but i dont see any problems ... what is the problem? maybe give link?

BlueMonkey

No avatar

2007-02-05 15:51

Sorry can't give link b/c its on a secure server. However, the problem is that the list comes up as a single line instead of as a list.

Example:

DHL 2|20.00 tion Fedex 3|30.00 tion Free Delivery 0.00 tion USPS 15.00

Instead it should be:

DHL 20.00 $
FedEx 30.00 $
Free Delivery 0.00 $
USPS 15.00 $

It is clearly a problem with the dollar sign. When I use any other currency symbol, the drop down displays correctly.

treewood (OpenSolution)

Avatar: treewood

2007-02-05 16:09

BlueMonkey - strange because the same couriers are in demo version of QC. Please try this and check:
http://opensolution.org/Quick.Cart/demo/

BlueMonkey

No avatar

2007-02-05 21:00

The problem was fixed when I used '&#36' instead of '$'

Back to top
about us | contact