Page 1 of 1

awo coupons on OPC2.0.307 + VM3.0.16+

PostPosted: Wed May 04, 2016 3:12 pm
by admin
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