Quote Originally Posted by yaritai View Post
From my recall, I think that mod has the catalog (customer side) display in a separate folder that you would need to add the block of code to the tpl_product_info_display.php.

As far as the data not being saved to the database, I would suggest you relook at the collect_info.,php and the update.php files in admin. Make sure that those files are merged correctly OR uploaded directly from the mod if no customizations in the past. Those 2 files serve the purpose of updating the database. Another possiblity is that the other files such as the npf_sql folders were not loaded correctly? That mod tries to make it easier for users to upload as it separates the database calls in its own files.

Fix the admin side first then do the catalog side as no data saved in the database will not display in the catalog side.
Quote Originally Posted by yaritai View Post
CSS/JS loader bascially has 2 main purposes which it loads css and js files in an order that is owner controlled and has the ability to minify those same files. I don't use the minify option but do use the autoload feature. Basically it solves the downfall of having to rename files alphabetically when you want to load it in a certain order such as loading jquery first. Another positive is that some plugins use links to js files as they want it to load at a specific location after other files which the css/js loader also solves by telling it when and which order to load in.
and not to be a naysayer, but discussions regarding the setup and configuration of other modules should be discussed in separate threads since none of this set up is specifically related to Tabbed Products Pro..