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





LinkBack URL
About LinkBacks





Bookmarks