Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to reset number of available downloads after download failure


Brain

Recommended Posts

You will have to run a command on mysql. You can do this in phpmyadmin by clicking on your database and then clicking on sql.

 

update orders_products_download set download_count = 5 where orders_id = 5;

 

If you ran the command above it would give all of the products for order id 5 , 5 downloads each. I would run this on a test order before I did it on a live order.

Other great Open Source (Free) programs: (Free as in free speech not free beer)

The Gimp - An image program. | Firefox - All you have to do is add the Web Developer add-on to make this web browser complete. | FileZilla - An ftp program. | Inkscape - A good program to create images with. | Thunderbird - An email program. | Openoffice.org - An office suite that is compatible with MS Office. | Abiword - Another office suite. | Audacity - A sound recording tool. | ddp's Picks | Wordpress - An easy to use blogging software. | Joomla - An easy to use CMS that has ecommerce plug-ins. | Drupal - Another CMS

How do I find these programs? Google Search!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...