Would the smart theme from version 7 work in v6. Can you take any theme from version 7 and put them into version 6 ?
Announcement
Collapse
No announcement yet.
Smart Theme from V7 in V6
Collapse
X
-
Hi there
Yes this will work, copy the templates from v7 to v6 as there has not been that much change. The main change is the coupon code which you will need to remove.
Here is the code
HTML Code:NETQUOTEDEL:CAPTURECOUPON <!-- coupon entry begins --> <p> </p> <table width="150" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="22" bgcolor="NETQUOTEVAR:PALCOLOR2CSS" class="actsmallheading" background="tab_pal2.gif"><b> NETQUOTEVAR:COUPONTITLE</b></td> </tr> <tr valign="top"> <td class="thinred2"> <table width="100%" border="0" cellpadding="2" cellspacing="2" class="actxxsmall"> <tr> <td valign="top"><br> <table width="100%" border="0" cellspacing="0" cellpadding="2"> <form method="NETQUOTEVAR:CGIMETHOD" action="NETQUOTEVAR:CGIURL"> <tr> <td valign="top" colspan="2">NETQUOTEVAR:COUPONMESSAGE </td> </tr> <tr> <td valign="top"><input type="TEXT" name="COUPONCODE" size="10" maxlength="255" value="NETQUOTEVAR:COUPONCAPTION" onFocus="this.value='';this.style.background='#FFFFFF'"></td> <td><input type="SUBMIT" name="ACTION" value="NETQUOTEVAR:COUPONACTION"></td> </tr> </form> </table> </td> </tr> </table> </td> </tr> </table> <!-- coupon entry ends --> NETQUOTEDEL:CAPTURECOUPON
Kind RegardsNadeem Rasool
SellerDeck Development
Comment