Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

chfields

Archived
  • Posts

    1,258
  • Joined

  • Last visited

Everything posted by chfields

  1. I use this one and find it works great http://www.oscommerce.com/community/contributions,614/page,4 although it is not dynamic, I use a free program called jpeg resizer to create the thumbs http://download.com.com/3120-20-0.html?qt=...&search=+Go%21+ It says $20 to buy, but thats up to you...
  2. I can view same day sessions no problem, however, if I go back 1 or more days and try to view session it brings me right back to current day. I am using 08/09/2003 - User Tracking with Admin 1.35
  3. You have to go to admin/administrator/file access and enable it for it to work
  4. I just installed this and get this error Fatal error: Cannot pass parameter 3 by reference in /home/mrsfield/public_html/includes/modules/product_listing.php on line 23 Any help please??
  5. //**** Status Field Setting **** // Set the v_status field to "Inactive" if you want the status=0 in the system // Set the v_status field to "Delete" if you want to remove the item from the system <- THIS IS NOT WORKING YET! // If zero_qty_inactive is true, then items with zero qty will automatically be inactive in the store. global $active, $inactive, $zero_qty_inactive, $deleteit; $active = 'Active'; $inactive = 'Inactive'; //$deleteit = 'Delete'; // not functional yet $zero_qty_inactive = true; change last line to false and it won't turn off when you have 0 as quantity
  6. http://www.oscommerce.com/community/contributions,614
  7. look under contributions for easy populate
  8. Looks like your missing a language define
  9. You need to have either includes/appilication_top or filenames.php, it's there...
  10. That is now found in includes/filenames.php
  11. Looks like a missing define in the english files
  12. http://www.oscommerce.com/community/contributions,1333 This is good if you have different rates for your products, if you are shipping them all at the same rate just use the stock flat shipping mod that comes with OScommerce
  13. CODE Warning: Cannot modify header information - headers already sent by (output started at d:\apache\htdocs\includes\application_top.php:522) in d:\apache\htdocs\includes\functions\general.php on line 29 You need to go into application_top and go to the last > and delete the white space and save
  14. Has anyone gotten this to download?? I get error from both sites??
  15. You can set the number of products in admin/config/max values Aren't your new products in the "new products for..." box on the main page????
  16. Try uploading the original file and see if that fixes the errors. Then try to edit it again using wordpad or notepad and uploading editted file and see if that works
  17. go to catalog/admin/easypopulate_functions.php at the end of the file put your cursor next to the last> hit delete and save
  18. I got it finished and all your products are on your site
  19. I am receiving this error. I have no image mods running so I am commenting out the extras, if I use */ it does nothing when I upload, if I use #or // I get 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE products SET products_price="2.00" ,products UPDATE products SET products_price="2.00" ,products_image="" ,products_weight="0" ,products_tax_class_id="1" ,products_date_available= CURRENT_TIMESTAMP ,products_date_added= "2/23/2003 13:16" ,products_last_modified=CURRENT_TIMESTAMP ,products_quantity="0" ,manufacturers_id=NULL , products_status=0 WHERE (products_id = "28")UPDATE products SET products_price="2.00" ,products_image="" ,products_weight="0" ,products_tax_class_id="1" ,products_date_available= CURRENT_TIMESTAMP ,products_date_added= "2/23/2003 13:16" ,products_last_modified=CURRENT_TIMESTAMP ,products_quantity="0" ,manufacturers_id=NULL , products_status=0 WHERE (products_id = "28") [TEP STOP] Here is that section $query = 'UPDATE products SET products_price="'.$v_products_price. '" ,products_image="'.$v_products_image; // unmcomment these lines if you are running the image mods $query .= //. $v_products_mimage . '", "' //. $v_products_bimage . '", "' //. $v_products_subimage1 . '", "' //. $v_products_bsubimage1 . '", "' //. $v_products_subimage2 . '", "' //. $v_products_bsubimage2 . '", "' //. $v_products_subimage3 . '", "' //. $v_products_bsubimage3 . '", "' $query .= '" ,products_weight="'.$v_products_weight. '" ,products_tax_class_id="'.$v_tax_class_id. '" ,products_date_available= ' . $v_date_avail . ' ,products_date_added= ' . $v_date_added . ' ,products_last_modified=CURRENT_TIMESTAMP ,products_quantity="'.$v_products_quantity. '" ,manufacturers_id='.$v_manufacturer_id. ' , products_status='.$v_db_status . ' WHERE can anyone please help?? This is driving me nuts... Thanks
×
×
  • Create New...