thanks for using our modules.
error_log: PHP Strict Standards:Declaration of Carrier::getAvailableCarrierList() should be compatible with CarrierCore::getAvailableCarrierList(Product $product, $id_warehouse, $id_address_delivery = NULL, $id_shop = NULL, $cart = NULL, &$error = Array) in /home/...../override/classes/Carrier.php on line 174
Could you please tell me version of agile multiple seller module and the version of your PrestaShop?
Have you updated your PrestaShop?
You can try to replace following same line(#174?) with following in the file /override/classes/Carrier.php and see if it fixes the problem.
- Code: Select all
public static function getAvailableCarrierList(Product $product, $id_warehouse, $id_address_delivery = null, $id_shop = null, $cart = null, &$error = array())