国际电子商务技术 & Magento开发公司

Maishen technologies

Welcome visitor! You canlogin orcreate an account.

热线:+86-0532-58973093

麦神科技有限公司
Mygod Technologies

官方认证开发工程师

magento-如何写一个支付模块!

2012年10月15日星期一 Asia/Shanghai上午10:35:44

网址:http://www.e-commercewebdesign.co.uk/blog/magento-tutorials/payment-module-call-with-payment-details.php

http://www.e-commercewebdesign.co.uk/blog/magento-tutorials/simple-payment-module-extended-with-information.php

0 Comments | Posted in Magento开发 By terry water

magento - 清空购物车中所有的产品和session

2012年10月12日星期五 Asia/Shanghai上午9:27:42

在购物车中删除所有的产品的代码如下:

 

foreach( Mage::getSingleton('checkout/session')->getQuote()->getItemsCollection() as $item ){
    Mage::getSingleton('checkout/cart')->removeItem( $item->getId() )->save();
}

清除所有的session的代码如下

Mage::getSingleton(‘checkout/session’)->clear();

这些代码只要是应对一些客户要求在购物车页面添加一个删除所有购物车中的产品,或者您的老板提出这么个要求,
自己写一个controller然后添加一个按钮,点击按钮后执行这个controller,然后执行上面的代码即可!
然后回到购物车页面
 $this->_redirectReferer(Mage::getUrl('*/*'));
0 Comments | Posted in Magento开发 By terry water

magento网店 - 通过country_id得到country name

2012年9月25日星期二 Asia/Shanghai下午2:20:56

在有一些时候,我们得到的是country的country_id,而输出的时候需要是country的全称,而不是一个缩写,因此我们需要输出这 个国家的全程,譬如做订单导出的时候,订单的表中存放的是country_id,这个字段,如果做导出,是为了更好的发货,magento网店中的二次开 发的订单导出才能更加的方便。

下面是通过country_id得到country name的具体代码:

$countryName = Mage::getModel(’directory/country’)->load($country_id)->getName();

OK!输出的就是国家的完整名字($country_id是一个国家的缩写)。

Read More
0 Comments | Posted in Magento开发 By terry water

magento -关于csv表格导出加入回车字符(excel)

2012年9月24日星期一 Asia/Shanghai下午3:02:45

magento里面有很多的数据,当网站迁移的时候,很多东西可以导出到另外的网站。

在导出的时候,内容有一些需要加回车键。

在csv表格中加回车键的方法是按住ALT+ENTER键。

在代码导出的时候加上字符 "\n" 就可以了!

Read More
0 Comments | Posted in Magento开发 By terry water

根据产品的id,调出来产品的tier price的数组

在产品详细页面对应的文件:templatge/catalog/product/view.phtml

加入代码:

<?php
$prices = $_product->getFormatedTierPrice();
var_dump($prices);
?>

然后就会吧tieprice显示出来




Read More
0 Comments | Posted in Magento开发 By terry water
 
  • Mygod Technologies
  • 麦神科技有限公司
  • 香港中路8号
  • 中铁青岛中心大厦A3001
  • 市南区, 青岛, 266000
  • 电话: 0532-5897-3093

订阅我们的最新消息。

我们将严格尊重您的隐私。

关注我们的微信
获取外贸电子商务最新资讯;跨境推广最新策略;电子商务网站技术最新趋势。

2018 Mygod Technologies. 保留所有权. Privacy Policy