[-] FO : fixed bug #PSCFV-4336
This commit is contained in:
@@ -2934,6 +2934,12 @@ class CartCore extends ObjectModel
|
||||
{
|
||||
return $this->_addCustomization($id_product, 0, $index, $type, $file, 0);
|
||||
}
|
||||
|
||||
public function deletePictureToProduct($id_product, $index)
|
||||
{
|
||||
Tools::displayAsDeprecated();
|
||||
return $this->deleteCustomizationToProduct($id_product, 0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove a customer's customization
|
||||
|
||||
Reference in New Issue
Block a user