public function getOnlinePaymentOptions()
 {
     $paymentHelper = new PaymentGatewayHelper();
     $paymentHelper->fetchPaymentOptionsForm();
     // this echo the online payment options and their forms for the cart/payment page
 }