X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Product Detail Page (https://forum.x-cart.com/showthread.php?t=54916)

karan 08-04-2010 04:50 PM

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

Learner 08-05-2010 02:31 AM

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.

cflsystems 08-05-2010 02:41 AM

Re: Product Detail Page
 
skin1/customer/main/product_details.tpl

karan 08-06-2010 10:20 PM

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

cflsystems 08-07-2010 05:16 AM

Re: Product Detail Page
 
There will be few php and template files to edit in order to do that

karan 08-07-2010 06:20 AM

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

cflsystems 08-07-2010 03:02 PM

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.