Post by knuggle » Wed Jun 19, 2013 6:07 am

Hello,

I am trying to install this Google Product Feed module:

http://www.opencart.com/index.php?route ... on_id=2500

Following these instructions (using vqmod)

1. vQmod XML file (recommended)

This is the best way to install as it is non destructive to the core files.

If you do not already have vQmod installed, you can get it from http://www.vqmod.com

Warning - vQmod should ony be installed on stores that have not already been modified (apart from obvious template files and stylesheets).

Simply copy the two xml files 'uksb_google_merchant.xml' and 'uksb_sitemaps.xml' from the vQmod folder to your vQmod/xml folder.

Also, you must edit index.php

Find:

if (isset($session->data['language']) && array_key_exists($session->data['language'], $languages) && $languages[$session->data['language']]['status']) {
$code = $session->data['language'];
} elseif (isset($request->cookie['language']) && array_key_exists($request->cookie['language'], $languages) && $languages[$request->cookie['language']]['status']) {

Change To:

if (isset($request->get['language']) && array_key_exists($request->get['language'], $languages) && $languages[$request->get['language']]['status']) {
$code = $request->get['language'];
} elseif (isset($session->data['language']) && array_key_exists($session->data['language'], $languages)) {
$code = $session->data['language'];
} elseif (isset($request->cookie['language']) && array_key_exists($request->cookie['language'], $languages)) {


The index.php editing part I am having trouble with. Where is the index.php? Is it in my FTP? Is it somewhere else? What exactly is it?

Straightforward and hopefully easy question to answer!

Thank you,

Flying City

Newbie

Posts

Joined
Fri Apr 29, 2011 10:55 pm

Post by grgr » Wed Jun 19, 2013 2:59 pm

Via FTP:
file_to_save.jpg

file_to_save.jpg (12.72 KiB) Viewed 696 times


-
Image Image Image
VIEW ALL EXTENSIONS * EXTENSION SUPPORT * WEBSITE * CUSTOM REQUESTS


User avatar
Active Member

Posts

Joined
Mon Mar 28, 2011 4:08 pm
Location - UK
Who is online

Users browsing this forum: No registered users and 6 guests