add_filter('op_online_order_paid_status',function($status){ $status = array('completed','processing'); return $status; },10,1)
use this snippet code to yourtheme/function.php or snippet code plugin
in some case cause the hosting memory , hosting got trouble about
add this shortcode to yourthem/functions.php or any snippet code plugin
I got some use case, they want add more field to order
Put this snippet code to yourtheme/functions.php or snippet code plugin to do
Just goto admin/product/ edit product you want enable this feature/ at tab
add this code to yourtheme/functions.php or a snippet code
add this shortcode and modify it to yourtheme/functions.php or snippets code plugin
s you know , since version 3.1.0 , we already support separate
Recent Comments