studio

site development

Welcome, Guest
Please Login or Register.    Lost Password?
Forum is locked
How to move currency symbol behind cost? Forum is locked
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to move currency symbol behind cost?
#494
How to move currency symbol behind cost? 1 Year, 11 Months ago Karma: 0
I have a small problem. I need currency symbol behind cost in Total summary. It works for list but if i moved symbol in VALUJS on the end, javascript stop working for whole orderlist

This i have in language.ini
Code:


VALU= %d CZK
VALUJS= +%s CZK



and working solution, but with currency before cost
Code:


VALU= %d CZK
VALUJS= 'CZK'+%s





Does any1 idea how to fix it ?
xeth
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/03/11 20:23 By xeth.Reason: adding more information about problem
The topic has been locked.
 
#495
Re: How to move currency symbol behind cost? 1 Year, 11 Months ago Karma: 6
you should use for VALUJS:
Code:

VALUJS= %s+' CZK'
Igort
Administrator
Posts: 560
graph
User Offline Click here to see the profile of this user
The topic has been locked.
 
#501
Re: How to move currency symbol behind cost? 1 Year, 11 Months ago Karma: 0
Yes, it works. Thanks
xeth
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/03/12 17:26 By xeth.
The topic has been locked.
 
Go to topPage: 1
Moderators: Igort
get the latest posts directly to your desktop