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 Gateway unter Joomdle zu nutzen.  
[http://www.wobble.co.za/ Wobble] hat ein Virtuemart Patch entwickelt, dass 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.
Mit diesem wird, nach der Zahlung eines Kurses über Virtuemart mit der VCS Zahlungsmethode, der Benutzer automatisch in diesem Moodle Kurs angemeldet.


To use it, first install the normal VCS plugin, and make sure it is working correctly for normal products.
Um dieses zu nutzen, installieren Sie zunächst das normale VCS Plugin und stellen sicher, dass es für die normalen Produkte funktioniert.


Then, download [http://sourceforge.net/projects/moodle-joomla/files/checkout.vcs.joomdle.php/download this file] and place it in '/administrator/components/com_virtuemart/html/'.
Dann laden Sie folgende Datei herunter: Then, download [http://sourceforge.net/projects/moodle-joomla/files/checkout.vcs.joomdle.php/download this file] und speichern es in '/administrator/components/com_virtuemart/html/'.


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

Revision as of 15:55, 27 September 2010

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

Mit diesem wird, nach der Zahlung eines Kurses über Virtuemart mit der VCS Zahlungsmethode, der Benutzer automatisch in diesem Moodle Kurs angemeldet.

Um dieses zu nutzen, installieren Sie zunächst das normale VCS Plugin und stellen sicher, dass es für die normalen Produkte funktioniert.

Dann laden Sie folgende Datei herunter: Then, download this file und speichern es 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) ?>" />