fisierele se copiaza in / copy files to [JOOMLA_INSTALL_DIR]/administrator/components/com_virtuemart/classes/payment
apoi in Virtuemart Administrare > Store > Add Payment Method
/ then in Virtuemart Administration > Store > Add Payment Method
se completeaza in felul urmator / has to be filled as follows:- Active?: bifat /checked
- Payment Method Name: ePayment
- Code: GECAD
- Payment class name (e.g. ps_netbanx): ps_epayment
- Payment method type: HTML-Form based (e.g. PayPal)
apoi se salveaza / then save.[b]Dupa care in lista de metode de plata se editeaza metoda ePayment. Important e sa treceti in partea de configurare datele pe care vi le-au comunicat cei de la GeCad.
/ After this in the list of payment methods, edit the epayment method. Important is to use the configuration data, provided by GeCad.[/b]IMPORTANT! in Payment Extra info treceti urmatorul text / add in Payment extra the following text:<?php
if ($page=='account.order_details'){
include( CLASSPATH. "payment/".$dbpm->f("payment_class").".form.php" );
}
?>