VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: syntalk on June 06, 2013, 17:46:15 PM

Title: Payment small description from new line.
Post by: syntalk on June 06, 2013, 17:46:15 PM
Hi,

I have a cosmetic problem/question and thought someone knows some quick way to do it.
When press "select payment" and the payments methods are displayed I have:

* Credit Card:After having confirmed the purchase,......
* Bank Transfer:After having confirmed the purchase,......

is there any way to put smal description to the new line like:

* Credit Card:
   After having confirmed the purchase,....
* Bank Transfer:
  After having confirmed the purchase,....

And also when the order summary is displayed like now:

Payment method    Bank Transfer:After having confirmed the purchase,....
                                Payment should be send to: (payments details)

to:
Payment method    Bank Transfer:After having confirmed the purchase,.....
                                                                               (to put one line space here)
                                Payment should be send to: (payments details)


Not crucial but my customer requested that.
Many thanks
Title: Re: Payment small description from new line.
Post by: jenkinhill on June 07, 2013, 14:01:21 PM
Add a <br /> to the end of the payment name in the Payment Method editor gives the linefeed. And you can also add <br /> to the Payment Description. (tested using VM2.0.21c)
Title: Re: Payment small description from new line.
Post by: syntalk on June 07, 2013, 17:16:18 PM
Excellent solution and cannot be simpler.
For full of happiness would be great to align to the name of the payment:
*  Bank Transfer:
    After having confirmed the purchase,....

But still this does the job enough.
Many thanks jenkinhill!