awo coupons on OPC2.0.307 + VM3.0.16+

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

awo coupons on OPC2.0.307 + VM3.0.16+

Postby admin » Wed May 04, 2016 3:12 pm

hello, we just came around a problem on the latest VM and OPC (307), fixed in OPC2.0.308 where the AWO shipping-only coupons do not work properly when used within OPC.

the problem is caused by "session caching and session clearing" upon the calculation rounds by OPC and the problem can be fixed either by commenting this line in awo coupon core file:

\administrator\components\com_awocoupon\helpers\estore\virtuemart\couponhandler.php

comment this line in the constructor:
Code: Select all
if(version_compare($this->vmversion, '3.0.9', '>=')) $this->is_validateprocess = true;


comment looks like:
Code: Select all
// if(version_compare($this->vmversion, '3.0.9', '>=')) $this->is_validateprocess = true;



OR

update to OPC2.0.308 or later.

we are further investigating if this was caused by a VM3.0.16 calculation changes.

best regards, stan
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

cron