21-9-2011
To change the size of product cell on Invoice’s table so they can fit 2 lines of text, just add the below code inside the INVOICE TEMPLATE on "Customize System Emails"
<style type="text/css">
.productitemcell{
height:60px;
}
</style> ..
Read more
21-9-2011
Just add &SAR=False to the form code:
<form name="catwebformform47565" method="post" onsubmit="return checkWholeForm47565(this)" enctype="multipart/form-data" action="/FormProcessv2.aspx?WebFormID=12374&OID=4739&OTYPE=55&EID=0&CID=0&SAR=False"> ..
Read more
21-9-2011
just add: &Optin=True at the form action, see example below:
<form action="/FormProcessv2.aspx?WebFormID=10090&OID=4739&OTYPE=55&EID=0&CID=0&Optin=True" enctype="multipart/form-data" onsubmit="return checkWholeForm13472(this)" method="post" name="catwebformform13472"></form> ..
Read more