Contributions
Products Fields Groups
This Contribution gives the user the ability to create "Groups" which can contain 1 or more different fields.
These Groups are then attached to products giving them great flexibilty over how many extra fields to use.
These extra fields are generated using the products attributes section of the admin and can be shown in the shop in 2 different ways ( horizontally in table) or vertically.
Product listings are also changed by showing products with the same group type together - allowing if so desired to show these extra Fields along with the standard ones ( Product name , price)
Multi language compatible
Each field searchable
Expand All / Collapse All
This is an addition step from the 1.3 / batch updates part.
find
$categories_count = 0;
$rows = 0;
if (isset($HTTP_GET_VARS['search'])) {
insert ABOVE
//start Product Fields groups 1.3
if($HTTP_GET_VARS['action'] =="pfg_change"){
echo tep_draw_form('products_fields_groups_update', FILENAME_CATEGORIES, 'cPath=' . $cPath . (isset($HTTP_GET_VARS['pID']) ?
'&pID=' . $HTTP_GET_VARS['pID'] : '') . '&action=pfg_update', 'post', 'enctype="multipart/form-data"');
}
//end Product Fields groups 1.3
the downloaded zip contains the same info.
support can be found
http://forums.oscommerce.com/topic/381713-products-fields-groups/
The following updates to the database need to be made to remove the double column effect on products ( listing view ) not yet attached to a group
BACKUP your databqse first
update products set products_fields_group_id = 0 where products_fields_group_id is NULL
ALTER TABLE products CHANGE products_fields_group_id products_fields_group_id INT( 11)NULL DEFAULT'0'
This update extends the Tabs further with animations and will automatically include Reviews where there are any Tabs present.
It also upgrades the Admin section under category view - the abilty to set the Group of all products in one go.
Support: http://forums.oscommerce.com/topic/381713-products-fields-groups/
seems some of you had problems opening the previous ZIP so ive recreated it - it has the identical contents as the previous.
This upgrade adds a 3rd sorting colum which is used to show TABS.
It uses JQUERY TABS UI so all needed file are already built into oscommerce.
Styling is based on current Themeroller theme.
http://forums.oscommerce.com/topic/381713-products-fields-groups/ is the support thread
This small Update will now Duplicate any Products Fields Groups data during any "COPY TO" procedures - and reincludes the accidentally deleted line that caused a SQL error during Removal of Atrributes Option.
This is not a full installation
This Contribution gives the user the ability to create "Groups" which can contain 1 or more different fields.
These Groups are then attached to products giving them great flexibilty over how many extra fields to use.
These extra fields are generated using the products attributes section of the admin and can be shown in the shop in 2 different ways ( horizontally in table) or vertically.
Product listings are also changed by showing products with the same group type together - allowing if so desired to show these extra Fields along with the standard ones ( Product name , price)
Multi language compatible
Each field searchable
Note: Contributions are used at own risk.