Announcement

Collapse
No announcement yet.

Smart Theme from V7 in V6

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Smart Theme from V7 in V6

    Would the smart theme from version 7 work in v6. Can you take any theme from version 7 and put them into version 6 ?
    James
    ------------------
    ModelPower.co.uk - Quality Batteries - Affordable Prices

    #2
    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>&nbsp;</p>
    
          <table width="150" border="0" cellspacing="0" cellpadding="0">
            <tr> 
              <td height="22" bgcolor="NETQUOTEVAR:PALCOLOR2CSS" class="actsmallheading" background="tab_pal2.gif"><b>&nbsp;&nbsp;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
    Remove this from your Act_Primary.html.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Nadeem

      I know its possible but is it legal to do this? To get V7 themes I would have thought you would have needed to buy V7?
      Owner of a broken heart

      Comment


        #4
        Hi Gary

        Yes you are right. Legally the Smart theme and Best Seller theme are apart of Version 7 so you would need to have purchased v7 licence key, to use these templates.

        Kind Regards
        Nadeem Rasool
        SellerDeck Development

        Comment

        Working...
        X