Jump to content

[Solved] Hide price in New Products


Recommended Posts

yes it is possible in this case you must edit new-products.tpl template file (.tpl) located in /themes/your_theme/ directory

 

i suggest you to create new product-list.tpl file, for example product-list2.tpl with content from original one. Then edit it and remove/hide or what you want $product.price (tax_excl/tax_incl)

Link to comment
Share on other sites

yes it is possible in this case you must edit new-products.tpl template file (.tpl) located in /themes/your_theme/ directory

 

i suggest you to create new product-list.tpl file, for example product-list2.tpl with content from original one. Then edit it and remove/hide or what you want $product.price (tax_excl/tax_incl)

 

Thank you Veika.,....

but, my new-products.tpl has no price information anywhere, here...

 

{capture name=path}{l s='New products'}{/capture}
{include file="$tpl_dir./breadcrumb.tpl"}
<h1>{l s='New products'}</h1>
{if $products}
{include file="$tpl_dir./product-sort.tpl"}
{include file="$tpl_dir./product-list.tpl" products=$products}
{include file="$tpl_dir./pagination.tpl"}
{else}
<p class="warning">{l s='No new products.'}</p>
{/if}

 

 

i don't know if there is somewhere else where i could look.

thanks!

Link to comment
Share on other sites

oh... i understand now, Vekia's explanation was a little weird for me, sorry.

 

should be something like this:

 

copy product-list.tpl and rename it (product-list2.tpl)

edit product-list2.tpl commenting out or deleting the price.

edit new-products.tpl

changing in to the product-list2.tpl

 

 

that should work, i'm going to try it! thanks

Link to comment
Share on other sites

  • 4 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...