2
http://themeforest.net/item/gala-electronues-market-responsive-theme/full_screen_preview/4138219這是我用於我的網站的magento模板。我想在主頁中的所有產品中添加「添加到購物車」。在哪裏以及要編輯什麼?在magento模板中編輯主頁產品
http://themeforest.net/item/gala-electronues-market-responsive-theme/full_screen_preview/4138219這是我用於我的網站的magento模板。我想在主頁中的所有產品中添加「添加到購物車」。在哪裏以及要編輯什麼?在magento模板中編輯主頁產品
爲找不到在哪裏編輯您可以通過啓用該 去
system->configuration->developer->debug
使用Magento的默認功能(你必須從下拉菜單中更改您的商店的左上角)。在這裏您可以啓用模板路徑提示。通過這樣做,您可以從渲染的位置獲取路徑。
併爲添加到購物車按鈕嘗試這種
<p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
你好,你會打電話給addtocart HTML到您的模板<?PHP的echo $這個 - >直到最底層( 'addtocart')?> – MagikVishal