Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Aug 2014
    Location
    Atwater, CA
    Posts
    7
    Plugin Contributions
    0

    Default Re: Orders placed, but no record of it. No Downloadable product presented after payme

    As far as I am able to tell, everything is the way the posts above have suggested. I am so lost here. Anyone want to earn some money LOL

  2. #12
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: Orders placed, but no record of it. No Downloadable product presented after payme

    What is the file-extension of the file that's to be downloaded? There's an .htaccess in the /download directory that limits the files via the following fragment:
    Code:
    # but now allow just *certain* necessary files:
    <FilesMatch "(?i).*\.(zip|gzip|pdf|mp3|swf|wma|wmv|wav|epub|ogg|webm|m4v|m4a)$">
      Order Allow,Deny
      Allow from all
    </FilesMatch>

  3. #13
    Join Date
    Aug 2014
    Location
    Atwater, CA
    Posts
    7
    Plugin Contributions
    0

    Default Re: Orders placed, but no record of it. No Downloadable product presented after payme

    All of the downloads are mp4 or zip files

  4. #14
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: Orders placed, but no record of it. No Downloadable product presented after payme

    Quote Originally Posted by TangledVision View Post
    All of the downloads are mp4 or zip files
    So, do the zip files download, but not the mp4? Try editing /download/.htaccess to add the mp4 file extension to the "allowed" list:
    Code:
    #
    # @copyright Copyright 2003-2013 Zen Cart Development Team
    # @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    # @version GIT: $Id: Author: DrByte  Fri May 17 14:29:18 2013 -0400 Modified in v1.5.2 $
    #
    
    AuthType Basic
    AuthName "No access"
    AuthUserFile .htnopasswd
    AuthGroupFile /dev/null
    #Require valid-user
    
    
    ###############################
    #
    # This is used with Apache WebServers
    #
    # The following blocks direct HTTP requests to all filetypes in this directory recursively, except certain approved exceptions
    # It also prevents the ability of any scripts to run. No type of script, be it PHP, PERL or whatever, can normally be executed if ExecCGI is disabled.
    # Will also prevent people from seeing what is in the dir. and any sub-directories
    #
    # For this to work, you must include either 'All' or at least: 'Limit' and 'Indexes' parameters to the AllowOverride configuration in your apache/conf/httpd.conf file.
    # Additionally, if you want the added protection offered by the OPTIONS directive below, you'll need to add 'Options' to the AllowOverride list, if 'All' is not specified.
    # Example:
    #<Directory "/usr/local/apache/htdocs">
    #  AllowOverride Limit Options Indexes
    #</Directory>
    ###############################
    
    # deny *everything*
    <FilesMatch ".*">
      Order Allow,Deny
      Deny from all
    </FilesMatch>
    
    # but now allow just *certain* necessary files:
    <FilesMatch "(?i).*\.(zip|gzip|pdf|mp3|mp4|swf|wma|wmv|wav|epub|ogg|webm|m4v|m4a)$">
      Order Allow,Deny
      Allow from all
    </FilesMatch>
    
    <IfModule mod_headers.c>
      <FilesMatch "(?i).*\.(zip|pdf|mp3|mp4|swf|wma|wmv|wav|epub|ogg|m4v|m4a)$">
        # tell all downloads to automatically be treated as "save as" instead of launching in an application directly
        # ALERT: ForceType requires Apache2 or later. If using older version of Apache, it will need mod_mime installed. Or just comment out the ForceType line below
        # (to disable, just comment the next 2 lines by adding a '#' at the beginning of each):
        ForceType application/octet-stream
        Header set Content-Disposition attachment
      </FilesMatch>
    </IfModule>
    
    IndexIgnore */*
    
    
    ## NOTE: If you want even greater security to prevent hackers from running scripts in this folder, uncomment the following line (if your hosting company will allow you to use OPTIONS):
    # OPTIONS -Indexes -ExecCGI

  5. #15
    Join Date
    Aug 2014
    Location
    Atwater, CA
    Posts
    7
    Plugin Contributions
    0

    Default Re: Orders placed, but no record of it. No Downloadable product presented after payme

    I added mp4 to the file, made a test purchase for a zip and a mp4 file. No download for either.

  6. #16
    Join Date
    Aug 2014
    Location
    Atwater, CA
    Posts
    7
    Plugin Contributions
    0

    Default Re: Orders placed, but no record of it. No Downloadable product presented after payme

    I just noticed that the shopping cart does not empty after going thru a successful order either.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 1
    Last Post: 28 Jan 2013, 10:43 PM
  2. add shipping costs after the sale? and can I edit orders after placed?
    By Mellon in forum Built-in Shipping and Payment Modules
    Replies: 11
    Last Post: 7 Jan 2011, 03:55 PM
  3. Orders placed after 5
    By wayneh in forum Managing Customers and Orders
    Replies: 1
    Last Post: 1 Apr 2009, 02:44 PM
  4. Order Placed but no record of it found in Cart!! PayPal CHARSET
    By Peace Freak in forum Managing Customers and Orders
    Replies: 64
    Last Post: 17 Oct 2006, 06:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR