Re: How to set up downloadable products
manually entering the URL brings the full file
http://summersbookstore.com/download/ISBN0072253703.zip
downloading from the options manager does not, its been my experience the .htaccess is primarily used for security on apache/*nix servers to prevent sploits.... did you integrate the file names redirection into it?
Re: How to set up downloadable products
Item Name File Size Filename Link Expires Remaining
C++ Demystified: A Self-Teaching Guide 2.57 MB ISBN0072253703.zip Unlimited --- *** ---
Unlimited days remaining for downloading
><
Re: How to set up downloadable products
Make a small download, such as the test.zip that comes with Zen Cart ...
Do you have any issues with this following a checkout?
Re: How to set up downloadable products
Just checked the PHP and Mysql Server there both working fine, the php is running on the ISAPI Module so its force redirection is disabled by default by i doubled checked just to make sure... the zen cart dl script is somehow limiting the the size or maybe its trying to verify zip file contents?
Re: How to set up downloadable products
Re: How to set up downloadable products
Physically go to your Zen Cart Admin ... Attribute Settings ...
Turn OFF the:
Quote:
Download by Redirect
Use browser redirection for download. Disable on non-Unix systems.
Note: Set /pub to 777 when redirect is true
Re: How to set up downloadable products
Code:
Attributes Controller
Products Listing for: Products ID#181 - in Category: windows test
test download
EDIT PRODUCT
PRODUCTS PRICE MANAGER
TO DEFAULT ORDER
PREVIEW ATTRIBUTES
DELETE ALL
PRODUCT
CATEGORY
Multiple Categories Link Manager
where is this option?
Re: How to set up downloadable products
Where is what option?
The Attribute Settings located in the Admin ... Configuration ... Attribute Settings?
Re: How to set up downloadable products
Got it its working now... this needs to be a sticky for people that own there own windows webserver...
Re: How to set up downloadable products
http://phpnuke-uk.net/modules.php?na...ewtopic&t=4361
do you see this mailhack for smtp servers that was made for phpnuke? i would like to port that to zencart... is the creater of the code here somewhere so i can ask where the files are i would need to change the (mail function?
look down that page to see the post by henke_2005 i use that bypass the phpmailer functions and it works great... who can help me port this for zencart?