I was fairly proficient with these templates about 10 years ago but I have taken a break and now everything has changed with css and whatnot. I no longer have any idea what I am doing so thank you in advance if anyone can help me. For the moment, I want to show products without the price or buy/add to cart fields showing. Is that possible?
Most setting can be set in your includes.php file. See the list here - https://www.ecommercetemplates.com/phphelp/ecommplus/parameters.asp
I found this there on that page https://www.ecommercetemplates.com/phphelp/ecommplus/parameters.asp#nopriceanywhere
quote:No price anywhere on the store (Minimum version 6.3.4)
If you need to completely strip prices from the product listings and shopping cart for use in situations where quotes can be requested by ordering for instance, set...
$nopriceanywhere=TRUE;
and this
quote:Removing buy and checkout buttons
You can simply eliminate the buy and checkout buttons as well as the price for all products, this is done by choosing $nobuyorcheckout=TRUE; and $noprice=TRUE;