VCS payments/de: Difference between revisions

From Joomdle
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
[http://www.wobble.co.za/ Wobble] hat ein Virtuemart Patch entwickelt, welches es erlaubt das VCS Zahlungs Gatway unter Joomdle zu nutzen.  
[http://www.wobble.co.za/ Wobble] hat ein Virtuemart Patch entwickelt, welches es erlaubt das VCS Zahlungs Gateway unter Joomdle zu nutzen.  


With it, when a course purchase is made in Virtuemart with the VCS payment method, the user is automatically enrolled in the relevant Moodle courses.
With it, when a course purchase is made in Virtuemart with the VCS payment method, the user is automatically enrolled in the relevant Moodle courses.

Revision as of 14:31, 27 September 2010

Wobble hat ein Virtuemart Patch entwickelt, welches es erlaubt das VCS Zahlungs Gateway unter Joomdle zu nutzen.

With it, when a course purchase is made in Virtuemart with the VCS payment method, the user is automatically enrolled in the relevant Moodle courses.

To use it, first install the normal VCS plugin, and make sure it is working correctly for normal products.

Then, download this file and place it in '/administrator/components/com_virtuemart/html/'.

Then, you will need to modify the payment plugin configuration in Virtuemart. In Extra Info section, look for:

<input type="hidden" name="osApprovedUrl" value="<?php $sess->purl(SECUREURL."index.php?page=checkout.vcs&order_id=". $order_id) ?>" />

And change by:

<input type="hidden" name="osApprovedUrl" value="<?php $sess->purl(SECUREURL."index.php?page=checkout.vcs.joomdle&order_id=". $order_id) ?>" />