Currency Layout

11.03.2011 13:11
#1
mediawarna
Joomshopping forum user no avatar
Name: haryanto
30.01.2011
Posts: 23
Quote
Currency Layout

Hi there it's me again :)
Almost finish setting joomshopping for my site. There's a few more thing i would like to ask.

1. how to chang the currency position when you added the price attribute? Hmm.. i don't know to say it well in english, here's the snapshot.
Currency Layout
As you can see, the currency (Rp) moved back after the price value when i changed the quantity.

if i'm not describe it clear enough, you're welcome to see it live in my site.

Thank you (again)
Currency Layout

 
11.03.2011 21:42
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Currency Layout

Do not see any problems on our test site.
Did you change your code

Website URL:?

 
12.03.2011 05:32
#3
mediawarna
Joomshopping forum user no avatar
Name: haryanto
30.01.2011
Posts: 23
Quote
Aw: Currency Layout

change the template layout & css, don't know which one that effected this currency position.

http://mediawarna.com

 
12.03.2011 09:41
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Currency Layout

Yes. Basic price bug.

fix.
file
\components\com_jshopping\js\functions.js

function reloadAttribSelectAndPrice
....
jQuery("#block_basic_price").html(basicPrice+" "+currency_code);

replace to
jQuery("#block_basic_price").html(currency_code+" "+basicPrice);


 
12.03.2011 14:18
#5
mediawarna
Joomshopping forum user no avatar
Name: haryanto
30.01.2011
Posts: 23
Quote
Aw: Currency Layout

Wow.. works like a charm! Like always, this the best support forum. I have recommended this component at id-joomla forum (indonesian joomla community). Thanks bro, you're the best!

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.