From ebdd3b43903b2b810ff2b7c0f38e986899653c1a Mon Sep 17 00:00:00 2001 From: loves2tu Date: Fri, 31 Dec 2021 06:44:44 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B5=AC=EA=B8=80=20=ED=8C=90=EB=A7=A4?= =?UTF-8?q?=EC=9E=90=EC=84=BC=ED=84=B0=20=ED=94=BC=EB=93=9C=20=20-=20avail?= =?UTF-8?q?ability,=20adult=20=EB=84=A4=EC=9E=84=EC=8A=A4=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=8A=A4(g)=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/price/google_feed.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shop/price/google_feed.php b/shop/price/google_feed.php index 7f238b763..642a97e2a 100644 --- a/shop/price/google_feed.php +++ b/shop/price/google_feed.php @@ -62,7 +62,7 @@ for ($i = 0; $row = sql_fetch_array($result); $i++) { $item->addChild("description", $it_basic); $item->addChild("link", $it_link); $item->addChild("g:g:image_link", $it_image); - $item->addChild("availability", $stock); + $item->addChild("g:g:availability", $stock); if($row['it_cust_price'] != null && $row['it_cust_price'] > 0) { $item->addChild("g:g:price", sprintf('%.2fKRW', $row['it_cust_price'])); @@ -83,7 +83,7 @@ for ($i = 0; $row = sql_fetch_array($result); $i++) { } } - $item->addChild("adult", $adult); + $item->addChild("g:g:adult", $adult); } header('Content-type: text/xml');