|
|
@@ -1502,34 +1502,28 @@
|
|
|
|
|
|
// 광고 스크립트용
|
|
|
var goodsNavigation = [[${goodsNavigation}]];
|
|
|
+ var cate1No = "";
|
|
|
+ var cate2No = "";
|
|
|
+ var cate3No = "";
|
|
|
+ var cate4No = "";
|
|
|
+ var cate5No = "";
|
|
|
var cate1Nm = "";
|
|
|
var cate2Nm = "";
|
|
|
var cate3Nm = "";
|
|
|
var cate4Nm = "";
|
|
|
var cate5Nm = "";
|
|
|
if (!gagajf.isNull(goodsNavigation)) {
|
|
|
- cate1Nm = goodsNavigation.cate1No;
|
|
|
- cate2Nm = goodsNavigation.cate2No;
|
|
|
- cate3Nm = goodsNavigation.cate3No;
|
|
|
- cate4Nm = goodsNavigation.cate4No;
|
|
|
- cate5Nm = goodsNavigation.cate5No;
|
|
|
- cateNm = cate3Nm;
|
|
|
- /* if (!gagajf.isNull(cate1Nm)) {
|
|
|
- cateNm += cate1Nm;
|
|
|
- }
|
|
|
- if (!gagajf.isNull(cate2Nm)) {
|
|
|
- cateNm += ' > ' + cate2Nm;
|
|
|
- }
|
|
|
- if (!gagajf.isNull(cate3Nm)) {
|
|
|
- cateNm += ' > ' + cate3Nm;
|
|
|
- }
|
|
|
- if (!gagajf.isNull(cate4Nm)) {
|
|
|
- cateNm += ' > ' + cate4Nm;
|
|
|
- }
|
|
|
- if (!gagajf.isNull(cate5Nm)) {
|
|
|
- cateNm += ' > ' + cate5Nm ;
|
|
|
- }
|
|
|
- */
|
|
|
+ cate1No = goodsNavigation.cate1No;
|
|
|
+ cate2No = goodsNavigation.cate2No;
|
|
|
+ cate3No = goodsNavigation.cate3No;
|
|
|
+ cate4No = goodsNavigation.cate4No;
|
|
|
+ cate5No = goodsNavigation.cate5No;
|
|
|
+ cateNm = cate3No;
|
|
|
+ cate1Nm = goodsNavigation.cate1Nm;
|
|
|
+ cate2Nm = goodsNavigation.cate2Nm;
|
|
|
+ cate3Nm = goodsNavigation.cate3Nm;
|
|
|
+ cate4Nm = goodsNavigation.cate4Nm;
|
|
|
+ cate5Nm = goodsNavigation.cate5Nm;
|
|
|
}
|
|
|
// 광고 스크립트용
|
|
|
|
|
|
@@ -1559,11 +1553,16 @@
|
|
|
$("meta[property='eg:itemUrl']").attr('content',snsUrl);
|
|
|
$("meta[property='eg:originalPrice']").attr('content',[[${goodsInfo.listPrice}]]);
|
|
|
$("meta[property='eg:salePrice']").attr('content',[[${goodsInfo.currPrice}]]);
|
|
|
- $("meta[property='eg:category1']").attr('content',cate1Nm);
|
|
|
- $("meta[property='eg:category2']").attr('content',cate2Nm);
|
|
|
- $("meta[property='eg:category3']").attr('content',cate3Nm);
|
|
|
- $("meta[property='eg:category4']").attr('content',cate4Nm);
|
|
|
- $("meta[property='eg:category5']").attr('content',cate5Nm);
|
|
|
+ $("meta[property='eg:category1']").attr('content',cate1No);
|
|
|
+ $("meta[property='eg:category2']").attr('content',cate2No);
|
|
|
+ $("meta[property='eg:category3']").attr('content',cate3No);
|
|
|
+ $("meta[property='eg:category4']").attr('content',cate4No);
|
|
|
+ $("meta[property='eg:category5']").attr('content',cate5No);
|
|
|
+ $("meta[property='eg:category1_name']").attr('content',cate1Nm);
|
|
|
+ $("meta[property='eg:category2_name']").attr('content',cate2Nm);
|
|
|
+ $("meta[property='eg:category3_name']").attr('content',cate3Nm);
|
|
|
+ $("meta[property='eg:category4_name']").attr('content',cate4Nm);
|
|
|
+ $("meta[property='eg:category5_name']").attr('content',cate5Nm);
|
|
|
$("meta[property='eg:brandId']").attr('content',[[${goodsInfo.brandGroupNo}]]);
|
|
|
$("meta[property='eg:brandName']").attr('content',[[${goodsInfo.brandGroupNm}]]);
|
|
|
$("meta[property='eg:regDate']").attr('content',[[${goodsInfo.regDt}]].toDate("YYYYMMDDHHmmss").format("YYYY-MM-DDTHH:mm:ssZ"));
|