Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

thedoctor

Pioneers
  • Posts

    50
  • Joined

  • Last visited

Profile Information

thedoctor's Achievements

  1. Hi I am looking for a module that will allow customers to make payments via text message or SMS. I have seen this http://addons.oscommerce.com/info/7296 but I would ideally like to check it out in a Sandbox environment before taking it live. Can this be done? I have I missed anything. Many thanks in advance
  2. OK, I have made absolutely no changes, and it now works, I have no idea what the problem is. If you experience the same problem then please let me know so I can do a real comparison between my files and yours. The issue was in admin/product_attributes.php if you tried to update a product without uploading a new file it would come up with an error. I am baffled by this.
  3. OK, I am not sure what I have done, but it looks like it is now working for some reason.
  4. You can download the sample product garyfoster.net/catalog/index.php?cPath=26 Unfortunately it doesn't support those types of group downloads. I have just realized that the latest version of Ultimate download is not on my site. I have a free weekend so will try and get it up then.
  5. You can try it out on my website garyfoster.net/catalog see if it does what you want from the public side. The only issue I am aware off is in the admin side not the public side. Hope you find it useful. I will try and help as much as I can with it, but I am not technically speaking a coder, this is a merge of several mods that I found which haven't been updated recently, there have been small changes made to work with the latest release of osCommerce, but nothing major. Many thanks Gary
  6. If the user buys more than one download at the same time then these are all available for download on the checkout_success.php page. The user can also download the items through the "My Account" page when viewing the previous products that have been sold. I hope this makes sense. I to had problems with Super Download which is why I put this together. It wouldn't even let me install it. There is a small issue with the coding at the moment, I think there is a ) missing. This is admin side only, but due to life getting in the way I haven't been able to investigate fully yet.
  7. Thanks for that germ, will look into that when I get a minute, life is getting in the way at the moment!
  8. Thanks for that Steve, but it hasn't made any changes. It works as it should if the file is being replaced, just comes up with the error when there is nothing to replace the old file. Obviously this isn't ideal if a physical product is being sold. I am thinking an if command could be used to see if the there is a new file, if there is it bypasses this part of the script, I have tried various options put just can't seem to pinpoint what is required. Many thanks in advance.
  9. I have this modification as part of a modification I have created merging several modifications together. The only issue I have is with the if you update the attributes without uploading a new file you get the following error Warning: copy() [function.copy]: The first argument to copy() function cannot be a directory in /home/garyf1/public_html/catalog/admin/products_attributes.php on line 169 Warning: Cannot modify header information - headers already sent by (output started at /home/XXXXXX/public_html/catalog/admin/products_attributes.php:169) in /home/XXXXX/public_html/catalog/admin/includes/functions/general.php on line 22 The line in question is if (copy ($oldFile, DIR_FS_CATALOG . 'tmp/' .$HTTP_POST_VARS['previous_products_attributes_filename'])) Anyone know what is wrong? It is fine if a new file is being uploaded, it is just if no new file has been uploaded. Any help is greatly appreciated.
  10. I have fixed one issue, I will hopefully be uploading this shortly. There is still an error in the products_attributes.php, it works, it's just annoying if you have to make an update without uploading a new file. The error that comes up if you don't have to upload a new file is The error is down to the fact that there isn't a new file being uploaded, therefore it can't move the old one to the tmp folder. If anyone can figure out what the problem is please let me know. If you do make any changes then these do go through, you just get the above error.
  11. You should be able to register now.
  12. I have pinpointed what the problem is, will deal with it later so you can register.
  13. Hi Naloomi I have just registered on my site. I did try without selecting a country and I got the following error I am confused as to why it is asking for the state though.
  14. I will look into that, I thought I had disabled that. I have since discovered a few other issues which I am hoping to iron out in the next week or so, I am very busy with work at the moment but will hopefully be looking into the problems next week.
  15. OK, this is now available via the contributions area on this site and also on my own site via garyfoster.net/catalog/ where you can also check it out to see it working from the front end.
×
×
  • Create New...