magento问题集

magento产品页面价格出现2遍

In app\design\frontend\default\default\template\catalog\product\view\type\Simple.phtml
Just change…

<block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml" />

TO

<!-- <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml" /> -->

注释掉就可以了.

Magento Homepage

{{block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/new.phtml"}}
<reference name="left">
<block type=" amshopby/catalog_layer_view " name="amshopby.navleft" after="currency" template="catalog/layer/view.phtml"/>
</reference>
{{block type="catalog/product_list" column_count="4" category_id="7" template="catalog/product/list.phtml"}}

The homepage is set from the admin side.
but if you want to add content yo your homepage from the layout files just edit the content of the <cms_index_index>tag in the cms.xml file.

Adding CMS Layout Templates

Demystifying Magento’s Layout XML – Part 1

Magento. Display new products on the home page (XML)
http://www.templatemonster.com/help/magento-display-new-products-on-the-home-page-xml.html

<reference  name="content">
<block  type="catalog/product_new" name="product_new"  template="catalog/product/list.phtml">
<action  method="setColumnCount"><column_count>6</column_count></action>
<action  method="setProductsCount"><count>0</count></action>
</block>
</reference>

如何修改magento默认的产品图片的大小尺寸

第一个地方,产品列表页的产品图片

文件位置:app\design\frontend\default\helloblank\template\catalog\product\list.phtml
在此文件中搜 “resize”,发现有两处,因为列表页有 List 和 Grid 两种显示方式,第一个resize一般是List列表显示中的产品图片,第二个resize一般是 Grid 列表显示中的产品图片。
截取代码片段:

$this->helper(‘catalog/image’)->init($_product, ‘small_image’)->resize(135, 135); ?>” width=”135″ height=”135″

代码分析:
resize(135, 135),就是设置产品图片 尺寸的函数,以像素为单位的。width=”135″ height=”135″就是css的设置。例如,想改成 150像素宽,200像素高。那么代码就改成

$this->helper(‘catalog/image’)->init($_product, ‘small_image’)->resize(150, 200); ?>” width=”150″ height=”200″

第二个地方,产品详细页产品图片

文件位置:app\design\frontend\default\helloblank\template\catalog\product\view\media.phtml
在此文件中搜“resize”。我们会找到两处,第一处是产品大图的,第二个是大图下面小图的。
代码片段截取:

resize(265)
resize(48, 48); ?>” width=”48″ height=”48″

代码分析:
当resize里面只有一个参数的时候就是设置宽和高是一样的。resize(265) 等于resize(265,256)。
这页有大量css的修饰代码,请务必用firebug等工具检查下,最大可以修改到多大
第三个地方,相关产品图片,upsell产品图片,crosssell产品图片

相关产品图片修改文件位置:app\design\frontend\default\helloblank\template\catalog\product\list\related.phtml
upsell产品图片修改文件位置:app\design\frontend\default\helloblank\template\catalog \product\list\upsell.phtml
crosssell产品图片修改文件位置:app\design\frontend\default\helloblank\template\checkout\cart\upsell.phtml
设置图尺寸的函数还是resize()函数,也基本和前面说的是一样的。
第四个地方,页面边栏购物车里产品图片

文件位置:app\design\frontend\default\helloblank\template\checkout\cart\item\default.phtml
基本就这些了,还有别的地方要改的,开启下magento模板路径看下,在哪里,改的方法也一样。最重要的是,要和你的css修饰代码配合好。

Magento如何删除Add to Compare和Add to Wishlist

app/design/frontend/default/yourtheme/template/catalog/product / List.phtml
移除

                    <ul class="add-to-links"><?php if ($this->helper('wishlist')->isAllow()) : ?><li><a rel="nofollow" href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li><?php endif; ?><?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?><li><span class="separator">|</span> <a rel="nofollow" href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li><?php endif; ?></ul>

如仅仅需要移除 add to compare.则

<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?><li><span class="separator">|</span> <a rel="nofollow" href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li><?php endif; ?>

如果你想要清除者两个模块以实现节省那么一点点资源的目的那么可以参照magento官方相关介绍
http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/catalog/how_to_remove_add_to_compare

innodb-fix.sql

alter table admin_assert                                engine=innodb;
alter table admin_role                                  engine=innodb; alter table admin_rule engine=innodb;

alter table admin_user engine=innodb; alter table adminnotification_inbox engine=innodb; alter table catalog_category_entity engine=innodb; alter table catalog_category_entity_datetime engine=innodb; alter table catalog_category_entity_decimal engine=innodb; alter table catalog_category_entity_int engine=innodb; alter table catalog_category_entity_text engine=innodb; alter table catalog_category_entity_varchar engine=innodb; alter table catalog_category_product engine=innodb; alter table catalog_category_product_index engine=innodb; alter table catalog_compare_item engine=innodb; alter table catalog_product_bundle_option engine=innodb; alter table catalog_product_bundle_option_link engine=innodb; alter table catalog_product_bundle_option_value engine=innodb; alter table catalog_product_bundle_selection engine=innodb; alter table catalog_product_enabled_index engine=innodb; alter table catalog_product_entity engine=innodb; alter table catalog_product_entity_datetime engine=innodb; alter table catalog_product_entity_decimal engine=innodb; alter table catalog_product_entity_gallery engine=innodb; alter table catalog_product_entity_int engine=innodb; alter table catalog_product_entity_media_gallery engine=innodb; alter table catalog_product_entity_media_gallery_value engine=innodb; alter table catalog_product_entity_text engine=innodb; alter table catalog_product_entity_tier_price engine=innodb; alter table catalog_product_entity_varchar engine=innodb; alter table catalog_product_link engine=innodb; alter table catalog_product_link_attribute engine=innodb; alter table catalog_product_link_attribute_decimal engine=innodb; alter table catalog_product_link_attribute_int engine=innodb; alter table catalog_product_link_attribute_varchar engine=innodb; alter table catalog_product_link_type engine=innodb; alter table catalog_product_option engine=innodb; alter table catalog_product_option_price engine=innodb; alter table catalog_product_option_title engine=innodb; alter table catalog_product_option_type_price engine=innodb; alter table catalog_product_option_type_title engine=innodb; alter table catalog_product_option_type_value engine=innodb; alter table catalog_product_super_attribute engine=innodb; alter table catalog_product_super_attribute_label engine=innodb; alter table catalog_product_super_attribute_pricing engine=innodb; alter table catalog_product_super_link engine=innodb; alter table catalog_product_website engine=innodb; alter table catalogindex_eav engine=innodb; alter table catalogindex_minimal_price engine=innodb; alter table catalogindex_price engine=innodb; alter table cataloginventory_stock engine=innodb; alter table cataloginventory_stock_item engine=innodb; alter table catalogrule engine=innodb; alter table catalogrule_product engine=innodb; alter table catalogrule_product_price engine=innodb; alter table catalogsearch_query engine=innodb; alter table checkout_agreement engine=innodb; alter table checkout_agreement_store engine=innodb; alter table cms_block engine=innodb; alter table cms_block_store engine=innodb; alter table cms_page engine=innodb; alter table cms_page_store engine=innodb; alter table core_config_data engine=

转载于:https://www.cnblogs.com/focai/p/4484792.html

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/492303.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

中国首份自动驾驶路测报告:自主车企全面落后

来源&#xff1a;车云摘要&#xff1a;首份中国自动驾驶路测报告&#xff0c;透露着科技企业的野心和中国车企的无奈。近日&#xff0c;我国首份自动驾驶车辆道路测试年度报告出炉。这份由北京市发布的自动驾驶道路测试报告中&#xff0c;首次披露了自动驾驶相关企业&#xff0…

Matlab——图像平移

1、代码如下: (1) close all;clear all;clc; %关闭所有图形窗口,清除工作空间所有变量,清空命令行 I=imread(lena1.bmp); a=50;b=50; J1=move(I,a,b); a=-50;b=50; J2=move(I,a,b); a=50;b=-50; J3=move(I,a,b); a=-50;b=-50; J4=move(I,a,b); set(0,defaultFigurePosi…

解决方案:c调用python,PyImport_Import或者PyImport_ImportModule总是返回为空

下面c_python_utils.h是处理工具函数&#xff0c;test.cpp是测试程序&#xff0c;hello.py是python类 可是当我集成到项目中的时候&#xff0c;PyImport_Import总是返回为空&#xff0c;起初我以为是init&#xff08;&#xff09;中设置目录的问题&#xff0c;但是目录设置的是…

19个决定性时刻,2030年前,这些黑科技必将发生

来源&#xff1a;科技联盟技术中心摘要&#xff1a;从无人驾驶汽车到机器人工人&#xff0c;在我们熟悉所有这一切之前&#xff0c;未来正迎面走来。根据世界经济论坛全球议程理事会关于《未来软件与社会》的一份报告&#xff0c;到2025年前&#xff0c;很多新兴技术将会达到其…

推荐两本移动开发挺火的书

移动开发最好的入门书&#xff0c;而且例子实战特别多&#xff0c;是大学生的首选。 转载于:https://www.cnblogs.com/book2006/p/4487688.html

Matlab——图像缩放(插值法)

实验内容&#xff1a; 用双线性内插法实现位深度为8的灰度图像的缩放。 思路&#xff1a; 输入原图像以及缩放后图像的像素要求&#xff08;宽度*高度&#xff09;&#xff0c;处理后输出新图像。 我是用matlab来实现scale(input_img,scale_size)函数的&#xff0c;输入图像路径…

情感计算综述

来源&#xff1a;人机与认知实验室自然的齐一性指未检验过的物体将在某些相关的方面与我们已经检验过的同类物体相似。情感是人类智能的重要组成部分&#xff0c;是穿越理性的一把利器&#xff0c;然而&#xff0c;情感计算这一方向能否可行&#xff1f;如同形式化常识一样能否…

Matlab——对比度拉伸

1、代码如下&#xff1a; close all;clear all;clc; %关闭所有图形窗口&#xff0c;清除工作空间所有变量&#xff0c;清空命令行 Iimread(pout.tif); Jimadjust(I,[0.2 0.5],[0 1]);%将0.2-0.5之间的灰度扩展到整个0-1范围&#xff0c;这种处理 对于强调感兴趣灰度区非常有用…

使用 JavaScript 实现简单候选项推荐功能(模糊搜索)【收藏】【转】

当我们使用 Google 等搜索功能时&#xff0c;会出现与搜索内容有关的候选项。使用 JavaScript 搜索字符串&#xff0c;通常会使用 indexOf 或者 search 函数&#xff0c;但是非常僵硬&#xff0c;只能搜索匹配特定词语。比如使用关键词 今天是星期几 想要检索 今天是星期五 这个…

形态学——腐蚀

1、基本概念 腐蚀 是一种消除连通域的边界点&#xff0c;使边界向内收缩的处理。 例如&#xff1a; 注&#xff1a;图像画面上边框处不能被结构元素覆盖的部分可以保持原来的值不变&#xff0c;也可以置为背景。 2、设计思想 设计一个结构元素&#xff0c;结构元素的原点定…

从现在到未来50年,传感器将如何改变世界?

来源&#xff1a;资本实验室2011年&#xff0c;网景公司创始人与风险投资家马克安德森提出了非常具有创见&#xff0c;而且已经成为现实的观点&#xff1a;“软件正在吞噬世界”。到今天&#xff0c;如果把句子中的“软件”替换为“传感器”&#xff0c;这一观点同样适用。自传…

开发过程中编写的一些批处理

1.BuildRelease.bat 用于不开启VS直接编译、部署、创建和恢复快照 WindowsPhone APP&#xff0c;注册WindowsPhone手机。 进行了编译和部署的效果&#xff1a; BuildRelease.bat 1 echo off2 pushd "%~dp0"3 title Build Release4 set folder%CD%5 set MSBUILD%windi…

形态学——膨胀

1、基本概念 膨胀是将与目标区域的背景点合并到该目标物中&#xff0c;使目标物边界向外部扩张的处理。 例如&#xff1a; 2、设计思想 设计一个结构元素&#xff0c;结构元素的原点定位在背景像素上&#xff0c;判断是否覆盖有目标点&#xff0c;来确定是否该点被膨胀为目标…

剖析20世纪未来出行 这些畅想21世纪能成吗?

来源&#xff1a;popsci编译&#xff1a; 网易智能 (乐邦)近年来有关飞行汽车、超级高铁、喷气背包、无人驾驶汽车等新型交通工具的报道一直不绝于耳&#xff0c;但目前这些领域的产品似乎都还算不上真正切实可行。说好的移动出行未来在哪里呢&#xff1f;人们梦寐以求的这些交…

11. javacript高级程序设计-DOM扩展

1. DOM扩展 1.1 选择符API l querySelector() 接收一个css选择符&#xff0c;返回与该模式匹配的第一个元素 l querySelectorAll() 接收一个css选择符&#xff0c;返回所有匹配的NodeList元素 1.2 HTML5 1.2.1 与类相关的扩充 l getElementsByClassName() 接收一个参数&#xf…

图像分割——迭代式阈值分割

1、算法步骤&#xff1a; &#xff08;1&#xff09;预定义两阈值之差dt &#xff08;2&#xff09;选定初始阈值T0&#xff08;一般为图像的平均灰度&#xff09; &#xff08;3&#xff09;用T分割图像为G1、G2两组&#xff0c;G1由灰度值大于T的所有像素组成&#xff0c;…

第一本用机器生成的书籍由施普林格•自然出版

Lithium-Ion BatteriesA Machine-Generated Summary of Current Research来源&#xff1a;Springer丨公众号摘要&#xff1a;这本创新的原型书引人入胜地概述了锂离子电池的最新研究。与德国法兰克福大学应用计算语言学实验室合作开发的一种算法自动编写了这本书。施普林格•自…

根据文件扩展名获取系统图标

1 /// <summary>2 /// 根据文件后缀名获取系统图标。3 /// </summary>4 /// <param name"extension"></param>5 /// <returns></returns>6 public static ImageSource GetIconByExt…

2019全球AI人才分布图:美国占44%,中国人才净流入

来源&#xff1a;网络大数据人工智能技术正在快速发展&#xff0c;而各国对于AI人才的需求是没有止境的&#xff1a;大家都在培养和争夺人才上做文章。前不久&#xff0c;教育部批准了国内35所大学的人工智能本科专业;加拿大正希望通过“全球技能战略签证”吸引国外人才流入。今…

区域生长算法原理及MATLAB实现

1. 基于区域生长算法的图像分割原理 数字图像分割算法一般是基于灰度值的两个基本特性之一&#xff1a;不连续性和相似性。前一种性质的应用途径是基于图像灰度的不连续变化分割图像&#xff0c;比如图像的边缘。第二种性质的主要应用途径是依据实现指定的准则将图像分割为相似…