FantasyArt 1 Posted January 29, 2014 Hey guys and gals, Need some help on finding a module that allows you to change the price on categories instead of having to change on each item. If there is a module like that out there can someone please let me know. Has to be pretty easy to install as I don't have a very good knowledge of installs on OsCommerce. Also were do I go to ask people to install specific modules on my website? Thanks in advance for your help. Share this post Link to post Share on other sites
burt 5,612 Posted January 29, 2014 There are many addons that can change the price on multiple items at one time; Easy Populate, Quick Updates, Quick Updates by Category, and so on. For any osCommerce work, there is a commercial enquiries forum: http://forums.oscommerce.com/forum/79-commercial-support-enquiries/ Share this post Link to post Share on other sites
FantasyArt 1 Posted January 29, 2014 Thanks @@burt. Which would you recommend to a novice? Share this post Link to post Share on other sites
FantasyArt 1 Posted January 30, 2014 Have installed the Quick Updates 292 Full for osc 2.3 and ran the SQL file and ran into a small problem (Well I hope it is small). Following the installation.html I have edited the files as directed but getting an error in the admin side of the store now as in the picture attached. Below is the catalog.php file edited and unedited. Error: Parse error: syntax error, unexpected T_ARRAY, expecting ')' in /home5/fantata1/public_html/store/admin/includes/boxes/catalog.php on line 46 UNEDITED: <?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2010 osCommerce Released under the GNU General Public License */ $cl_box_groups[] = array( 'heading' => BOX_HEADING_CATALOG, 'apps' => array( array( 'code' => FILENAME_CATEGORIES, 'title' => BOX_CATALOG_CATEGORIES_PRODUCTS, 'link' => tep_href_link(FILENAME_CATEGORIES) ), array( 'code' => FILENAME_PRODUCTS_ATTRIBUTES, 'title' => BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES, 'link' => tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES) ), array( 'code' => FILENAME_MANUFACTURERS, 'title' => BOX_CATALOG_MANUFACTURERS, 'link' => tep_href_link(FILENAME_MANUFACTURERS) ), array( 'code' => FILENAME_REVIEWS, 'title' => BOX_CATALOG_REVIEWS, 'link' => tep_href_link(FILENAME_REVIEWS) ), array( 'code' => FILENAME_SPECIALS, 'title' => BOX_CATALOG_SPECIALS, 'link' => tep_href_link(FILENAME_SPECIALS) ), array( 'code' => FILENAME_PRODUCTS_EXPECTED, 'title' => BOX_CATALOG_PRODUCTS_EXPECTED, 'link' => tep_href_link(FILENAME_PRODUCTS_EXPECTED) ) ) ); ?> EDITED: <?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2010 osCommerce Released under the GNU General Public License */ $cl_box_groups[] = array( 'heading' => BOX_HEADING_CATALOG, 'apps' => array( array( 'code' => FILENAME_CATEGORIES, 'title' => BOX_CATALOG_CATEGORIES_PRODUCTS, 'link' => tep_href_link(FILENAME_CATEGORIES) ), array( 'code' => FILENAME_PRODUCTS_ATTRIBUTES, 'title' => BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES, 'link' => tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES) ), array( 'code' => FILENAME_MANUFACTURERS, 'title' => BOX_CATALOG_MANUFACTURERS, 'link' => tep_href_link(FILENAME_MANUFACTURERS) ), array( 'code' => FILENAME_REVIEWS, 'title' => BOX_CATALOG_REVIEWS, 'link' => tep_href_link(FILENAME_REVIEWS) ), array( 'code' => FILENAME_SPECIALS, 'title' => BOX_CATALOG_SPECIALS, 'link' => tep_href_link(FILENAME_SPECIALS) ), array( 'code' => FILENAME_PRODUCTS_EXPECTED, 'title' => BOX_CATALOG_PRODUCTS_EXPECTED, 'link' => tep_href_link(FILENAME_PRODUCTS_EXPECTED) ) ) array( 'code' => FILENAME_QUICK_UPDATES, 'title' => "Quick Price Updates ", 'link' => tep_href_link(FILENAME_QUICK_UPDATES) ), ); ?> Please help!!! Share this post Link to post Share on other sites
FantasyArt 1 Posted January 30, 2014 Fixed... was editing the wrong file, well right file, wrong location. Share this post Link to post Share on other sites