what module(s) do the admin settings get loaded into when a website is called up.. i'm looking for the spot where the number of columns and number of products per page get loaded so that i could customize the coding a bit.
what module(s) do the admin settings get loaded into when a website is called up.. i'm looking for the spot where the number of columns and number of products per page get loaded so that i could customize the coding a bit.
Er, there are are a bunch of pages that have their own "number of products" and "number of columns" ... are you possibly referring to the formatting of the new/featured/special items that show on the main page?
The new/featured/special products on the main page (and others) are formatted by /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_whats_new.php, tpl_modules_featured_products.php and tpl_modules_specials_default.php ... respectively.
Bookmarks