AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: rvalani on September 19, 2016, 03:55:55 PM

Title: Where is .tpl file for homepage
Post by: rvalani on September 19, 2016, 03:55:55 PM
I have done some modification on Products like displaying products which will be available next month and you can add them to cart but I am not able to display them on home page under featured, latest product or bestseller.. The product disappear's from the home page if the date is later... I am looking for a file in which I can make changes
Thanks
Title: Re: Where is .tpl file for homepage
Post by: Basara on September 20, 2016, 03:07:45 AM
Hello.

Check template debug feature http://docs.abantecart.com/pages/tips/template_debug.html
Title: Re: Where is .tpl file for homepage
Post by: digitalt on September 20, 2016, 06:32:11 AM
In System>Settings>General do you have No Stock Auto Disable on or off. If it's on, you won't see your item till you add stock. If that's the case, you can add stock so it is visible and then disable ordering on the product page.
Title: Re: Where is .tpl file for homepage
Post by: rvalani on September 20, 2016, 12:10:49 PM
Quote from: digitalt on September 20, 2016, 06:32:11 AM
In System>Settings>General do you have No Stock Auto Disable on or off. If it's on, you won't see your item till you add stock. If that's the case, you can add stock so it is visible and then disable ordering on the product page.

@digitalt: I was not trying to achieve what you mentioned but thanks this will help me for future modification.. Actually I wanted something like pre-sale for products that we will be having for thanksgiving but customer can look at them now and order them. I was looking for  featured.php
For which I went to layout and then tried to investigate where is that file coming from
Thanks I really appreciate your help