Revert "구글 판매자센터 피드"

This reverts commit 8fbbae488b.
This commit is contained in:
loves2tu
2021-12-31 06:18:08 +00:00
parent 8fbbae488b
commit 754b25191f

View File

@ -50,11 +50,7 @@ for ($i = 0; $row = sql_fetch_array($result); $i++) {
$stock = "in_stock";
if($row['it_stock_qty'] <= 0) {
if($row['in_stock'] > 0) {
$stock = "in_stock";
} else {
$stock = "out_of_stock";
}
$stock = "out_of_stock";
} else {
if($row['in_stock'] <= 0) $stock = "out_of_stock";
}