This is a discussion on Attributes Copier 0.6 for MS2-MAX,OptionTypeFeature within the osCMax v1.7 General Mods Discussion forums, part of the osCMax v1.7 Forums category; Dealing with attributes is a pain in the product attributes page. Attribute manager is a great tool but doesn’t work ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Dealing with attributes is a pain in the product attributes page. Attribute manager is a great tool but doesn’t work with Option type features. (yet 03-09-04) I tried once and attribute manager erased my option type feature text box when I added a drop down menu. I tried to install Attribute copier version 0.6 . This is all good until you get to Step 4) >4) in admin/includes/boxes/catalog.php find this line: > > '<a href="' . tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES, '', 'NONSSL') . '" >class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '</a><br>' . > > after this line insert: > > '<a href="' . tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES_COPIER, '', 'NONSSL') . '" >class="menuBoxContentLink">' . BOX_CATALOG_ATTRIBUTES_COPIER . '</a><br>' . This doesn’t work with MS2 Max. Revised instruction: 4) in admin/includes/boxes/catalog.php find this line: tep_admin_files_boxes(FILENAME_PRODUCTS_ATTRIBUTES , BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES) . after this line insert: tep_admin_files_boxes(FILENAME_PRODUCTS_ATTRIBUTES _COPIER, BOX_CATALOG_ATTRIBUTES_COPIER) . And an additional instruction: (Step 8 probably will never work for MS2-max) 9) Go under "file access" in the administrator menu, click on "Catalog", then click the "store files" button. This gave me a drop down menu, where I was able to select the name products_attribute_copier.php. Click save and the new attribute copier will show up in your catalog menu. Enjoy! :P :P |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| attributes how to use them | jcomputers | osCMax v2 Customization/Mods | 1 | 02-09-2006 12:12 PM |
| Too Many Attributes? | the_error_king | osCMax v1.7 Discussion | 1 | 01-09-2006 09:08 PM |
| attributes bug in MAX 1.5? | starchild | osCMax v1.7 Discussion | 19 | 05-09-2004 03:25 PM |
| Easy Populate and Attributes Copier time outs | JGofGFS | osCMax v1.7 Discussion | 10 | 04-14-2004 05:25 AM |
| Warning !!! Attributes copier needs to be written for MS2! | bushman | osCMax v1.7 Discussion | 5 | 09-14-2003 05:47 AM |