

nx7t
Members-
Content count
12 -
Joined
-
Last visited
About nx7t
- Birthday 11/15/1955
Profile Information
-
Real Name
Mike Warner
-
Gender
Male
-
Location
Clarksville, TN
- Website
-
-
-
Tab Menu Section (TMS) and Pronux TMS For Admin Support Thread
nx7t replied to Pronux's topic in General Add-Ons Support
Great Addon, I've found that I can upload the new fields using my MagneticOne Store Manager for osCommerce. It uses a .csv file to upload data which you can create in excel or openoffice and "save as" a .csv file. I've found the "Store Manager" much more effective for managing stores. I would love to know how to code one or more tabs so that it is only required to upload the file name of an image to have it displayed in the tab. That would minimize the amount of coding in the database and one could just use "bullet images" for content. :rolleyes: -
First, for those who have "MagneticOne Store Manager for osCommerce" the added fields for the tabs do show up for import from a .csv file. Even though I haven't got my tabs to work yet the 1st tab fields are all populated! Still I'd like it to show up on the page! With the error code turned on in the "Conf.php" I get the follow errors, one per tab... Notice: Undefined index: products_detail in /usr/www/users/mwarner/avb/cat/cat231/product_info.php on line216 Notice: Undefined index: products_related in /usr/www/users/mwarner/avb/cat/cat231/product_info.php on line217 Notice: Undefined index: products_parts in /usr/www/users/mwarner/avb/cat/cat231/product_info.php on line218 Nothing shows up in the tabs even though all of tab #1 fields are populated. Would appreciate some HELP! Mike
-
What about editing the confirmation email on orders? Any ideas anyone?<_<
-
Thanks Jim, looking forward to using it. Seems to be a lot more sable than 2.2, I've got over 7500 products on it and it is holding up nicely. Mike
-
P.S. YES the MagneticOne Store Manager for osCommerce does work with v2.3.1...
-
I've downloaded and installed 2.3.1 and I think it is an improvement in many ways. It appears to have the files included for sts_template but I can't see where you activate it , I've activated all the modules. :(And I also don't see where to put content for the home page. ;) It seems to run a little slower with the "Search Engine Friendly links" turned on, may not be ready yet for use. Has anyone else installed it? Any suggestions on where to add content in the home page? What am I missing on the sts_template ? Thanks Mike
-
I would like to have a different large image added to the product info page, the supplier has provided them with bullet details. I would still like to have the thumb nail and allow it to be enlarged but when available I want the bullets image too. Any ideas?
-
Better Product listings & Display. Ultra pics, J query, Image Controller, Product listing as list or Grid + More
nx7t replied to FIMBLE's topic in Add-Ons Development
Also found in Admin, under reviews... this error Reviews Warning: array_merge() [function.array-merge]: Argument #3 is not an array in /usr/www/users/mwarner/09essco/catalog/admin/reviews.php on line 215 Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /usr/www/users/mwarner/09essco/catalog/admin/reviews.php on line 216 Warning: array_merge() [function.array-merge]: Argument #3 is not an array in /usr/www/users/mwarner/09essco/catalog/admin/reviews.php on line 216 Warning: reset() [function.reset]: Passed variable is not an array or object in /usr/www/users/mwarner/09essco/catalog/admin/includes/classes/object_info.php on line 17 Warning: Variable passed to each() is not an array or object in /usr/www/users/mwarner/09essco/catalog/admin/includes/classes/object_info.php on line 18 -
Better Product listings & Display. Ultra pics, J query, Image Controller, Product listing as list or Grid + More
nx7t replied to FIMBLE's topic in Add-Ons Development
Looks like a great contribution :D but I've got problems... :'( uploaded all the files ran the install and when I ran the sql I got the following error: Error SQL query: Documentation INSERT INTO configuration( configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function ) VALUES ( '', 'Enable Additional Images?', 'ULTIMATE_ADDITIONAL_IMAGES', 'enable', 'Display Additional Images below Product Description?', 4, 10, now( ) , now( ) , NULL , 'tep_cfg_select_option(array(\'enable\', \'disable\'),' ); MySQL said: Documentation #1046 - No database selected also When I click on the image I get this... 1054 - Unknown column 'p.products_image_med' in 'field list' select p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_quantity, p.products_image, p.products_image_med, p.products_image_lrg, p.products_image_sm_1, p.products_image_xl_1, p.products_image_sm_2, p.products_image_xl_2, p.products_image_sm_3, p.products_image_xl_3, p.products_image_sm_4, p.products_image_xl_4, p.products_image_sm_5, p.products_image_xl_5, p.products_image_sm_6, p.products_image_xl_6, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id from products p, products_description pd where p.products_status = '1' and p.products_id = '1303' and pd.products_id = p.products_id and pd.language_id = '1' -
Better Product listings & Display. Ultra pics, J query, Image Controller, Product listing as list or Grid + More
nx7t replied to FIMBLE's topic in Add-Ons Development
Looks like a great contribution :D but I've got problems... :'( uploaded all the files and when I ran the sql I got the following error: Error SQL query: Documentation INSERT INTO configuration( configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function ) VALUES ( '', 'Enable Additional Images?', 'ULTIMATE_ADDITIONAL_IMAGES', 'enable', 'Display Additional Images below Product Description?', 4, 10, now( ) , now( ) , NULL , 'tep_cfg_select_option(array(\'enable\', \'disable\'),' ); MySQL said: Documentation #1046 - No database selected