Hi All!
I'd like to remove property categories and its box, but till now havent figured how to.
i attached a screenshot and here is the link:
http://szeghalmys.com/index.php?main...ex&cPath=36_37
thanks in advance
Nandor
![]()
Hi All!
I'd like to remove property categories and its box, but till now havent figured how to.
i attached a screenshot and here is the link:
http://szeghalmys.com/index.php?main...ex&cPath=36_37
thanks in advance
Nandor
![]()
Look at that category in your admin and see if "property categories" is in the description
Zen-Venom Get Bitten
It is not there in admin inside categories, in the category page. But this "property categories" is always on top inside a Category or Subcategory on the site.
http://szeghalmys.com/index.php?main...ex&cPath=34_35
http://szeghalmys.com/index.php?main_page=index&cPath=3
thanks
Nandor
Your Template Monster template is outputting
so I would look for some distinctive bit like tie3-indent in your files. Try searching with Tools > Developers Toolkit if you can't quickly find it in one of the product listing files.HTML Code:<div class="tie3 text2 tie-margin1"> <div class="tie3-indent"> <strong>Property categories:</strong> <div class="wrapper" id="indexProductListCatDescription">
Template Monster templates are NOT RECOMMENDED and usually cause many problems. You will not get much help on this forum for Template Monster stuff, because no professional zencart designers use them (as far as I know).
You should rather base your site on a properly-configured FREE template, such as those from Picaflor Azul.
20 years a Zencart User
thanks for the useful reply. i found it in many files , among others:
data/www/htdocs/users/szeghalmys/szeghalmys/includes/templates/theme549/templates/tpl_index_categories.php
Line #66 : <div class="catDescContent"><strong>Property categories:</strong><br /><?php echo $current_categories_description; ?></div>
/data/www/htdocs/users/szeghalmys/szeghalmys/includes/templates/theme549/templates/tpl_index_product_list.php
Line #21 : <strong>Property categories:</strong>
/data/www/htdocs/users/szeghalmys/szeghalmys/includes/templates/theme549/templates/tpl_index_categories.php
Line #66 : <div class="catDescContent"><strong>Property categories:</strong><br /><?php echo $current_categories_description; ?></div>
/data/www/htdocs/users/szeghalmys/szeghalmys/includes/templates/theme549/templates/tpl_index_product_list.php
Line #21 : <strong>Property categories:</strong>
i did one screenshot. Which one(s) should i delete? or what can be done that the property categories text and its box dissapears?
thanks in advance
I think you should put this question to Template Monster... As we have no idea why this was put there and what else it may affect, we cannot advise on what to delete.
You paid money for this template, so go ask the people you paid money to, for advice on fixing this issue.
20 years a Zencart User
I would probably delete all of the
<strong>Property categories:</strong>
but do it one at a time and look carefully for the effect each time.
Actual output text is never something that should appear in template or module files, only language files in define() statements.
I can't guarantee that something won't break if you do this, as I know nothing about the particular template. Best to ask/complain to the manufacturer about the poor coding.
I know this is a very delayed post, however it may help others that have the same issues with the above mentioned templates. As you know these templates don't always respect the "language" files as that would be too easy for those using their single use products. The two files to edit that will take care of the customer viewing "Property Categories" are:
(For the Category Level)
Main Directory -> includes -> templates -> THE TEMPLATE IN QUESTION -> templates -> tpl_index_categories.php
(For the Sub-Category Level)
Main Directory -> includes -> templates -> THE TEMPLATE IN QUESTION -> templates -> tpl_index_product_list.php
I had to work on a template like this from a customer of mine. We changed the wording from Property Categories to Details. After doing so, we were able to manipulate the customer view (front end of the site). This was with a zc1.5.1 and we did not damage the framework.