超級商城大版面主題圖語法
寫此篇文糾結許久 要不要發文
網路許多工作室編寫商城是要收費
(費用都5千至上萬元起跳)
所以我搜尋一天一夜都找尋不著有關商城模組語法
只好土法煉鋼拆解研究多家商城原始檔 自己編寫
再加上 PTT版友shihyanyu提供語法幫忙修正
思量許久,秉持著分享是進步的最大動力 發表此文
如果檔了很多人的財路,敬請見諒
所提供語法僅供參考,可自行依照自己需求變更調整
注意:
修改前 請先備份自己商城的語法,以備錯誤時可恢復
變更前已務必先預覽檢查才可按確定儲存
修改設定法:
1.進入 超級商店後台→店面管理→版面設定→選自定範本
2.要先設定好各欄 標題 顏色 才能變更語法 (此步驟 我就沒截圖)
3.設定完所有顏色後,在上方HTML編輯區內
先貼上大版面的CSS語法
在設定好自己的商城主題圖路徑網址,及連結自家商城的網址
預覽看結果 邊微調 後按確定
超級商城大版面主題圖語法(上方HTML編輯區):
.........................................................
<style type="text/css">
html body .bodybg{width:1220px;margin:0 auto;}
#doc2 {min-width:1220px;}
.yui-t1 #yui-main .yui-gc .yui-u .yui-t1 .yui-b{width:230px;}
.yui-t1 #yui-main .yui-gc .first {width:68%;}
.yui-t1 #yui-main .yui-b {margin-left:24%;}
.yui-overlay {background:#fff;}
#ypstab_filtered, #ypssf_filtered, #ypsst_filtered{display:none;}
#yaubhtab, #yaubht, #ypshhlp, #ypshsboxv1, #ypsunifv1,
#ypsmenunav{display:none;}
.ypspane-g {border:0;}
.srpimgorder .hd .bd .datatitle {background:none;}
.bg {background:none;}
.ps_index .ypspread .bd li {margin-left:10px;margin-top:10px;}
.ypspread .bd li {padding:12px;}
#ypsee{min-width:230px;}
<p>
<a target="_top" href="https://商城連結網址">
<img src="http://圖片網址" width="1200" height="985" border="0"></a><br>
<br>
<a target="_top" href="https://商城連結網址">
<img src="http://圖片網址" width="1200" height="553" border="0"></a><br>
<br>
<a target="_top" href="商城連結網址">
<img src="http://圖片網址" width="1200" height="563" border="0"></a><br>
<br>
<a target="_top" href="商城連結網址">
<img src="http://圖片網址" width="1200" height="500" border="0"></a><br>
<br>
<a target="_top" href="商城連結網址">
<img src="http://圖片網址" width="1200" height="985" border="0"></a><br>
<br>
<a target="_top" href="商城連結網址">
<img src="http://圖片網址" width="1200" height="985" border="0"></a><br>
<a rel="nofollow" href="https://商城連結網址">
<br> </a></p>
...............................................
師父領進門,修行看個人,
其他欄位,依照自己需求編寫