Problems with creating a new page

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeProblems with creating a new page

This topic has been marked as resolved.

Hello,
I want to create another page called SOON (to indicate products), which is similar to SPECIAL PRODUCTS page.
I made a copy of the file, but when I access page does not display any results. I mention that queries in MySQL are correct, the result from the database is correct (correct displays them in arrays), but they enter the file .tpl

not want to display the result, why is this happening?
To be more explicit, if displayed on curand.tpl variable (array) of php, displays the results (as array), and when I add after variable $ tbData-> echoHeader ($ header) no longer displays anything even no a simple text.
Please guide me how to do to solve this problem.
Thank you for your understanding!

Sincerely,
Daniel Micu

 Daniel
July 31, 2015 at 12:23 pm #42392

Hi Daniel,

Do you use some third party extension?

August 3, 2015 at 3:15 pm #42490

Yes, use third-party extensions, but do not use extensions to suppress the creation of a web page identical to special products.
please help!

 Daniel
August 3, 2015 at 4:11 pm #42500

Hi,

If you have made everything else (models and controllers), you need to:

1) Duplicate catalog/view/theme/pavilion/template/product/special.tpl with a new name, in your case curand.tpl.

2) Open the new template and replace all routes inside:

product/special

with the new one:

product/curand

3) Duplicate tb_themes/pavilion/config/system_widgets/product/special.php

4) Open the new config file and update route and label keys.

5) Clear theme cache.

BR,
ThemeBurn team

August 13, 2015 at 1:49 pm #42654

Thanks for help me…
I solved this problems… thansk again!!!

With respect,
Daniel Micu

 Daniel
August 14, 2015 at 9:16 am #42684

Glad we could help :)

BR,
ThemeBurn team

August 21, 2015 at 11:55 am #42768
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.