

MattMallory
Members-
Content count
132 -
Joined
-
Last visited
About MattMallory
- Birthday 08/01/1974
Profile Information
-
Real Name
Techno Geek!
-
Location
All over!
-
Interests
Technology!
- Website
-
MattMallory started following Kirod
-
Kirod started following MattMallory
-
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.
-
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.
-
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.
-
[SUPPORT] HTML Editor and UltraPics by MaxiDVD
MattMallory replied to MaxiDVD's topic in General Add-Ons Support
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. -
[SUPPORT] HTML Editor and UltraPics by MaxiDVD
MattMallory replied to MaxiDVD's topic in General Add-Ons Support
Where did you find the fix for this? I can not find it for the life of me. <_< -
[SUPPORT] HTML Editor and UltraPics by MaxiDVD
MattMallory replied to MaxiDVD's topic in General Add-Ons Support
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. -
[SUPPORT] HTML Editor and UltraPics by MaxiDVD
MattMallory replied to MaxiDVD's topic in General Add-Ons Support
I don't see the "WYSIWYG Editor 1.7" link under Configuration. Any thoughts to why that is? :D -
[SUPPORT] HTML Editor and UltraPics by MaxiDVD
MattMallory replied to MaxiDVD's topic in General Add-Ons Support
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. -
Did you ever find a fix for this? I also have BOX_INFORMATION_MANAGER showing up wrong.
-
[SUPPORT] HTML Editor and UltraPics by MaxiDVD
MattMallory replied to MaxiDVD's topic in General Add-Ons Support
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 -
[SUPPORT] HTML Editor and UltraPics by MaxiDVD
MattMallory replied to MaxiDVD's topic in General Add-Ons Support
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? -
[SUPPORT] HTML Editor and UltraPics by MaxiDVD
MattMallory replied to MaxiDVD's topic in General Add-Ons Support
Actually that was a tripple poster! LOL -
I take it there is no new fixed version & the buggy version is still up there?
-
[SUPPORT] HTML Editor and UltraPics by MaxiDVD
MattMallory replied to MaxiDVD's topic in General Add-Ons Support
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!!! -
After installing Maxi DVD contrib
MattMallory replied to MattMallory's topic in General Add-Ons Support
Boy it's like pulling teeth in here to get any help. :(