Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

neoh74

Archived
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Real Name
    Dan TRojanowski

neoh74's Achievements

  1. use v.8, .7 wouldnt work for me. Also make sure you manually configure your configure.php. it is not in the import files. // CLR 020605 defines needed for Product Option Type feature. define('PRODUCTS_OPTIONS_TYPE_SELECT', 0); define('PRODUCTS_OPTIONS_TYPE_TEXT', 1); define('PRODUCTS_OPTIONS_TYPE_RADIO', 2); define('PRODUCTS_OPTIONS_TYPE_CHECKBOX', 3); // iii 030813 added: File Uploading: FILE type and UPLOAD_PREFIX define('PRODUCTS_OPTIONS_TYPE_FILE', 4); define('UPLOAD_PREFIX', 'upload_'); define('TEXT_PREFIX', 'txt_'); define('PRODUCTS_OPTIONS_VALUE_TEXT_ID', 0); //Must match id for user defined "Text" value in db table TABLE_PRODUCTS_OPTIONS_VALUES define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/'); define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS); ?> I have it up and running. i need to fix my text shifter to the side, but anyone know of a product that will let the user see the item they uploaded before they buy it?
×
×
  • Create New...