![]() |
Product Detail Page
Which file do I modify the product detail page where in the list of SKU, Quantity in stock, etc to include Provider in that list...
To see default install, you can see: http://www.dealmia.com/product.php?productid=17513&cat=0&page=&featured=Y Thanks, Karan |
Re: Product Detail Page
Open it on webmaster mode and see the exact tpl file.X cart has the flexibility for viewing your exact tpl file.
|
Re: Product Detail Page
skin1/customer/main/product_details.tpl
|
Re: Product Detail Page
Thanks for the help. It worked.
Next Questions I have is (Sorry for many questions, I have very small budget and trying to do most I can.) I added the field "provider" in the category table. In the admin/category_modify.php, under # # Add/Update category data # I added: if ($login_type == "A") { $providers = func_query("SELECT login, title, firstname, lastname FROM $sql_tbl[customers] WHERE usertype='P' ORDER BY login, lastname, firstname"); } I know this is selecting all the providers from the table. I am wondering, like in product_modify, if the admin is adding product, it ask for provider, how can I make it where if admin (me) us adding category, I can assign proder to it. I am not able to make it, where it gives the similar dropdown menu in category modify as in product modify. Thanks in advance for your help. Karan |
Re: Product Detail Page
There will be few php and template files to edit in order to do that
|
Re: Product Detail Page
Hello Steve,
Is it possible for you to give me little idea on which once I might need to edit. Thanks, Karan |
Re: Product Detail Page
Use the webmaster tool to find out which templates exactly. You may need also to edit admin/categories.php, include/categories.php, include/import_categories.php
|
All times are GMT -8. The time now is 12:44 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.