0
我是magento的新手,目前面臨着尋找js功能的問題。magento頂部菜單欄問題
在當我點擊會顯示彈出消息,我想自定義其內容的客戶服務的鏈接上面的菜單。 到目前爲止,我發現頂部菜單欄中的文件,它位於app/design/frontend/rwd/<theme>/template/page/html/top_menu_bar.php
代碼,
<a href="javascript:void(0);" onclick="customerservies();">CUSTOMER SERVICE</a>
我的問題就是這個customerservies()
功能的定義會存在? 請幫我排序這個問題..