예제 #1
0
파일: Xml.php 프로젝트: buttasg/cowgirlk
 /**
  * set shipping
  */
 public function setShipping()
 {
     $shipping = new Shopgate_Model_Catalog_Shipping();
     $shipping->setAdditionalCostsPerUnit(false);
     $shipping->setCostsPerOrder(false);
     $shipping->setIsFree(false);
     parent::setShipping($shipping);
 }