404 page

Tagged: 

This topic has been marked as not a support question.

I am trying to update the 404 page and have found it in the Pavilion CP and made changes. But, it doesn’t show up at all according to my modifications but as the original.

What do I need to change in order for it to show?

March 12, 2015 at 8:11 pm #39222

You can try to open catalog/view/theme/pavilion/template/error/not_found.tpl and put this line right at the beginning:

<?php if ($tbData->route == 'product/category' || $tbData->route == 'information/information' || $tbData->route == 'product/product') { header('HTTP/1.0 404 Not Found'); header('Location: ' . $tbData->url->link('error/not_found')); exit(); } ?>

BR,
ThemeBurn team

March 18, 2015 at 3:54 pm #39419

That did not work unfortunately. Same page as before (i.e. standard).

March 18, 2015 at 4:14 pm #39422

Hi,

Happens to me the same, there is no way that the page appears designed Pavilion CP. The default Opencart page always appears.

How can we fix it?

BR,

Toni

May 21, 2015 at 4:33 pm #41029

Any fix to this???

Thanks

May 29, 2015 at 3:34 pm #41219

Hi,

Unfortunately, there is no quick fix for this problem, due to OpenCart routing logic. We will need to refactor how 404 is taken by Page Builder with the upcoming major update.

BR,
ThemeBurn team

June 7, 2015 at 4:43 pm #41314
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.