Announcement

Collapse
No announcement yet.

Product Layout Help?!!?

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

    Product Layout Help?!!?

    Hi, I am trying to create a product layout as follows:

    PRODUCT NAME
    PRODUCT IMAGE
    PRODUCT DESCRIPTION

    All centered in the table.

    As I dont ever use The pre-defined 'Layout for new products' template I want to edit the HTML in this template to give me the layout I need

    Any ideas guys?

    #2
    Ah, Finally I have worked it out!

    If anyone else is having the same problem here is the code I used:

    Code:
    <!-- ProductLine HTML begin -->
    <!-- Insert HTML for the top of the individual product -->
    NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
    NETQUOTEVAR:ENDSEPARATOR
    NETQUOTEVAR:PRODUCTFORMBEGIN
    
      <tr>
        <td valign="TOP" align="center" colspan="1"> 
    	   NETQUOTEVAR:TEMPLATEBEGINXML
          <a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
          <span class="actxsmall">NETQUOTEVAR:PRODUCTREF <br>
          <br />NETQUOTEVAR:PRODUCTIMAGE
          <br /><br /><br />NETQUOTEVAR:PRODUCTDESCRIPTION&nbsp;NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
          <span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
          NETQUOTEVAR:PRICEEXPLANATION </span><br>
          <b>NETQUOTEVAR:PRODUCTPRICE</b><br>
          <span class="actxsmall">NETQUOTEVAR:DISCOUNTINFO </span>
          <span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
          <span class="actxsmall">NETQUOTEVAR:DATEPROMPT</span>
    	  <span class="actxsmall">
    			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 -->

    Comment

    Working...
    X