actindo ->product__del_shop_image
actindo -> product__del_shop_image: remove shop image from product
Signaturstring product__del_shop_image( string $sid, int $art_id, int $image_id )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • int $art_id
    product id
     
  • int $image_id
    image id to delete (-1: delete all images of this product)
     
Returnsstring
array(ok=>TRUE/FALSE)
 
Descriptionremove shop image from product