magento api
If you are in the business of developing a mobile application or external web/desktop or some other application/service that needs to communicate with Magento trough its API, then my friend you are out of luck. I am not going to say Magento API is a trash, I’ll simply say it massively lacks certain methods within the existing exposed classes that will make your external application usable. Its all about simple things, right? Well, here is one bottom line simple thing I would like to do with my Magento API. I would like to get a list of all available websites, stores and store vie......
magento -- 修改代码让后台属性组合里的属性显示中文
Magento后台属性组合管理里的各个属性显示的是属性的code,也就是说,即便给每个属性加上了中文的标签(label),这里显示的依然是大片的英文,对一个不懂技术的后台管理者来说,这样多的英文时他们不愿意看到的,所以要想办法变一下。 打开/app/code/local/Mage/Adminhtml/Block/Catalog/Product/Attribute/Set/Main.php文件,找到几个用来显示的代码,替换成如下所示 view plaincopy to clipboardprint? public function getGroupTreeJson()  ......
Magento创建新支付模块
大家都知道,Magento 自带 paypal 支付模块,但对于中国大陆的网购用户来说,经常用的是网银,支付宝,财付通,等这些第三方支付。如果你的 Magento 跟踪官方升级到最新版本,也许后续版本中会有添加支付方式的后台操作模块,但是现在,我们必须以编程方式创建新的支付方式模块。 下面有一个小例子,Rikku 将解释如何创建一个简单的 Magento 支付模块。 当然,Rikku 在过去的涂鸦中,介绍过如何建立 Magento 模块,如果您不甚了解,那么请看 Rikku 的另外两篇涂鸦......
新Magento开发者最容易出现的3个错误
首先,Rikku 要告诉您,这是写给刚刚开始接触 Magento 的开发者的一篇涂鸦。这里面列举了三个典型的错误例子,即使您现在是一位 Magento 的专家,那么在您还是菜鸟的时候也有可能犯过。所以,请仔细阅读,那么你在起步学习 Magento 的时候可以回避这些错误。 第一个错误时下载 Magento full release,然后尝试通过 FTP 上传至服务器。其实有一种更容易的方式就是使用 Magento downloader method ,它不仅可以保证你的 Magento 版本最新,最重要的是这么做不会使你的 ......
display message
$this->_initLayoutMessages('catalog/session'); $this->_initLayoutMessages('checkout/session'); protected function _initLayoutMessages($messagesStorage) { if (!is_array($messagesStorage)) { $messagesStorage = array($messagesStorage); } foreach ($messagesStorage as $storageName) { $stor......
get current category
public function getCategoryId() { if ($category = Mage::registry('current_category')) { return $category->getId(); } return false; } ......
通过产品属性和目录获取产品
public function getProducts() { $categories = $this->helper('specific')->getAllCategories(); $hightlightProducts = array(); if($categories) foreach($categories as $category_id) { $collection = Mage::getMod......
google 绑定
66.249.89.104 google.com [PM 4:18:59] Louis Li says: C:\WINDOWS\system32\drivers\etc ......
Magento Set Session value and Get Session value
Magento Set Session value and Get Session value Set a Session value into a session Id in magento is little bit different. If you want to follow the Magento process than you must have to write the code given below to set a value and get a value of a particular Session Id. To set Session write <?php Mage::getSingleton('core/session')->setData('session_Id'); ?> To get that session value write <?php Mage::getSingleton('core/session')->getData('session_Id'); ?> from:https://aniscartujo.com/webproxy/default.aspx?prx=http......
- Page:46/146 1451 Blogs
周日 | 周一 | 周二 | 周三 | 周四 | 周五 | 周六 |
文章分类
- 默认(751)
- 日志(47)
- 感悟(15)
- testIT(4)
- PHP_XML(5)
- PHP(78)
- 明星(1)
- 笑话(31)
- 毕业论文(2)
- 生活(60)
- HTML(11)
- CSS(6)
- 考研(3)
- JS(21)
- 简历(6)
- svn(3)
- 音乐(1)
- 学习(7)
- jQuery(9)
- 英语口语(9)
- 书籍(2)
- magento(258)
- apache(12)
- 创意(4)
- 设计(4)
- 休闲(1)
- IT咨询(11)
- 工作(23)
- ubuntu(21)
- bysoft(1)
- zend(1)
- web(2)
- software(1)
- sql(5)
- 娱乐(5)
- photoshop(3)
- zend framework(2)
- nginx(3)
- 小说(1)
- 名言(1)
- 牛人(1)
- Mysql(6)
- vim(2)
- wordpress(8)
- drupal(1)