Petit Bug à signaler suite à l'ajout du bouton paypal express sur la page product_info :
Remplacer :
------------
A little bug occurs with the new product_info button add-on :
Replace :

include(DIR_WS_CLASSES . 'payment.php');
$payment_modules = new payment;

par/by :

if ( ! is_object($payment_modules) )
{
include(DIR_WS_CLASSES . 'payment.php');
$payment_modules = new payment;
}

This is just a bug fix post. Not a complete package.


More...