Fastway shipping method compatibility problem and solution

If you are runnig Joomla 3.x and Virtuemart 3.x please post to this forum your questions or support tickets about One Page Checkout

Fastway shipping method compatibility problem and solution

Postby admin » Fri Jun 12, 2015 5:23 pm

Hello friends, if you get a blank screen when using fastway shipping method and our OPC, we suggest a small code change within the fastway plugin to make it compatible with OPC:

edit this file:
\plugins\vmshipment\fastway\fastway.php

and change this:
Code: Select all
protected function getVmPluginMethod($virtuemart_shipmentmethod_id) 


to this:
Code: Select all
public function getVmPluginMethod($virtuemart_shipmentmethod_id) 


best regards, stan, rupostel.com
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

Return to One Page Checkout for Virtuemart 3 on Joomla 3.x