sitemap  |  contact

Sakic.Net Forum
08 August 2008, 02:45 *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Save money on product bundles: http://www.sakic.net/support/order/
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  Products / Vodes / Re: how to use on: 08 April 2008, 01:52
you need to use the code like Saka sids on his post, and maybe using it in the post or submit button on your form , first reading the balance of the user and then compare the blance with the amount of your service, if the amount is more than the user balance redirect the user to the vodes purchase area.
2  Products / Vodes / Re: helllppp..!!! on: 08 April 2008, 01:49
Try to post here the name of the component , plugin etc and maybe we can help you Wink
3  Products / Vodes / Re: Changing the currency? on: 08 April 2008, 01:46
yes its posible.

you need change around the line 76 to 83 the simbol for euro ( €) to this for dollar ( $ )

example:
--------------------
<option value="50.00">50 &#8364; (500 <?php echo _VODE_VODES; ?>)</option>

to:
<option value="50.00">50 &#36; (500 <?php echo _VODE_VODES; ?>)</option>

--------------------

and you are ready to go Smiley
Pages: [1]