Announcement

Collapse
No announcement yet.

Designing Section Layout - v9

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

    Designing Section Layout - v9

    Hi,
    I am redesigning the section layout to make it look like a product with a more info button which will link it to the actual product.
    So far I created a table in Dreamweaver and have put in the Section Image, Section Title and Section Description into the table.

    What I would like to do is put in a price, would I do this by creating a new variable for the section layout?

    This is the code I have come up with so far, I would appreciated any comments and tips.

    <table width="500" height="150" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td rowspan="2" align="left" valign="top"><div class="image_product"><a href="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>" target="_self"><img alt="<actinic:variable name="SectionName" encoding="strip"/>" src="<actinic:variable Name="SectionImageFileName"/>"</td>
    <td align="left" valign="top"><div><h3 class="product"><a href="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>" target="_self"><actinic:variable name='SectionName'/></a></h3></div></td>
    <td align="left" valign="top"><a href="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>" target="_self"><img src="moreinfo.jpg" /></td>
    </tr>
    <tr>
    <td align="left" valign="top"><actinic:variable name='SectionDescription'/></td>
    <td>&nbsp;</td>
    </tr>
    </table>
    I am having problems with the moreinfo.jpg image staying in the same position , is there any way i can fix it to a certain point.

    #2
    ditch what you have done and simply create and modify an existing layout

    Comment


      #3
      Originally posted by eshopbrokers
      What I would like to do is put in a price, would I do this by creating a new variable for the section layout?
      There are previous v8 threads about automatically including the price and buy buttons at the section level which may be what you are seeking.


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        Thanks for your replies, I found the thread with the add to cart buttons and prices as Jont said.

        Comment

        Working...
        X