not possible to run bot in same time? but i don't know why its works fine on wamp server![]()
not possible to run bot in same time? but i don't know why its works fine on wamp server![]()
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
How I can add additional Tabs if needed other than already included?
Field should get information from create product page and each product have different information for this tab.
Last edited by jsarwar; 29 Jun 2014 at 10:40 PM.
Not sure you can. I looked for a way to rearrange the order of the tabs and there was not any way to do it. I would be interested in finding out of this is possible.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
You will have many options to do what you want but it depends on further information on what exactly you want. From what I read you are going to need this supp fact tab to display separate data for each product. So keep in mind that the best case for you is to use the plugin "numinix product fields" OR use it as a baseline for how to add an extra field. That mod gives fields like product desciption 2 and specifications. So these would make the data independent for each product. Once you get this setup, then you would add the fields you want to another tab. The main coding for TPP lies in the modules/tabbed_product_pro.php which pulls the relevant inform######## you want displayed. So you would start in that file to duplicate the coding of how it pulls the description field in a tab. There are many blocks of code that you want to copy and and paste it in the same order.
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.
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.
Bookmarks