Contributions

Features (Category Index)
Search: 

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

1.3.1 additional step 12 Apr 2012

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/

Database update 8 Mar 2012
upgrade 1.3 - Reviews tab integration + batch group update 7 Mar 2012
1.2 reup 29 Jan 2012
upgrade 1.2 with Tab support 25 Jan 2012
Update and Bugfix 1.1 2 Jan 2012
Products Fields Groups 26 Nov 2011

Note: Contributions are used at own risk.