Drupal ubercart uc_order_load() function returns same payment details
onWhile i work in drupal 6 ubercart module, I faced some strange issue. Ubercart provides a function uc_order_load() to load order details from order id. Let’s see the problem and solution below. uc_order_load() function usage uc_order_load() is used to get the order details in a single object. Syntax :- uc_order_load($order_id); parameter : $order_id = > We […]
Read more..