Jump to content

PaymentOption problem with form


Recommended Posts

@Prestachamps image.thumb.png.ccc4b635238d4a35ae3d058a5e9d84f3.png

 

So this is my paymentOption.

 

$paymentOption = (new PaymentOption())
                ->setCallToActionText($this->l('FORM'))
                ->setModuleName($this->name')
                ->setForm($this->generateForm())
                ->setAdditionalInformation("additional information")
                ->setAction($this->context->link->getModuleLink($this->name));

 

So my question is, can I put FORM above additional information on payment method selection page?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...