バージョン選択

フォーラム

メニュー

オンライン状況

15 人のユーザが現在オンラインです。 (9 人のユーザが フォーラム を参照しています。)
登録ユーザ: 0
ゲスト: 15
もっと...

サイト内検索

プラグイン > バグ報告・利用に関する質問 > Googleショッピングフィード生成プラグインについて ECCUBE212.2

バグ報告・利用に関する質問

新規スレッドを追加する

スレッド表示 | 新しいものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
riyuwu
投稿日時: 2013/4/23 16:22
対応状況: −−−
一人前
登録日: 2012/4/11
居住地: 関西
投稿: 94
Googleショッピングフィード生成プラグインについて ECCUBE212.2
Googleショッピングフィード生成プラグインについて ECCUBE212.2

静的化しましたのかな、以下のミスをしました。

商品アイテム エラー 6889 個の商品アイテムに影響

URL が指定したウェブサイトに属していません (エラー数: 1721)
この値は、属性 condition のデータ フィードの指示に記載されている値にする必要があります。 (エラー数: 1721)
ウェブサイトの URL に対する申し立ては行われていません。 (エラー数: 1721)
この値は、属性 availability のデータ フィードの指示に記載されている値にする必要があります。 (エラー数: 1721)
商品アイテムが重複しています (エラー数: 5)

商品アイテムの警告 6884 個の商品アイテムに影響

送料情報がありません (1721 件の警告、Product Search, Search API for Shopping, Shopping のみ対象)
推奨属性 brand が指定されていません (警告数: 1721)
推奨属性 google product category が指定されていません (警告数: 1721)
推奨属性 gtin が指定されていません (警告数: 1721)
riyuwu
投稿日時: 2013/4/23 16:25
対応状況: −−−
一人前
登録日: 2012/4/11
居住地: 関西
投稿: 94
Re: Googleショッピングフィード生成プラグインについて ECCUBE212.2
data/downloads/plugin/GSFeed/templates/product.tpl

が<link>のところ2か所.html追加しました。
<!--{*
* GSFeed
* Copyright (C) 2012 Bratech CO.,LTD. All Rights Reserved.
* http://wwww.bratech.co.jp/
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*}-->
<?xml version='1.0' encoding='utf-8'?>
<rss version='2.0' xmlns:g='http://base.google.com/ns/1.0'>

<!--{* channel要素 *}-->
<channel>
<title><!--{$arrSiteInfo.shop_name|h}--></title>
<link><!--{$smarty.const.HTTP_URL|h}-->.html</link>
<description><!--{$arrSiteInfo.good_traded|h}--></description>
<!--{section name=cnt loop=$arrProduct}-->
<item>
<g:id><!--{$arrProduct[cnt].product_code_min}--></g:id>
<title><!--{$arrProduct[cnt].name|h|sfCutString:34:false:true}--></title>
<link><!--{$detail_urlpath}--><!--{$arrProduct[cnt].product_id}-->.html&source=googleps</link>

<description>
<!--{$arrProduct[cnt].main_list_comment|h|sfCutString:4800:false:true}-->

<!--{if $arrProduct[cnt].product_code_min }-->商品コード:<!--{$arrProduct[cnt].product_code_min|h}--><!--{/if}-->
</description>

<!--{if $arrProduct[cnt].main_large_image <> "" }-->
<g:image_link><!--{$smarty.const.HTTP_URL}-->upload/save_image/<!--{$arrProduct[cnt].main_large_image}--></g:image_link>
<!--{elseif $arrProduct[cnt].main_image <> ""}-->
<g:image_link><!--{$smarty.const.HTTP_URL}-->upload/save_image/<!--{$arrProduct[cnt].main_image}--></g:image_link>
<!--{elseif $arrProduct[cnt].main_list_image <> ""}-->
<g:image_link><!--{$smarty.const.HTTP_URL}-->upload/save_image/<!--{$arrProduct[cnt].main_list_image}--></g:image_link>
<!--{/if}-->

<g:price><!--{$arrProduct[cnt].price02_min_inctax}--> JPY</g:price>
<g:condition>new</g:condition>

<g:product_type><!--{$arrProduct[cnt].category_name|h}--></g:product_type>

<g:brand><!--{$arrSettings.brand}--></g:brand>


<!--{if $arrProduct[cnt].product_id }-->
<g:mpn><!--{$arrProduct[cnt].product_id|h}--></g:mpn>
<!--{/if}-->

<g:availability><!--{if $arrProduct[cnt].stock_min == 0}-->out of stock<!--{else}-->in stock<!--{/if}--></g:availability>
<g:google_product_category><!--{$arrSettings.category}--></g:google_product_category>
</item>
<!--{/section}-->
</channel>
</rss>
riyuwu
投稿日時: 2013/4/23 16:28
対応状況: −−−
一人前
登録日: 2012/4/11
居住地: 関西
投稿: 94
Re: Googleショッピングフィード生成プラグインについて ECCUBE212.2
ほかの変更処があれば、ぜひ、教えて。

例のサイト:http://www.nsupreme.com/gsfeed.php
riyuwu
投稿日時: 2013/4/24 8:29
対応状況: −−−
一人前
登録日: 2012/4/11
居住地: 関西
投稿: 94
Re: Googleショッピングフィード生成プラグインについて ECCUBE212.2
属性に有効な国コードが指定されていません: shipping (1721 件の警告、Product Search, Search API for Shopping, Shopping のみ対象)

そうすれば、良いのかな?

<g:shipping>
<g:country>JP</g:country>
<g:region>Tokyo</g:region>
<g:service>EMS</g:service>
<g:price>0 JPY</g:price>
</g:shipping>

下のように、間違いがあるでしょうか?
riyuwu
投稿日時: 2013/4/24 9:10
対応状況: −−−
一人前
登録日: 2012/4/11
居住地: 関西
投稿: 94
Re: Googleショッピングフィード生成プラグインについて ECCUBE212.2
推奨属性 gtin が指定されていません 。
今、この処だけ、解決してないです。
JAN コード [gtin]
スレッド表示 | 新しいものから 前のトピック | 次のトピック | トップ


 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は89,357名です
総投稿数は110,082件です

投稿数ランキング

1
seasoft
7367
2
468
3217
3
AMUAMU
2712
4
nanasess
2314
5
umebius
2085
6
yuh
1819
7
h_tanaka
1652
8
red
1570
9
mcontact
1304
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
799
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18 DELIGHT 572
19
patapata
502
20
flealog
485


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.