Jamroom Logo
User Support Forum
Jamroom Announcements:
Thoughts on Jamroom 2.20
cmaguire



Joined: 22 Apr 2004
Posts: 705

Posted: 12/15/04 15:56 
Yeah thanks Brian!!! I am majorly excited about this release.

Can't wait.

Chris

Back to top
NorKoastal



Joined: 13 Mar 2004
Posts: 5
Location: NorKal

Posted: 12/24/04 12:04 
Not sure if these ideas have already been posted but what the hay...

I would love to see Jamroom integrate a 2 tiered Events section into the script. This would allow for regular events and designated (sponsored) Events to fall under another Heading (Bigger HomePage Display) Artists need Venue promotion for easier access to new clubs... Having an artist place their event up without my input allows a bigger footprint once outside users catch on.

A (Better than VB calendar) to tie in with the above updates...

Check out www.Slapshack.com

Back to top
bandmassa



Joined: 17 Feb 2005
Posts: 3
Location: Hobart, Tasmania (Australia)

Posted: 02/17/05 15:23 
Hey, now PayPal supports Australian Dollars, it'd be nice if the Jamroom store allowed AU dollars as an option, too.

Is there a hack that could be done for current users to enable that feature in existing installations?

Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37116
Location: Seattle, WA

Posted: 02/17/05 17:59 

bandmassa:
Hey, now PayPal supports Australian Dollars, it'd be nice if the Jamroom store allowed AU dollars as an option, too.

Is there a hack that could be done for current users to enable that feature in existing installations?


Bandmassa - welcome to the Jamroom forums!

Thanks for letting me know about this - I didn't know PayPal was now accepting Australian Dollars. I've already added it to my to-do list for the next version.

For now, you can modify the "store.php" file and look for this code:


Code

$_cur = array(
'USD' => $language['store'][13],
'CAD' => $language['store'][14],
'EUR' => $language['store'][15],
'GBP' => $language['store'][16],
'JPY' => $language['store'][17]
);


change it to:


Code

$_cur = array(
'AUD' => 'Australian Dollar',
'USD' => $language['store'][13],
'CAD' => $language['store'][14],
'EUR' => $language['store'][15],
'GBP' => $language['store'][16],
'JPY' => $language['store'][17]
);


then in the jamroom/include/jamroom-theme.inc.php file, look for this code (around line 1124):


Code

switch ($row['item_ccode'])
{
case 'USD': $_irep['{CURRENCY_SYMBOL}'] = '$'; break;
case 'CAD': $_irep['{CURRENCY_SYMBOL}'] = '$'; break;
case 'EUR': $_irep['{CURRENCY_SYMBOL}'] = '€'; break;
case 'GBP': $_irep['{CURRENCY_SYMBOL}'] = '£'; break;
case 'JPY': $_irep['{CURRENCY_SYMBOL}'] = '¥'; break;
default: $_irep['{CURRENCY_SYMBOL}'] = '$';
}


change it to:


Code

switch ($row['item_ccode'])
{
case 'AUD': $_irep['{CURRENCY_SYMBOL}'] = '$'; break;
case 'USD': $_irep['{CURRENCY_SYMBOL}'] = '$'; break;
case 'CAD': $_irep['{CURRENCY_SYMBOL}'] = '$'; break;
case 'EUR': $_irep['{CURRENCY_SYMBOL}'] = '€'; break;
case 'GBP': $_irep['{CURRENCY_SYMBOL}'] = '£'; break;
case 'JPY': $_irep['{CURRENCY_SYMBOL}'] = '¥'; break;
default: $_irep['{CURRENCY_SYMBOL}'] = '$';
}


(oops - make sure and set the Auastralin line to look the same as the USD one - it should be the raw "html entity" code but this forum is actually converting them).


Hope this helps!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
Display posts from previous:   
User Support Forum
Jamroom Announcements

< Previous123456
 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.