XFileSharing Pro - Upgrade to Premium show features problem

Message
Author
isset1988
Posts: 12
Joined: Sep 11, 2015 9:39 am

Upgrade to Premium show features problem

#1 Postby isset1988 » Oct 13, 2015 7:58 am

Hello,

I see that on my op=payments, the features are not right.
For example,
-i have unlimited upload storage for all users and shows me this "-". When i open the comparison file, i see this <li> - </li>.
-i have monthly price 4$ and now when i change the monthly price to 4€, shows me the old price.

Any help? :)

Steve9e8
Posts: 81
Joined: Jun 19, 2014 11:27 am

#2 Postby Steve9e8 » Oct 14, 2015 6:57 pm

Hello

For the first problem:

open ( comparison.html ) again by any text editor ...
go to " <div class="premium_plan"> " ... and change " <li> - </li>" to :
" <li> <TMPL_VAR disk_space_prem> </li> "

Then go to " <div class="registered_plan"> " ... and change " <li> - </li>" to :
<li> <TMPL_VAR disk_space_reg> </li>

Now in payments page, the exact values should appear ...

2nd problem :

Go to the page ( payment_buy_with.html ) ... open it with any text editor... and try to find the value ( <TMPL_VAR currency_symbol> ) ... change it to ( <TMPL_VAR currency_code> )
Now put ( EUR ) or ( € ) in " Currency " option in admin settings ... it should work now

isset1988
Posts: 12
Joined: Sep 11, 2015 9:39 am

#3 Postby isset1988 » Oct 16, 2015 12:14 pm

oooo thank you for the quick response!

I use your instruction and solve my problem :)

Steve9e8
Posts: 81
Joined: Jun 19, 2014 11:27 am

#4 Postby Steve9e8 » Oct 16, 2015 4:50 pm

welcome ;)