Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Jon Burdon

Archived
  • Posts

    35
  • Joined

  • Last visited

Everything posted by Jon Burdon

  1. My host say this is an OsCommerce problem. If nobody can help me then I will need to abandon my oscommerce shop before I have got it started. Can anyone help with this download problem (see above)?
  2. Sorry to persist but if I can't get downloads working I will need to abandon my OSCommerce shop!! Can anyone help me figure out why my files are corrupt when I come to download them?
  3. Thanks - I think I'll steer clear of EXOSC for the time being. I don't suppose anyone knows a good source of free templates that work easily with the latest version of STS?
  4. Hmmm.... interesting. Your post did help. I tried the process again. This time I bought a different zip file (made with winzip) and the unreal.zip file supplied with oscommerce. Each file became corrupted. When I go back to the server with FTP and check them manually they are fine. whatzatabout? Is my host doing something nasty? Both files only download as 1kb files.
  5. Eek I'm stuck! I downloaded a new template from http://www.ezosc.com/templates/2009/06/26/minimal-purple/ and installed STS no problem. I'm not sure how to install in template files. I tried uploading the minimal-purple folder to sts_templates and then changing 'test' to 'minimal-purple' in my default module but it just broke my site! whoops. Can anyone help?
  6. I have this working all the way through to a download link .... when I download it I just get a corrupt zip even through the original zip file in by downloads directory is fine. Help!
  7. This thread has been most helpful - thanks. I'm in the early stages of setting up a download only shop. I am very new here, so I think I have missed something obvious... I have got a product that is downloadable but it has no price! I have tried to give it a price in 'Product Attributes' and catalog > products > Products Price. Any ideas where I went wrong?
  8. It's the one that came with 2a. Sorry if I've been confusing by posting here.
  9. It's the one that came with 2a. Sorry if I've been confusing by posting here.
  10. See this link for an issue I have with Paypal Express. http://www.oscommerce.com/forums/index.php?sho...p;#entry1430257
  11. Coz I'm new here and don't always know stuff like each addon will have a support thread. Sometimes much is assumed in the word of php and site code!!! I have found it now. Ta. :D
  12. hmm... I'll give it a try... The install guide says "Some payment modules, such as osCommerce PayPal IPN module, bypass checkout_process.php, which causes the modification skipped and fails this contribution. Modification in checkout_process.php must be manually coded into such payment modules." Does anyone know 1) How to modify paypal IPN modules so that they work or 2) which paypal payment modules work with super download shop with no modifications?
  13. I am setting up and have had a problem with addons- so far I have kept to those with autoinstall. The obvious addon is super download shop. Does anyone know of an autoinstaller for this addon? It is quite a tricky install! Are there any other addons that will enhance a download shop?
  14. Now that the code doesn't throw back an error, I have set up a coupon in my admin tool. Then as a user I get to the Payment Information page and I just see TABLE_HEADING_COUPON and TEXT_COUPON_ENTERED instead of a discount being applied. Any thoughts?
  15. I mucked around again with re-uploading stuff file by file and checking stuff carefully. I tried following all the advice above.... and hey presto something I did made it work!!! Thanks. Sometimes instructions are just far too brief for us first timers.
  16. I have now run the sql code successfully on my phpmyadmin tool. Never done that before! I still have this checkout error: " 1146 - Table 'planetprim1.TABLE_COUPONS' doesn't exist select count(*) as total from TABLE_COUPONS where coupon_status = '1' [TEP STOP]"
  17. Where can I find these? I have done a few searched which reveal nothing. Sorry to ask again.
  18. I found an SQL file that I have not installed. It looks like this: CREATE TABLE coupon_to_customer ( coupon_id int(11) NOT NULL default '0', customer_id int(11) NOT NULL default '0', order_id int(11) NOT NULL default '0', redeem_date datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (coupon_id,customer_id,order_id) ) TYPE=MyISAM; CREATE TABLE coupons ( coupon_id int(11) NOT NULL auto_increment, coupon_code varchar(32) NOT NULL default '', coupon_amount decimal(15,4) NOT NULL default '0.0000', coupon_type tinyint(1) NOT NULL default '0', coupon_status tinyint(1) NOT NULL default '0', coupon_use tinyint(1) NOT NULL default '0', PRIMARY KEY (coupon_id) ) TYPE=MyISAM; Is that what is causing the problem? The installation instructions don't seem to say what I need to do with it.
  19. Brill. That seems to have fixed that..... and thrown up a new error when I checkout.... "1146 - Table 'planetprim1.TABLE_COUPONS' doesn't exist select count(*) as total from TABLE_COUPONS where coupon_status = '1' [TEP STOP]"
  20. I just installed addon GV and DC RC1 RC2 RC2a v1.2 in to my demo shop. I logged in with a dummy account and tried to buy an item. I got this error at checkout: "Fatal error: Call to undefined function tep_count_active_coupons() in /home/fhlinux133/p/planetprimary.co.uk/user/htdocs/catalog/checkout_payment.php on line 318" I have no payment method set up yet. Any ideas?
  21. I have downloaded the .tar file for SuperDownload Shop. Please can someone tell me how to install this :)
×
×
  • Create New...