| Author |
Message |
enjie

Joined: Aug 09, 2007
Posts: 8
|
Posted:
Fri Oct 12, 2007 3:11 am |
|
How do i install Digital Shop to another site. i install it to a different site but it says the licence is not valid for that site
and is there anyway to add regular products on digital shop? like a Tee Shirt or something like that
Thanks |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Fri Oct 12, 2007 10:26 am |
|
At this point, each purchase of the shop will get a license for only one domain so you would have to purchase it again to run it on another site. Or, when the original license expires, you will be able to change it to a different domain at no cost. I plan on making it easier to add more domains to a single license, but the coding to do so is somewhat complicated and I haven't had the time get to it just yet.
The shop is designed to only sell digital goods and doesn't handle tangible goods in an automated way (So you could add tangible goods, but you would need the users to send you their shipping info upon purchasing). |
| |
|
|
 |
enjie

Joined: Aug 09, 2007
Posts: 8
|
Posted:
Fri Oct 12, 2007 12:52 pm |
|
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Fri Oct 12, 2007 1:42 pm |
|
No Problem.
Thank you too
Also, feel free to add any suggestions or feature requests to the suggestion thread. I'm in the process of working on the next version but there is still plenty of time to add more stuff to the list. |
| |
|
|
 |
enjie

Joined: Aug 09, 2007
Posts: 8
|
Posted:
Fri Oct 12, 2007 1:48 pm |
|
Hi, i have install the digital shop and when i add category images, shop files and item images none of them get uploaded to the server.
i put all my image and shop files folders in the storage/shop and cmmd all of them to 777 set them right in admin are as well but noting is getting uploaded |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Sat Oct 13, 2007 8:04 am |
|
You are probably going over the upload limit set by your host. Some hosts set the limit as low as 2MB and that is for all files combined. You can try smaller files and if you want to find the upload limit, make a php file and put this in it.
| php: |
echo ini_get('upload_max_filesize');
|
Upload that file to your site and access it with your browser. |
| |
|
|
 |
enjie

Joined: Aug 09, 2007
Posts: 8
|
Posted:
Sun Oct 14, 2007 3:55 pm |
|
i checked my upload limit but it's 2MB
am trying to upload
an mp3 file - 748KB
a JPG Imag-432KB
and they are not being uploaded
it might be something else |
| |
|
|
 |
|
|