当我在我的magento管理员中安装扩展程序时,它会显示Connection string is empty
.我不知道为什么会出现这个问题.我清除缓存也然后问题也一样.如果有人知道怎么做,请帮助我.谢谢!
我想在产品页面的topmenu中显示特定产品的不同颜色的下拉菜单.因此,如果管理员添加特定产品的一个颜色属性,它将自动显示在产品页面的topmenu中.
我想在简短描述后在产品视图页面中显示相关产品.我在app/design/frontend/default/your_theme/layout/catalog.xml页面中添加了以下代码
<block type="catalog/product_list_related" name="catalog.product.related" as="related" template="catalog/product/list/related.phtml"/> `under <reference name="content">` section.
Run Code Online (Sandbox Code Playgroud)
并评论以下代码
<reference name="right">
<block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
</reference>
Run Code Online (Sandbox Code Playgroud)
之后,我制作了一个related.phtml页面并将其放入app/design/frontend/default/your_theme/template/catalod/product/list/
部分.并app/design/frontend/default/your_theme/template/catalod/product/view.phtml
通过编写此代码在页面中调用此<?php echo $this->getChildHtml('related'); ?>
related.phtml 页面. 还清除缓存.然后它也无法调用页面如果有人知道这一点,请帮助我.谢谢!
我正在使用Magento 1.8.在管理员中,我收到此警告
Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider.
Run Code Online (Sandbox Code Playgroud)
我试图解决它,但无法做到这一点.如果有人知道这一点,请帮助我.
谢谢!
我不想在我的网站中添加顶部链接,但我想在topmenu.i中注销选项在topmenu中添加了一个注销选项,但它不起作用....所以如何在topmenu中使注销链接可用?如果有人知道这一点,请帮助我.谢谢!