hotsauce 영카트 반응형 테마 정보
hotsauce 영카트 반응형 테마관련링크
첨부파일
본문
SNS 소셜로그인 설정
* 편리님의 소셜로그인 플러그인을 이미 설치해서 사용하고 계신분은 동시에 사용할 수 없습니다.
소셜로그인플러그인을 사용하기 위해서는 로그인 앱을 생성하셔야 하며 앱은 아래 각 서비스에서
직접 추가 생성하셔야 합니다.
페이스북 신청 url : https://developers.facebook.com/apps
구글 신청 url : https://console.developers.google.com
네이버 신청 url : https://nid.naver.com/devcenter/register.nhn
카카오 신청 url : https://developers.kakao.com/apps/new
앱생성 후 발급된 API 키 등의 정보를 테마관리-SNS소셜로그인에 입력해줍니다.
모든 서비스를 꼭 설정하셔야 하는 것은 아니며 사용하시려는 서비스만 설정하시면 됩니다.
앱설정 때 callback 또는 Redirect URL 은 아래의 예시와 같이 설정하셔야 합니다.
페이스북 : http://example.com/theme/blueberry/plugin/oauth/callback.php
구글+ : http://example.com/theme/blueberry/plugin/oauth/callback.php?service=google
네이버 : http://example.com/theme/blueberry/plugin/oauth/callback.php
카카오 : http://example.com/theme/blueberry/plugin/oauth/callback.php?service=kakao
13
댓글 전체
테마를 적용하고 hotsaurce theme 관리에서 고객센터 정보를 넣었는데도 main 하단의 cs center에는 나타나질 않네요. 회사명 등의 쇼핑몰 설정은 설정한 대로 나타나는데 말이죠. 왜 그럴까요?
css/mobile_shop.css 을 수정했는데도 적용이 안되는데....
스타일적용은 어디서해야하나요?
덕분에 예쁜쇼핑몰 만들었습니다.
메인화면에서 NEW와 인기상품디자인이 샘플화면과 다르게 히트,추천,할인 디자인 처럼 나옵니다. 설정해주는부분이 따로 있는건지 알고싶습니다.
새해 복많이 받으시고 항상 행복하세요^^
수고하셨습니다.
저도 JOVE님 처럼 CS center 전화번호가 안나오네요 ㅜㅜ
sns로그인도 안되고요.ㅜㅜ
macaroon -> hotsauce 로 교체하시면 나옵니다
theme/hotsauce/mobile/shop/shop.tail.php 파일도,
macaroon -> hotsauce 로 바꾸셔야 제대로 정상이네요!
왜 이러죠 ??
쿠폰을 다운로드 받으면 쿠폰함에는 있는데 마이페이지에서 보유쿠폰개수는 계속 0으로만 표시됩니다.
어디를 수정하면 될까요?
theme/hotsauce/theme.oauth.php
$save_file = G5_DATA_PATH.'/cache/theme/macaroon/snslogin.php'; -> $save_file = G5_DATA_PATH.'/cache/theme/hotsauce/snslogin.php';
theme/hotsauce/mobile/shop/shop.tail.php
$save_file = G5_DATA_PATH.'/cache/theme/macaroon/footerinfo.php'; -> $save_file = G5_DATA_PATH.'/cache/theme/hotsauce/footerinfo.php';
theme/hotsauce/mobile/shop/shop.tail.php
$save_file = G5_DATA_PATH.'/cache/theme/macaroon/snslink.php'; -> $save_file = G5_DATA_PATH.'/cache/theme/hotsauce/snslink.php';
theme/hotsauce/mobile/skin/faq/basic/list.skin.php
$save_file = G5_DATA_PATH.'/cache/theme/macaroon/footerinfo.php'; -> $save_file = G5_DATA_PATH.'/cache/theme/hotsauce/footerinfo.php';
head 파일이 shop.head.index.php, shop.head.php 2개가 있는데 불필요하게 중복되므로 하나만 사용해서 유지관리를 쉽게 하기 팁.
theme/hotsauce/mobile/shop/index.php
include_once(G5_THEME_MSHOP_PATH.'/shop.head.index.php'); -> include_once(G5_THEME_MSHOP_PATH.'/shop.head.php');
theme/hotsauce/mobile/shop/shop.head.php
<div id="container_s"> -> <div id="<?php echo (defined('_INDEX_') ? 'container_wr' : 'container_s');?>">
아래와 같이 나오는데 어딜 수정해야하는지요?
"상품 검색 결과 theme/hotsauce/mobile/skin/shop/basic/search.skin.php 스킨 파일이 존재하지 않습니다."
아무래도 영카드 버전이 높아서 그런거 같기도하고..
질문게시판을 통해서 sct_wrap을 sct_thtml로 변경하면 한번 동작합니다만 15개의 상품이 더 나오는걸로 끝입니다.(총 30개)
팁게시판에 올라온 공백(빈줄)없애는 것도 적용해봤는데 소용없구요.
혹시 제작자님께서 보신다면 한번 확인해주시면 감사하겠습니다. ^^;
/html/theme/hotsauce/mobile/skin/shop/basic/list.10.skin.php 파일을 수정합니다.
22번째줄부터
for ($i=0; $row=sql_fetch_array($result); $i++) {
if ($i == 0) {
if ($this->css) {
echo "<ul class=\"{$this->css}\">\n";
} else {
echo "<ul class=\"sct sct_10\">\n";
}
}
부분을
for ($i=0; $row=sql_fetch_array($result); $i++) {
if ($i == 0) {
if ($this->css) {
echo "<ul id=\"sct_wrap\" class=\"{$this->css}\">\n";
} else {
echo "<ul id=\"sct_wrap\" class=\"sct sct_10\">\n";
}
}
로 바꾸면 됩니다.
그런데 관리자 로그인이 안되는데 뭐가 문제인가요?
그리고 이 테마는 네비게이션 메뉴는 없나요?
메인 배너를 넣었는데 왜 이렇게 나올까요?
깔끔해 보여서 쓰려고 하는데.......
수정할게 많은 테마인가요?
써보신 분들의 답변 부탁드립니다.