Home Changelog
Changelog PDF Print E-mail
( 3 Votes )
Jafilia
Written by Josué (Yosu) Cadilla Andrés   
Friday, 12 September 2008 19:08

Jafilia VM Affiliate Component 1.5 RC2 (BUILT 20) Changelog:

  • All manual hacks have been removed.
  • New system plugin allowing capture of events in Joomla! And Virtuemart. (in progress)
  • 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.
  • Portuguese translation added (pt-PT) - Thanks José Ribeiro
  • simple statistics on backend tabs added
  • Fixed Jafilia registration after Joomla registration (Notice on line 257)
  • Fixed edition of short description
  • Added automated status change of 'sale' in jafilia when user change the status of order in virtuemart.
  • 2 template changes
  • Fixed "could not istantiate mail function"

 

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();
}
Comments
Search
ssnobben  - Thanks for new release!   |Editor |2009-09-28 12:51:03
Thanks for this one!
bulesz   |Registered |2009-10-11 14:20:59
Thanks!
Only registered users can write comments!

!joomlacomment 4.0 Copyright (C) 2009 Compojoom.com . All rights reserved."

Last Updated on Monday, 15 February 2010 21:45