Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MattMallory

Archived
  • Posts

    132
  • Joined

  • Last visited

Everything posted by MattMallory

  1. We want to sell our hosting on a recurring basis via OSC but we also want to sell other products that are one time sales. What is the best contrib for this? Thanks.
  2. tonystewart, did you ever get the PayPal subscriptions to carry to the cart? We want to sell our hosting on a recurring basis via OSC but we also want to sell other products that are one time sales & I think your future contrib will do this for us. Let me know, thanks.
  3. Is there a GOOD contrib that has the PayPal subscription built in? We want to ad our subscription services to our osCommerce cart but the default one does not have this option.
  4. What directions are there to follow? Copy the files over & run the sql query! Not that hard. I have repeated the steps like 4 times & have the same errors so not sure how it could be me. Any suggestions on how to fix the problems are welcome.
  5. Where did you find the fix for this? I can not find it for the life of me. <_<
  6. To sum up all the bugs I found in this contrib on a fresh install of 2.2 MS2... 1) The UltraPics part of this contrib is not showing up at all. 2) The WYSIWYG Editor 1.7 link is not showing up under Configuration like it should. 3) The WYSIWYG icons are not showing up above any of the editable text boxes. 4) In Admin > Tools the links below are not showing up correctly. BOX_CATALOG_DEFINE_MAINPAGE BOX_INFORMATION_MANAGER FIXED - 5) The information table is missing from the database. Thanks to another member I had to insert code to add the table so the site came up correctly! If anyone can tell me how to fix these errors in this contrib please let me know, thanks.
  7. I don't see the "WYSIWYG Editor 1.7" link under Configuration. Any thoughts to why that is? :D
  8. I just went to add products & noticed that I can not upload any pics for the products. The browse buttons and WYSIWYG icons are all missing. What would cause this? Please help, thanks.
  9. Did you ever find a fix for this? I also have BOX_INFORMATION_MANAGER showing up wrong.
  10. Ok, I fixed this. Had the problem before & someone helped me to fix it. You think this bug will be fixed in the next update MaxiDVD? Have another problem that no one seems to know how to fix yet... In Admin > Tools the links below have issues. Anyone know what the problem is? As I said this is a fresh install. BOX_CATALOG_DEFINE_MAINPAGE BOX_INFORMATION_MANAGER
  11. I looked & I might have missed the fix for this but I am getting the below error in the Information box... Table 'was_osc1.information' doesn't exist & the rest of the page will not load. This happened after installing "image_html_package_1.2 form 10 Mar 2004" on a fresh install of 2.2 MS2 in the root (not in a directory). Can anyone tell me how to fix this please?
  12. I take it there is no new fixed version & the buggy version is still up there?
  13. I guess, your not using english as default. You need to define the BOX_CATALOG_DEFINE_MAINPAGE and the BOX_CATALOG_DEFINE_MAINPAGE variables in any language file to any text you like. to 1) Information ? Table 'handmade_osc1.information' doesn't exist this seems to be also an database error, maybe the entrys are wrong or you even dont have the "information" table witch i think, is your problem. Try to delete the Table information if it exists, and insert this into your db: # # Table structure `information` # DROP TABLE IF EXISTS information; CREATE TABLE information ( information_id tinyint(3) unsigned NOT NULL auto_increment, visible decimal(1,0) NOT NULL DEFAULT '1', v_order tinyint(3) unsigned NOT NULL DEFAULT '0', info_title varchar(255) NOT NULL DEFAULT '', description text NOT NULL, languages_id int(11) DEFAULT '0' NOT NULL, PRIMARY KEY (information_id,languages_id) ) TYPE=MyISAM; AWESOME!!!! I did not have an information table so I just went ahead & added that code to the database & it seems to have fixed it! THANK YOU!!!
  14. Boy it's like pulling teeth in here to get any help. :(
  15. So I used phpMyAdmin to import the entire script posted above & nothing happened & I still have the errors on the site. :(
  16. Good Luck ! Sorry for the dumb ? but how do I use it? Do I just import it into the database?
  17. Great now what can I do to fix this? This is all new to me.
  18. What is the link to the new version of the contrib?
  19. I have thebelow errors. Does anyone know what I can do to fix them? Thanks in advance! 1) The main page does not load & this is the error I get: Table 'handmade_osc1.information' doesn't exist 2) DEFINE MAINPAGE link in the admin reads as: "BOX_CATALOG_DEFINE_MAINPAGE" 3) Under Tools in Admin I have these 2 new links... BOX_CATALOG_DEFINE_MAINPAGE links to the same page as #3 does. Why is it in the admin 2 times & how do I fix it so the link displays right? BOX_INFORMATION_MANAGER gives me the below error which is the same one that is on the home page... Information ERROR: Table 'handmade_osc1.information' doesn't exist
  20. Let me refrase that. Changing the define_mainpage.php to mainpage.php ONLY fixed #2 which was the below. I still have errors 1, 3 & 4 which I have relisted below if anyone has an idea on what I can do to fix this. Thanks in advance! 1) The main page does not load & this is the error I get: Table 'handmade_osc1.information' doesn't exist 2) FIXED! = Warning: main(): Failed opening 'includes/languages/english/mainpage.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/handmade/public_html/catalog/index.php on line 307 3) DEFINE MAINPAGE link in the admin reads as "BOX_CATALOG_DEFINE_MAINPAGE" 4) Under Tools in Admin I have these 2 new links... BOX_CATALOG_DEFINE_MAINPAGE links to the same page as #3 does. Why is it in the admin 2 times? BOX_INFORMATION_MANAGER gives me the below error which is the same one that is on the home page... Information ERROR: Table 'handmade_osc1.information' doesn't exist
  21. I figured it out! The define_mainpage.php has to be renamed to mainpage.php
  22. What no one knows why I am getting the below errors? Warning: main(includes/languages/english/mainpage.php): failed to open stream: No such file or directory in /home/wcm/public_html/index.php on line 307 Warning: main(): Failed opening 'includes/languages/english/mainpage.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wcm/public_html/index.php on line 307
×
×
  • Create New...