Helllo,
I was wondering if anyone can help.
I'm using joomla 1.5.22 and virtuemart 1.1.7.
I've installed the awo coupon component. The component seem to work just fine. But now that it is installed my other coupons are not working.
Virtuemart by default has coupons. I've coupons there. They used to work fine till I've installed awocoupons. Now they don't work anymore.
Because the following line:
return require_once (JPATH_ADMINISTRATOR.DS."components".DS."com_awocoupon".DS."assets".DS."virtuemart".DS."ps_coupon_process.php");
was added to the ps_coupon.php located at webroot/administrator/components/com_virtuemart/classes/ps_coupon.php
the virtuemart coupons now won't work. If I remove the line from ps_coupon.php, then my virtumemart coupons work, but awo coupons don't work
Is there a way to have them working both?
Any help would be appreciated.
I was wondering if anyone can help.
I'm using joomla 1.5.22 and virtuemart 1.1.7.
I've installed the awo coupon component. The component seem to work just fine. But now that it is installed my other coupons are not working.
Virtuemart by default has coupons. I've coupons there. They used to work fine till I've installed awocoupons. Now they don't work anymore.
Because the following line:
return require_once (JPATH_ADMINISTRATOR.DS."components".DS."com_awocoupon".DS."assets".DS."virtuemart".DS."ps_coupon_process.php");
was added to the ps_coupon.php located at webroot/administrator/components/com_virtuemart/classes/ps_coupon.php
the virtuemart coupons now won't work. If I remove the line from ps_coupon.php, then my virtumemart coupons work, but awo coupons don't work
Is there a way to have them working both?
Any help would be appreciated.