VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: tariq_89 on February 10, 2017, 19:53:40 PM

Title: PHP echo without break
Post by: tariq_89 on February 10, 2017, 19:53:40 PM
I have the code below and it prints checkbox and a text below it. I want the text to be printed next to the checkbox on the same line:

echo VmHtml::checkbox ('STsameAsBT', $this->cart->STsameAsBT,1,0,'id="STsameAsBTjs" data-dynamic-update=1') . vmText::_ ('COM_VIRTUEMART_USER_FORM_ST_SAME_AS_BT');
Title: Re: PHP echo without break
Post by: jenkinhill on February 10, 2017, 20:52:53 PM
http://forum.virtuemart.net/index.php?topic=104795.0

http://forum.virtuemart.net/index.php?topic=79799.0