0

I want to remove Featured, latest, Latest by category, specials product Description on home page of opencart 2.0.0.0. I just want to display only Product Image, price, Add to cart, wish list, compare. Please help me to this problem. how do i solve it.

Alexis King
  • 43,109
  • 15
  • 131
  • 205
sreejith k.s
  • 1
  • 1
  • 1

1 Answers1

5

Remove or comment the line:

<p><?php echo $product['description']; ?></p>

in the following files

  • catalog/view/theme/default/template/module/special.tpl
  • catalog/view/theme/default/template/module/featured.tpl
  • catalog/view/theme/default/template/module/latest.tpl
Sankar V
  • 4,110
  • 5
  • 28
  • 52
  • Your answer has totally nothing to do with OP's question. He wants to remove the description text from those modules, and not the actual modules. – Tibor B. Feb 11 '15 at 11:19
  • That's more like it. I've changed my downvote to an upvote. – Tibor B. Feb 11 '15 at 12:11