Shipping charges are not saving in Database if we added Product to cart through Android App

吃可爱长大的小学妹 提交于 2019-12-29 02:08:13

问题


we are using 2 shipping methods in our site.

  1. Table rate shipping method
  2. Custom shipping method [ extension]

we are doing Android app for our magento site.

when we use default shipping methods [ example : "Table rate shipping method " ,code : "tablerate_bestway" ] shipping charges are working fine in site and in andriod app.

when we use custom shipping method [ example : "custom shipping method 1" , code "ship_ship" ] shipping charges are working fine in site but we are getting "0" as shipping charges in android app Because in APP, its not saving in "sales_flat_quote_shipping_rate " table

this is the problem. what we need to do so that shipping charges should work in andriod app when we use custom shipping method.

来源:https://stackoverflow.com/questions/34675384/shipping-charges-are-not-saving-in-database-if-we-added-product-to-cart-through

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!