Shoppica 2 and vqmod

This topic has been marked as resolved.

I had a fresh install on opencart 1.5.4.1 and the Shoppica 2 theme. All was working well until I installed vqmod. I read the install documentation but still no luck, keep getting the warning page/banner.

Is there no way to use this theme and vqmod?

November 1, 2012 at 8:40 pm #14875

When I take this out of my index.php page and put back the bottom code my store works fine

// vQmod
require_once(‘./vqmod/vqmod.php’);
$vqmod = new VQMod();

// VQMODDED Startup
require_once($vqmod->modCheck(DIR_SYSTEM . ‘startup.php’));

// Application Classes
require_once($vqmod->modCheck(DIR_SYSTEM . ‘library/customer.php’));
require_once($vqmod->modCheck(DIR_SYSTEM . ‘library/currency.php’));
require_once($vqmod->modCheck(DIR_SYSTEM . ‘library/tax.php’));
require_once($vqmod->modCheck(DIR_SYSTEM . ‘library/weight.php’));
require_once($vqmod->modCheck(DIR_SYSTEM . ‘library/length.php’));
require_once($vqmod->modCheck(DIR_SYSTEM . ‘library/cart.php’));
require_once($vqmod->modCheck(DIR_SYSTEM . ‘library/affiliate.php’));

and put back

// Startup
require_once(DIR_SYSTEM . ‘startup.php’);

// Application Classes
require_once(DIR_SYSTEM . ‘library/customer.php’);
require_once(DIR_SYSTEM . ‘library/affiliate.php’);
require_once(DIR_SYSTEM . ‘library/currency.php’);
require_once(DIR_SYSTEM . ‘library/tax.php’);
require_once(DIR_SYSTEM . ‘library/weight.php’);
require_once(DIR_SYSTEM . ‘library/length.php’);
require_once(DIR_SYSTEM . ‘library/cart.php’);

November 1, 2012 at 10:39 pm #14882

Any status on this issue?

November 3, 2012 at 1:23 am #14910

There is no issue between Shoppica and vQmod. There are hundreds of sites using vQmod and Shoppica. Enable the default theme and try the automatic vQmod install first. Then apply the Shoppica change to index.php file as described in the documentation. Finally enable the Shoppica theme.

Regards,
ThemeBurn team

November 5, 2012 at 12:20 pm #14962

I tried that and still get same issue.

Is there a way to pay for theme installation?

November 5, 2012 at 5:38 pm #14980

I tried another fresh install and again get the same issue.

Please see the hidden post with credentials to try to help fix this.

Thanks

November 5, 2012 at 10:07 pm #14988

Could you please help, I am trying to get this completed for a customer?

November 7, 2012 at 5:57 pm #15013

I can confirm shoppica 2 plays nice with vqmod with straightforward follow the automatic install steps.

Works for me & I’m new to all this.

I do recall something about 2.17 vqmod needed for oc 1.5.4.1 or something like that, maybe you did that wrong?

Another possibility is to check those server file permissions they mention in the oc installer, I had to change some 644s to 755s

I can only say do a step by step simple install, checking each step.

Like the TB guy above says, it really does work.

November 8, 2012 at 9:53 am #15022

@lemandras we checked your site and it has successfully installed vqmod. You supposedly have managed to install it. Don’t see any issue there.

Regards,
ThemeBurn team

November 8, 2012 at 10:15 am #15025

The latest version of VQMOD does not work, I had to go back to 2.1.7.

November 9, 2012 at 12:52 am #15057

We tested Shoppica with the latest version of vQmod 2.2.0 and there were not problems, as expected. Your’re definitely doing something wrong, but we have no glue what.

Regards,
ThemeBurn team

  • This reply was modified 4192 days ago by  TB Support.
November 9, 2012 at 9:37 am #15064
Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.