Looking for help?
< All Topics
Print

Disable use store address as shipping information when have no customer shipping info

use this snippet code to yourtheme/function.php or put to snippets code plugin

​add_filter('op_order_use_store_shipping_address',function(){
​   return false;
​})

Table of Contents