STEP 1. Modification of CodeUpdated code files are included - so the task is simple.- Upload the new product_listing.php to ZEN_CART_HOME_DIR/includes/modules/YOURTEMPLATE/product_listing.php- Upload the new tpl_modules_product_listing.php to: ZEN_CART_HOME_DIR/includes/templates/YOURTEMPLATE/templates/tpl_modules_product_listing.phpSTEP 2. Changing the Database -Run the following SQL commands into your database. The easiest way is to open Admin->Tools->Install SQL Patch and paste them in the box and click Send.(These same commands are in the enclosed column_layout_grid.sql file, for convenience.)INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (Product Listing - Layout Style, PRODUCT_LISTING_LAYOUT_STYLE, ows, Select the layout style:Each product can be listed in its own row (rows option) or products can be listed in multiple columns per row (columns option), 8, 40, NULL, now(), NULL, zen_cfg_select_option(array(ows, columns),);INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (Product Listing - Columns Per Row, PRODUCT_LISTING_COLUMNS_PER_ROW, 3, Select the number of columns of products to show in each row in the product listing. The default setting is 3., 8, 41, NULL, now(), NULL, NULL);STEP 3. ConfigurationOpen up the admin section of your running cart in your browserGo to Admin -> Configuration -> Product Listing. Set the following settings: A. Product Listing - Layout Style Set the type of layout you want to use. By default, the current Zen Cart layout will be used. It is called "rows". If you want to use the column and row layout, choose "columns". B. Product Listing - Columns Per Row If you choose to use the column layout, type in the number of columns you want to show on each row. The default is 3 columns.Good Luck!-Rajeev TandonNa těch stránkách jsem taky hledal ale pořád nic