VQMOD Page Cache gives mobile site blank page

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeVQMOD Page Cache gives mobile site blank page

This topic has been marked as resolved.

I recently downloaded the VQMOD Page Cache

When I install this mod, the mobile site appears to be blank. Is there a solution to use this modification and also continue using the mobile site.

November 23, 2012 at 2:45 pm #15386

You can ask the developer of the extension the following question:

>>

How can I disable the page cache if the following condition is met:

if (isset($_COOKIE['is_mobile'])) {
  // disable the cache
}
<<

You could share the answer, if you wish.

Best,
ThemeBurn team

December 4, 2012 at 12:16 pm #15629

Thanks to developer of the Page Cache Module, my problem is solved.

Solution:

Open /pagecache/caching.php

Find:


if(PAGE_CACHING) {

change it to:

if(PAGE_CACHING &&
!isset($_COOKIE['is_mobile'])) {

March 27, 2013 at 1:40 pm #21078

Thanks for posting the solution here, mate :)

Best,
ThemeBurn team

March 28, 2013 at 6:32 pm #21180
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.