之前因為還不熟
只能用有沒有500×500的圖來判斷要不要出現下載pdf的按鈕
像是降子
\html\user_data\packages\mystyle\detail.tpl:
<!--★カタログダウンロード★--> <!--{if $arrProduct.main_large_image != ""}--> <a href="download_PDF/<!--{$arrProductCode.0}-->.pdf" onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_pdf_on.gif','pdf');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_pdf.gif','pdf');" target="_blank"> <img src="<!--{$TPL_DIR}-->img/products/b_pdf.gif" width="160" height="29" alt="カタログダウンロード" name="pdf" id="pdf" /> </a> <!--{/if}--> |