Paginations review not working

ThemeBurn SupportForumsOpenCart ThemesBurnEnginePaginations review not working

This topic has been marked as resolved.

Hello, for some reason the pagination on my reviews stopped working.
I can’t figure out what happened.
Could you help me to check ?
Thanks

June 22, 2017 at 10:50 am #59993

I found the issue. My website is on https but the reviews link is calling a http and this is why they are not loading.

Any clue on how to fix this?
Thanks

June 22, 2017 at 10:28 pm #60010

Hi,

By default OC set HTTPS only to pages with form submit data: login, register, cart and checkout. Product page is not secured with all the default settings. We are not very sure how you have set all site HTTP, but it is certain that this modification is the cause of non working reviews pagination.

P.S. Same problem occurs when using the default theme.

BR,
ThemeBurn team

June 23, 2017 at 4:03 pm #60022

Dear TB-users,

I had the same problem and just found this thread. Since there isn’t any solution here I thought I post mine:

In your config.php just put all links (also HTTP_SERVER) to https. That should give you the following:


define('HTTP_SERVER', 'https://www.yourdomain.TLD/');
define('HTTP_IMAGE', 'https://www.yourdomain.TLD/image/');

// HTTPS
define('HTTPS_SERVER', 'https://www.yourdomain.TLD/');
define('HTTPS_IMAGE', 'https://www.yourdomain.TLD/image/');

This solved the problem for me and so far I did not see any negative side effects.

Cheers,
Torge

October 15, 2018 at 12:13 pm #65819

@diestadtgaertner

Thanks for sharing your solution!

BR,
ThemeBurn team

November 2, 2018 at 12:19 pm #65958
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.