Page 1 of 1

payment logos not working in vm3.2.6 (not OPC related)

PostPosted: Tue Nov 28, 2017 5:13 pm
by admin
dear friends, if you plan to update to vm3.2.6 please note that a code that handles payment logos needs to be adjusted, for more information see:

http://forum.virtuemart.net/index.php?topic=138927.0

or follow this guide:

to summarzie the fix for non-programmers, let me provide a full guide:

1. open your \administrator\components\com_virtuemart\plugins\vmpsplugin.php

2. find line
Code: Select all
if(JFile::exists(VMPATH_ROOT .$url .DS.$logo)){


normally it is at line 758, but sometimes FTP transfer changes end lines.

3. replace the line with:

Code: Select all
if(JFile::exists(VMPATH_ROOT.DS.$url.DS.$logo)){


best regards, stan