| Author |
Message |
notafinga

Joined: Nov 03, 2007
Posts: 16
|
Posted:
Sun Aug 03, 2008 2:41 am |
|
Well I see you locked the topic but maybe you can consider this or actually tell me how to make it work now.
I have setup 2 packages that are basically a Silver and Gold package.
Silver package will let the customer download any themes available commercial for 6 months and the Gold for a year, I need to be able to make it where this expires automatically so I don't have to manually track it myself and make those changes.
Now I went to the bottom of the item configuration and was going to change the # of Hours to Download: to say for a year 8765 but it will only allow 3 characters and not 4.
Now maybe another good idea (atleast in my head) is the abilty to add a theme normally and if you have already purchased that silver package it will add to your account.
I know you locked the topics thats why I am curious if this is something I can change now in the current version.
Thanks and once again you have an awesome shop man. |
| |
|
|
 |
Guardian

Joined: Dec 09, 2006
Posts: 248
|
Posted:
Sun Aug 03, 2008 12:49 pm |
|
The number of hours allowed for download you could probably enter directly in the relevant DB field - I have not checked the field structure but the current limitation is probably only restricted by the 'form' code.
Sorry I couldn't help with the other bits. |
_________________ Code Authors Nuke Reviews |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 754
|
Posted:
Tue Aug 05, 2008 9:18 am |
|
Guardian's suggestion would work, but you would have to make a change to the db structure to get 4 #'s in there. It won't hurt anything to change it but it is set to a limit of 3. Use phpmyadmin to edit the item_allowed_hours row and change the 3 to a 4. If you really want to get fancy, you could edit the form to allow more then 3 #'s also.
As for adding themes normally and having it added automatically, it would be possible to do by adding some custom code to the lib/fundtions.payment.php. I'm not sure how your coding skills are, but if you need any help with this just let me know. |
| |
|
|
 |
notafinga

Joined: Nov 03, 2007
Posts: 16
|
Posted:
Tue Aug 19, 2008 10:00 pm |
|
Thanks guys.. um I guess I am up for a challenge I just hope I dont screw anything up.
I really love this program you have. I just hope I get this fixed before I get to many customers and need to track them manually  |
| |
|
|
 |
|
|