M
M
Mark2017-10-09 11:28:27
PHP
Mark, 2017-10-09 11:28:27

How to duplicate a module on OpenCart?

On OpenCart 1.5, I downloaded the testimonial Testimonial module, it is displayed at the link /index.php?route=product/testimonial&act=cat&catid=6&blog_catalog=product/testimonial
How to duplicate these reviews in the product card, in a tab?
What piece of code is responsible for the output of the module?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zoozag, 2017-10-09
@zoozag

For page output:
The catalog/controller/ product/testimonial .php controller responds.
Usually, such modules have a separate output module through which you can output it, similar to the featured products module for example. If not, then you will have to add it yourself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question