Author Archives: John Peter

About John Peter

I'm John Salamon Peter, a forward thinking, highly motivated developer and i make my living developing for the web.I am skilled in HTML/CSS authoring, PHP, WordPress, Symfony, Magento, Smarty and Joomla.

Drupal ubercart uc_order_load() function returns same payment details

on

While 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..