PrestaShop 1.6.1.1后台中没有包含交货日期的消息

Absence of a message containing the delivery date in the PrestaShop 1.6.1.1 back office

提问人:zied ameur 提问时间:11/14/2023 更新时间:11/14/2023 访问量:98

问:

我最近注意到收到的订单缺少交货日期。

严格标准:Product::addCombinationEntity() 的声明应与 /var/www/xxx.com/override/classes/.php Product 中的 ProductCore::addCombinationEntity($wholesale_price, $price, $weight, $unit_impact, $ecotax, $quantity, $id_images, $reference, $id_supplier, $ean 13, $default, $location = NULL, $upc = NULL, $minimal_quantity = 1, array $id_shop_list = Array, $available_date = NULL) 兼容

严格标准:Product::updateProductAttribute() 的声明应与 /var/www/xxx.com/override/classes/.php Product 中的 ProductCore::updateProductAttribute($id_product_attribute, $wholesale_price, $price, $weight, $unit, $ecotax, $id_images, $reference, $id_supplier, $ean 13, $default, $location, $upc, $minimal_quantity, $available_date) 兼容

严格标准:Product::updateAttribute() 的声明应与第 0 行 /var/www/xxx.com/override/classes/.php Product 中的 ProductCore::updateAttribute($id_product_attribute, $wholesale_price, $price, $weight, $unit, $ecotax, $id_images, $reference, $ean 13, $default, $location = NULL, $upc = NULL, $minimal_quantity = NULL, $available_date = NULL, $update_all_fields = true, array $id_shop_list = Array) 兼容

严格标准:Product::addAttribute() 的声明应与 /var/www/xxx.com/override/classes/.php Product 中的 ProductCore::addAttribute($price, $weight, $unit_impact, $ecotax, $id_images, $reference, $ean 13, $default, $location = NULL, $upc = NULL, $minimal_quantity = 1, array $id_shop_list = Array, $available_date = NULL) 兼容

注意:尝试在第 386 行的 /var/www/xxx.com/modules/custompopup/custompopup.php 中获取非对象的属性

我需要你们的帮助,朋友们。

我激活了开发模式,并发现了这些错误消息。

php smarty shopping-cart prestashop-1.6 订单

评论


答: 暂无答案