Announcement

Collapse
No announcement yet.

Editing Template

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

    Editing Template

    Greetings...
    I would like to edit my Act_ProductLineNew Template and move the Product Name, Content, and rest of product text fields to the left-closer to the product image. As it stands now, when I preview a product using this template everything is centered (product name etc...) and i'd like the more traditional view.

    <!-- ProductLine HTML begin -->
    <!-- Insert HTML for the top of the individual product -->
    NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
    NETQUOTEVAR:ENDSEPARATOR
    NETQUOTEVAR:PRODUCTFORMBEGIN
    NETQUOTEVAR:TEMPLATEBEGINXML
    <tr>
    <td rowspan="2" valign="TOP" align="LEFT" class="contentnew">NETQUOTEVAR:PRODUCTIMAGE<br><br><a href="javascript:;" onclick="var thisloc=location.href + '#a366';location.href='mailto:' + '?subject=Take a look at '+thisloc+'&body=I saw '+thisloc+' and thought you would be interested. &bcc=info@greektownimports.com'"><img src="btn_emailfriend.gif" border="0"></a></td>
    <td valign="left" align="top" colspan="1" class="contentnew">
    <a name="NETQUOTEVAR:PRODUCTANCHOR"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
    <img src="new_txt.gif" border="0" width="27" height="13" alt="New">
    <br> <span class="contentnew">NETQUOTEVAR:PRODUCTREF <br>
    NETQUOTEVAR:PRODUCTDESCRIPTION&nbsp;NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
    <br>
    NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
    NETQUOTEVAR:PRICEEXPLANATION<br>
    <b>NETQUOTEVAR:PRODUCTPRICE</b><br>
    <span class="contentnew">NETQUOTEVARISCOUNTINFO </span>
    <span class="contentnew">NETQUOTEVAR:OTHERINFOPROMPT </span>
    <span class="contentnew">NETQUOTEVARATEPROMPT </span>
    </td>
    </tr>
    <tr>
    <td align="LEFT" colspan="2"> <span class="contentnew">
    NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br>
    <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
    </span>
    NETQUOTEVAR:TEMPLATEENDXML
    </td>
    </tr>
    NETQUOTEVAR:PRODUCTFORMEND
    NETQUOTEVAR:NEXT
    <!-- Insert HTML for the bottom of the individual product -->
    <!-- ProductLine HTML end -->
    Regards,
    Tsombo
    http://www.greektownimports.com

    #2
    What is this class doing to the layout (from the actinic.css) class="contentnew"


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      I'm not sure...
      Regards,
      Tsombo
      http://www.greektownimports.com

      Comment


        #4
        go to the actinic.css , find the definiation for "contentnew" and then you can tell us...

        this will allow us to help you

        Comment


          #5
          From what I assume is your site (greektownimports.com) I see:

          .Contentnew {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 11px;
          color: #000000;
          text-decoration: none;
          }

          but I couldn't see the problem you were explaining in your post. Can you post a URL of the problem?

          Comment


            #6
            When I preview using this template, the Product name, text etc... is way off to the right(as i'm facing the screen) of the product image.
            Regards,
            Tsombo
            http://www.greektownimports.com

            Comment


              #7
              Check this line

              <td valign="left" align="top" colspan="1" class="contentnew">

              it should be

              <td align="left" valign="top" colspan="2" class="contentnew">

              Comment


                #8
                Well spotted that man


                Bikster
                SellerDeck Designs and Responsive Themes

                Comment

                Working...
                X