码迷,mamicode.com
首页 >  
搜索关键字:catalog    ( 962个结果
magento 按照final_price 价格筛选及价格排序
magento默认的价格排序和价格筛选都是根据catalog_product_index_price索引价格表中min_price字段来的 如果不显示as low as,可能会有误解,下面是解决办法,都根据最终价格来 路径和对应修改处function 1.排序 ...
分类:编程语言   时间:2014-12-16 17:21:21    阅读次数:246
在magneto系统中输出tier price的最小值
2012年6月16日星期六 Asia/Shanghai上午11时39分22秒有的时候,我们想输出产品的tier price 的最小值!如图:下面是解决的办法:1.在catalog/product/view文件夹下新建一个文件: getlowest.phtmlgetProduct();$_tierPr...
分类:Web程序   时间:2014-12-16 11:22:09    阅读次数:216
Table configuration with catalog null, schema null错误的一个原因
我在进行Mybatis调试时出现了下面的警告提示: Generation Warnings Occured   Table configuration with catalog null, schema null, and table 表名 did not resolve to any tables   Mybatis generator操作没有产生结果。 多处找资料发现在我的 ge...
分类:其他好文   时间:2014-12-15 09:03:37    阅读次数:901
234的笔记
首页这块的模板是对应主题下的catalog/product/homelist.phtml,是后台的静态块中recommenddations中配置的,
分类:其他好文   时间:2014-12-13 13:22:56    阅读次数:124
ado.net连接池效果
//启用连接池 string constr = "Data Sourse=zxtiger; Initial Catalog=itcastcn;Integrated Security=True"; Stopwatch watch = new Stopwatc...
分类:Web程序   时间:2014-12-12 22:00:46    阅读次数:151
C#事物执行数据
public class sqlservershiwu { public string sqlconString = "Data Source=.;Initial Catalog=TestDB;User ID=sa;Password=123456789"; pub...
分类:Windows程序   时间:2014-12-12 18:35:28    阅读次数:245
复制表内容(表结构相同)
public class sqlbulkcopyClass { public string sqlconString = "Data Source=.;Initial Catalog=TestDB;User ID=sa;Password=123456789"; p...
分类:其他好文   时间:2014-12-12 18:18:52    阅读次数:151
Magento架构师的笔记-----Magento显示当前目录的父分类和子分类的分类名
在Magento目录的分类页面里,希望在左侧导航获取到父分类和子分类,可以用以下方法:打开app/your_package/your_themes/template/catalog/navigation/left.phtml显示父分类的分类名12345678910$currentCat = Mage...
分类:其他好文   时间:2014-12-12 11:16:46    阅读次数:135
SQL---sql server连接字符串
Sql Server身份验证连接字符串:Data Source=server;Initial Catalog=db;User ID=test;Password=test;例如:Data Source=qds10574917.my3w.com;Initial Catalog=qds10574917_d...
分类:数据库   时间:2014-12-11 10:19:58    阅读次数:193
全文索引填充
1:创建全文索引而不运行完全填充 1 CREATE UNIQUE INDEX ui_ukDoc ON Production.Document(DocumentID); 2 CREATE FULLTEXT CATALOG AW_Production_FTCat; 3 CREATE FULLTEXT I...
分类:其他好文   时间:2014-12-05 16:53:47    阅读次数:193
962条   上一页 1 ... 83 84 85 86 87 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!