We have this Module destinated to the prestashop V 1.6 we must edite the file lgdropshipping.php to get address Supplier and costumer and the module will work fine with PS 1.7 thank you (im nooob)
best regards
best regards
We have this Module destinated to the prestashop V 1.6 we must edite the file lgdropshipping.php to get address Supplier and costumer and the module will work fine with PS 1.7 thank you (im nooob)
best regards
//delete this line on line 465Module for PS 1.6 work fine on PS 1.7?
I don`t understand - please share...
Well explained, thanks. I hope it works//delete this line on line 465
$id_address_delivery = $params['cart']->id_address_delivery;
//put this
$id_address_delivery = Db::getInstance()->getValue('SELECT id_address_delivery FROM '._DB_PREFIX_.'orders WHERE id_order = '.$id_order);
thanks manWell explained, thanks. I hope it works