Would it be easier to take the next part of the code the price and make that the link to the product info?
. $products_price
Would it be easier to take the next part of the code the price and make that the link to the product info?
. $products_price
I could be wrong but I think that the file that you are looking at is not the file that controls the display but the one that grabs the information.
tpl_modules_products_featured_listing.php is one of several that I think defines the display for featured and others for the rest
So the above code it drawing the product info form another file and displaying the text and price?
All I know is when this code is cut out there isn't a discription link or price under the inage.
I will look where you suggest and see what.......... Well, I don't know what.
Yes if you do not query the DB for the info then the tpl file has no info to display but probably not the best way to do thisAll I know is when this code is cut out there isn't a discription link or price under the inage.
I resolved my button issue.
I had the right file just the wrong approach.