Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

thian

Pioneers
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • Real Name
    Thian
  • Gender
    Male
  • Location
    Manchester, UK

thian's Achievements

  1. Hi Andy, thanks so much for the help!!!..

    my prob was not putting the ''''''''s in,

    url('images/xmas.jpg');

    Thanks again and spk soon buddy :-)

  2. ARGHHHHHH LOL.. I have followed this step by step and still get this in my categories section; Also when i try upload multiple images, I cat this on bottom of page; In the code-line 873-879 this is what is there; // Simple multi image addon $i=1;reset($products_image_array); while (list($key, $value) = each($products_image_array)) { echo tep_draw_hidden_field('products_image_' . $i, stripslashes($value)); ++$i; } // EOF Simple multi image addon ------------------------------------------------------------------------------------- Any ideas? Feedback greatly appreciated guys :-)
  3. Arghhhhhh...Halfway there and thought i had cracked it after reading all the way through this forum.... :-( My customers can pay by paypal ok, but if a direct payment for music downloads is used by credit card, they get this error; (must emphasize, paying by paypal gets the download link) 1146 - Table 'dropbeat_alpha.TABLE_PRODUCTS_ATTRIBUTES_DOWNLOAD_GROUPS_FILES' doesn't exist select download_group_filename from TABLE_PRODUCTS_ATTRIBUTES_DOWNLOAD_GROUPS_FILES where download_group_id = '2' [TEP STOP] Anyone any ideas please....
  4. Thanks for help guys....I just started from scratch....the problem i had i thing is i didnt merge the files together with winmerge :-) It now seams to be working :-) One question, where do i store my audio mp3s to make available for download :-)
  5. Ie got 2 "enable group file downloads" any ideas m8....i see you had 4 lol
  6. FOund same problem m8, did u fix it? and if so could u tell me how please :-)
  7. Exact same problem m8, did you fix it? and was it easy lol
  8. Executed the tables...well imported the text files...they ran they query's successfully, now i have the tables; products_attributes_download products_attributes_download_groups products_attributes_download_groups_files products_attributes_download_groups_to_files etc etc etc But still when i run in browser...catalog/admin/filegroup_db_setup.php i get the error message...1146 - Table 'dropbeat_alpha.TABLE_PRODUCTS_ATTRIBUTES_DOWNLOAD_GROUPS' doesn't exist select * from TABLE_PRODUCTS_ATTRIBUTES_DOWNLOAD_GROUPS where download_group_id = 0 and language_id = '1' [TEP STOP] Proper battering me head lol, there prob is a simple answer to it hehehe Thian :-)
  9. Massive thanks for the reply ben, but that really has just gone right over my head m8 :-(
  10. Hey all, ive read as much as i can take in this forum, and found some one who has the same problem as me!!!! But the answer has been deleted :-( Im new to Php and MySql, so am really confused with how to install the "Super Download Shop" My website is at http://www.dropbeatdigital.com/catalog Up to now I have manged to get the physical goods listed for sale, sorted paypal and run a test so that i no it works...ie the pioneer cdj for 2p :-) What is giving me a total and pure headache is trying to install the module for the digital downloads... I am sure i have tried everything, After following all the instructions from the downloaded module file; STEP #1 - Run sql scripts * BACKUP YOUR DATABASE NOW! * Run both sql scripts via phpMyAdmin. * - Notice - If Downloads Controllers has already been installed before, DO NOT run downloads_controller_english.sql again. STEP #2 - Copy all files in new_files/catalog over * /catalog/admin/filegroup_db_setup.php * /catalog/admin/includes/group_download.php * /catalog/admin/includes/languages/english/images/buttons/ic_down.gif * /catalog/admin/includes/languages/english/images/buttons/ic_up.gif * /catalog/includes/languages/english/images/buttons/button_download.gif STEP #3 - Modify existing files BACKUP THESE FILES NOW! * catalog/checkout_process.php * catalog/download.php * catalog/admin/orders.php * catalog/admin/products_attributes.php * catalog/admin/includes/configure.php * catalog/admin/includes/database_tables.php * catalog/admin/includes/languages/english/products_attributes.php * catalog/includes/database_tables.php * catalog/includes/modules/downloads.php STEP 3.1 - Modified files are in modified_files folder of this package. Plaese use file comparing tool like WinMerge to make modifications to * catalog/checkout_process.php * catalog/download.php * catalog/includes/modules/downloads.php * catalog/admin/orders.php * catalog/admin/products_attributes.php If you didn't modify these 5 files before, you can upload them and overwrite the existing files. (Only apply to osCommerce 060817 update) STEP 3.2 - And then add new definitions to files list below: (Do NOT overwrite your existing files with the ones came with this package!!) * catalog/includes/database_tables.php * catalog/admin/includes/configure.php * catalog/admin/includes/database_tables.php * catalog/admin/includes/languages/english/products_attributes.php STEP #4 - Run db setup * Run catalog/admin/filegroup_db_setup.php in your browser. This file will create the initial file group entry in your database for each language you have. * - Important! - The file group id #0 must be defined by this file, it's for downloads which are not using file groups (single file per item). STEP #5 - Modify Payment Modules * 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. All i get when typing in my browser is this; 1146 - Table 'dropbeat_alpha.TABLE_PRODUCTS_ATTRIBUTES_DOWNLOAD_GROUPS' doesn't exist select * from TABLE_PRODUCTS_ATTRIBUTES_DOWNLOAD_GROUPS where download_group_id = 0 and language_id = '1' [TEP STOP] I have used winmerge to modify the files, and dreamweaver to upload/download (get/put) also used smart ftp to transfer images etc etc etc Anyone no how i can get this working, would be grately appreciated...or if there is any vids on web explaing it to a dummy like me hahhaha oh and this i dont understand at all....would be good if anyone could give me a step by step... The file group id #0 must be defined by this file, it's for downloads which are not using file groups (single file per item). Thian :-)
×
×
  • Create New...