Sign Up / Log In
Jafilia on the Cloud
Friendly Websites
Jafilia PRO Live Help Center
| Changelog |
|
|
|
| Jafilia | ||||||||||||||||||||
| Written by Josué (Yosu) Cadilla Andrés | ||||||||||||||||||||
| Friday, 12 September 2008 19:08 | ||||||||||||||||||||
|
Jafilia VM Affiliate Component 1.5 RC2 (BUILT 20) Changelog:
Jafilia VM Affiliate Component RC2 (BUILD 16) Changelog:
- All manual hacks have been removed. - New system plugin allowing capture of events in Joomla! And Virtuemart. - Plugin install and uninstall automated. The plugin is now installed and uninstalled automatically with the main component. - Fixed the two known fatal errors. - Fixed some notices and warnings. - German translation added to the core component. (German de-DE) Thank you to TenserD for his valuable help. Jafilia 1.0 RC2
---------------
* prefilled registration form with userdata from VM
* new paypal field
* new state field for US
* shows banking data and paypal account in userdetails in backend
* totaly translated, even the charting stuff
* pay per lead - you can now configure a fix amount for a fee, not only percentage, e.g. 10,-€ fix per sale
The code for the ps_chekcout.php from VM musst be changed, either!!! Here`s the new one:
global $jafversion, $jafsale, $jaflead;
if(isset($_COOKIE['cook_jaffiliate']) && $jafversion == 'sale' || $jafversion == 'lead') {
$aff = $_COOKIE['cook_jaffiliate'];
if($jafversion == 'sale') $sale = round(($order_subtotal/100)*$jafsale,2);
if($jafversion == 'lead') $sale = $jaflead;
$date = date('Y-m-d H:i:s');
$affiliate = array(
'uid' => $aff,
'version' => $jafversion,
'order' => $order_id,
'sale' => $sale,
'status' => 'open',
'date' => $date
);
$db->buildQuery( 'INSERT', '#__jaf_sales', $affiliate );
$affisale = $db->query();
}
Only registered users can write comments!
Powered by !JoomlaComment 4.0alpha3
!joomlacomment 4.0 Copyright (C) 2009 Compojoom.com . All rights reserved."
|
||||||||||||||||||||
| Last Updated on Monday, 15 February 2010 21:45 | ||||||||||||||||||||
Changelog


