Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dave111

Archived
  • Posts

    591
  • Joined

  • Last visited

About dave111

  • Birthday 01/19/1984

Profile Information

dave111's Achievements

  1. Maybe i'm dreaming by it seems like someone totally deleted the CCGV contribution from the contributions area? (I'm not referring to CCGV Trad, which is a separate branch, but the original CCGV) If this is the case i think it is a real blow to the community. I really cannot believe that an admin would deliberately delete this, if so i would suggest they not remain an admin for too much longer.
  2. Are you using STS? I just installed this on a site using STS and got the same problem. Here is how to fix it: Open includes/sts_display_output.php: Find || strpos($scriptname, "info_shopping_cart") !== false Add after (on the same line): || strpos($scriptname, "google_checkout_process") !== false This will stop STS from trying to process the google checkout page (which was resulting in the blank page)
  3. To set the module to calcuate based on the subtotal instead of the total changing this in the includes/modules/order_total/ot_cat_qvb_discount.php $order->info['total'] To $order->info['subtotal']
  4. Exremely knowledgeable person!

  5. If you havent made any modifications to your store you should be able to just replace the files. If you have made mods then you'll need to update the files manually. The main changes to the layout will be in the following files: - includes/header.php - includes/footer.php - includes/column_left.php - includes/column_right.php - stylesheet.css (And then probably the files in the includes/boxes/ folder too)
  6. Support Thread for: Individual Product Payment Methods Description: This contribution allows you to select which payment methods you would like to enable for each individual product. http://www.oscommerce.com/community/contributions,4551
  7. Heres what the error means: 1) It cant write the file - This is either because the feeds folder it not there, is not set to 777, or the filename is blank. 2) It cant close the file - This is because it was never able to open the file in step 1 3) It cant change permissions of file because, once again, there is no file. 4) It cant upload the file because, you got it, there is no file. So check that the "feeds" folder is located in the main store folder (not inside the admin folder). And also check that the filename you set in the configuration area is not blank.
  8. This is your problem, you have to set the "feeds" folder so that it is writable. (In the same way that you had to with the "images" folder) You can do this with most FTP clients by right clicking on the folder and looking for a "CHMOD" or "Properties" option. For more info here: http://www.zzee.com/solutions/chmod-help.shtml#ftp
  9. For anyone who has been hit by the Step57 cPanel exploit, this ones for you: http://www.oscommerce.com/community/contributions,4457 I got slammed by this cPanel exploit and all my stores got nasty iframes, to sites containing a virus, insert into the language files. So i wrote this crude script to go through the store and fix the bad files and hack files which have been uploaded. Very simple to use: Step 1: Backup all your site files (since if you are using this script you have cPanel go to Cpanel -> Backups and do a full home directory backup. Step 2: Open this file, edit the settings at the top and upload it to your store directory Step 3: Run the file by going to http://yourstore.com/hackfix.php The file may take some time to run depending on how many files you have, when its finished it will tell you have many files/folders were scanned, show the files which were edited and which files were deleted. Feel free to improve or add to the code
  10. This means for whatever reason that you PHP installation does not include the ftp_connect() function, which all versions of PHP pass 3 should include, so you should contact your hosting and ask why this function is unrecognized.
  11. Are you sure you copied the files into the correct place? The "Catalog" folder means your store folder, just make sure the files from the "admin" folder go into your "admin" folder.
  12. Hey guys bug fix is now posted here: http://www.oscommerce.com/community/contributions,4385 Just download the full package and replace the admin/ froogle.php, yahoo.php and bizrate.php files with the new ones.
  13. I've installed this contribution: http://www.oscommerce.com/community/contributions,3716 I've had it working before on another store, but for some reason i cannot get it work again. When i get to the checkout confirmation and click "Confirm Order" it tries to go to the checkout_process, but shows a "Cannot display Page" error page. The API username and password are correct, and is the Paypal cert is downloaded straight for the site. Any ideas? Or does another know where the offical thread for this contribution is, i cant seem to find it.
  14. Does anyone have this working with easy populate? I trying using the "easy populate with vendors auto email" but this doesnt seem to pull the vendors info into the spreadsheet :( Anyone had any luck doing this?
×
×
  • Create New...