Quote:
Originally Posted by playboy
Instructions say:
FIND:
'stylecache'
), $specialtemplates);
REPLACE WITH:
'stylecache',
// +++ vBookie
'vbookiesettings'
// --- vBookie
), $specialtemplates);
END
But I installed the uShop that has taking that bit of code already:
// ## <ucs>
'stylecache',
'utt_store_act'
// ## </ucs>
), $specialtemplates);
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=
what do i do? 
|
You should end up with something like this:-
PHP Code:
// ## <ucs>
'stylecache',
'vbookiesettings',
'utt_store_act'
// ## </ucs>
), $specialtemplates);
Hope it help.