100asa Posted May 31, 2005 Share Posted May 31, 2005 I'm an old user of osc, but I don't know to add a software to download. I also don't know how to able osc to have software to download Thanks everybody Skype: centoasa Skype: remigioruberto Link to comment Share on other sites More sharing options...
Winterchild Posted May 31, 2005 Share Posted May 31, 2005 You can add a download like an attribute. When you add the attribute to the product you can set filename and expiry etc. The file needs to be in the download folder (catalog? check in configure.php) and must match the download file name exactly there are download options in admin under configuration->download download controller (contribution) makes it easier I understand. You can easily add which order status enables download. When an order is placed it must be set to that status. Forum search Contributions search Documentation search (note: docs being adapted for MS3, may be different for MS2) 3 tips for better forum searching Want to post? Read this first: osCommerce for dummies Topic name etiquette Basics: Basics for design Right syntax to use near '-20, 20' Cannot re-assign $this Parse error Link to comment Share on other sites More sharing options...
Guest Posted June 2, 2005 Share Posted June 2, 2005 You can add a download like an attribute. When you add the attribute to the product you can set filename and expiry etc. The file needs to be in the download folder (catalog? check in configure.php) and must match the download file name exactly there are download options in admin under configuration->download download controller (contribution) makes it easier I understand. You can easily add which order status enables download. When an order is placed it must be set to that status. <{POST_SNAPBACK}> I'm having the same issue. I've done all this and have my files uploaded. Using a real credit card i made a test purchase but i'm not receiving a link to download the product. What else can I look for?? Link to comment Share on other sites More sharing options...
Guest Posted June 2, 2005 Share Posted June 2, 2005 order status needs to be set to updated Link to comment Share on other sites More sharing options...
Guest Posted June 2, 2005 Share Posted June 2, 2005 :-/ you know how many times i've read that? lol. WHERE do i find that setting? All the settings I see are "Pending" "Processing" and "Delivered". I'm just using the basic install. I tried using the Downloads Controller contrib, but there arent very clear directions on what files go where so its a guessing game if you're new to OScommerce Link to comment Share on other sites More sharing options...
Guest Posted June 2, 2005 Share Posted June 2, 2005 bumpity bump... I need to find this setting. WHERE is this? Link to comment Share on other sites More sharing options...
Winterchild Posted June 2, 2005 Share Posted June 2, 2005 Don't bump If you use the download controller contrib it says this in the instruction: Add a new Order Status, I call mine Updated and check its value in the orders_status table. Then set the value in the Admin for: Downloads Controller Update Status Value to this new value. Usually this is a 4, but could be different depending on how many orders_status settings you have. But you don't use it so you probably don't have a setting updated. Forum search Contributions search Documentation search (note: docs being adapted for MS3, may be different for MS2) 3 tips for better forum searching Want to post? Read this first: osCommerce for dummies Topic name etiquette Basics: Basics for design Right syntax to use near '-20, 20' Cannot re-assign $this Parse error Link to comment Share on other sites More sharing options...
Guest Posted June 2, 2005 Share Posted June 2, 2005 sorry about the bump...but when there are floods of new posts and this is knocked to page 4...lost in the dozens of new posts, its kinda hard not to :) I assumed that oscommerce would handle downloads with a basic install. Is it better to get the download controller contrib then? Surely someone else uses the download feature without adding in extra things :-/ Link to comment Share on other sites More sharing options...
Guest Posted June 2, 2005 Share Posted June 2, 2005 the download controller is for your protection, to prevent people from attempting to 'hack' and change things in the order. lots have bee using paypel which IMHO causes even more grief. i have been using downloads both free and paid for a long time and installed the controller, read thru the instructions, followed them and it all works peacefully now for bumping, suggest reading the forum rules Link to comment Share on other sites More sharing options...
Guest Posted June 2, 2005 Share Posted June 2, 2005 having some probs w the download controller contrib. I've got a friend who codes php as a hobby. I got this error after uploading and changing the required files: Fatal error: Call to undefined function: tep_array_merge() in /home/virtual/site14/fst/var/www/html/store/catalog/admin/orders.php on line 361 After running this by a buddy of mine who codes php as a hobby he asked this: xxx:Yea, the function isn't defined in OSCommerce.xxx: At this point I'd like to look at an OSCommerce version from 2002 xxx: I bet the function is in there :-\ is there a different/newer version of OSCommerce? I JUST got this version i'm running from the main site here 3 days ago Link to comment Share on other sites More sharing options...
Winterchild Posted June 3, 2005 Share Posted June 3, 2005 Did you use this one? Download controller v. 5.2 Forum search Contributions search Documentation search (note: docs being adapted for MS3, may be different for MS2) 3 tips for better forum searching Want to post? Read this first: osCommerce for dummies Topic name etiquette Basics: Basics for design Right syntax to use near '-20, 20' Cannot re-assign $this Parse error Link to comment Share on other sites More sharing options...
Guest Posted June 3, 2005 Share Posted June 3, 2005 after adding that: Fatal error: Cannot redeclare tep_get_configuration_key_value() (previously declared in /home/virtual/site14/fst/var/www/html/store/catalog/includes/functions/downloads_controller.php:13) in /home/virtual/site14/fst/var/www/html/store/catalog/includes/functions/webmakers_added_functions.php on line 70 Link to comment Share on other sites More sharing options...
Winterchild Posted June 3, 2005 Share Posted June 3, 2005 I hope by adding you mean: I removed the old one (restored to before installing download controller) and installed this one. Read this: Downloads controller support thread Can't find your problem? Post a question in that thread. Forum search Contributions search Documentation search (note: docs being adapted for MS3, may be different for MS2) 3 tips for better forum searching Want to post? Read this first: osCommerce for dummies Topic name etiquette Basics: Basics for design Right syntax to use near '-20, 20' Cannot re-assign $this Parse error Link to comment Share on other sites More sharing options...
Guest Posted June 3, 2005 Share Posted June 3, 2005 one better than that...i uninstalled oscommerce completely, did a fresh install and reinstalled it. then added the download controller, even making sure to run the sql txt file included. Now i get this when going to Customers --> Orders: 1064 - You have an error in your SQL syntax near 'limit -20, 20' at line 1 select o.orders_id, o.customers_name, o.payment_method, o.date_purchased, o.last_modified, o.currency, o.currency_value, s.orders_status_name, ot.text as order_total from orders o left join orders_total ot on (o.orders_id = ot.orders_id), orders_status s where o.orders_status = s.orders_status_id and s.language_id = '1' and ot.class = 'ot_total' order by limit -20, 20 [TEP STOP] Link to comment Share on other sites More sharing options...
Guest Posted June 3, 2005 Share Posted June 3, 2005 also, when going in as a customer and trying to put something in my cart, i get this: Fatal error: Call to undefined function: tep_get_configuration_key_value() in /home/virtual/site14/fst/var/www/html/store/catalog/checkout_shipping.php on line 18 Link to comment Share on other sites More sharing options...
Wendy James Posted June 4, 2005 Share Posted June 4, 2005 try this for the 1064 problem http://www.oscommerce.com/forums/index.php?sho...=144095&hl=1064 Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. Link to comment Share on other sites More sharing options...
Guest Posted June 7, 2005 Share Posted June 7, 2005 that should work for MySQL 4, but my host uses 3.23 Link to comment Share on other sites More sharing options...
Guest Posted June 10, 2005 Share Posted June 10, 2005 no fixes for 3.23?? Link to comment Share on other sites More sharing options...
Guest Posted June 12, 2005 Share Posted June 12, 2005 if there aren't any fixes for this under 3.23 then i'm just screwed :-/ thanks for the help so far guys but i need a cart more plug n play compatible Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.