Mets le prix dans le poids
This commit is contained in:
parent
4ff465c08a
commit
35ff3fbe5f
@ -399,6 +399,7 @@ class Livre {
|
|||||||
$sql .= "SET products_model = '".$this->ref."'";
|
$sql .= "SET products_model = '".$this->ref."'";
|
||||||
$sql .= ", products_image = '".$this->image."'";
|
$sql .= ", products_image = '".$this->image."'";
|
||||||
$sql .= ", products_price = ".$this->price."";
|
$sql .= ", products_price = ".$this->price."";
|
||||||
|
$sql .= ", products_weight = ".$this->price."";
|
||||||
|
|
||||||
$sql .= " WHERE products_id = " . $this->oscid;
|
$sql .= " WHERE products_id = " . $this->oscid;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user