Announcement

Collapse
No announcement yet.

Couple of layout questions

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

    Couple of layout questions

    Hi - i'm a newbie to actinic so please be gentle!

    Any help with the following questions would be greatly appreciated

    1) for my products, is it possible to have the picture at the top and the text underneath ? i would like the text to go the whole width of the column if poss.

    2) when i view each section it shows every product in this section - is there a way to turn this off as i have loads of products in each section.

    3) i am using the smart template - is it poss to have the search bar on the first page of the catalogue (not the home page as i have deleted that)

    many thanx in advance

    Ty

    #2
    1) Select the Act_CenterProductLine.html template
    2) Perhaps use subsections to split each section down to managable size
    3)Add NETQUOTEVAR:SIMPLESEARCH into your Act_Primary.html like this
    Code:
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr> 
        <td align="left" bgcolor="NETQUOTEVAR:PALCOLOR2CSS"> 
          NETQUOTEVAR:LOGOIMAGE
        </td>
      </tr>
    </table>
    
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr> 
        <td colspan="4" bgcolor="NETQUOTEVAR:PALCOLOR2CSS"> 
          <img src="shim.gif" height="1">
        </td>
      </tr>
      <tr>
        <td width="10"><img src="shim.gif" height="30" width="10"></td>
        <td>NETQUOTEVAR:SIMPLESEARCH</td>
    hth
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Bill, thanx very much for your reply - i've just done the changes you suggest and they work fine - however, i cant really have subsections for item 2)....i dont think it world really work for me - i'm selling car parts with sections like waterpumps and brake pads etc, to put them in sub sections would mean i have to break them down to manufacturer, which quite frankly is too much work.

      is there a way to turn off the list or even just show the titles without full description ?

      thanx again

      Ty

      Comment


        #4
        OK - On the section page layout tab, at the bottom - there is a boxed area for section list placement. Tick the override box, then tick none - see if that works for you.
        Bill
        www.egyptianwonders.co.uk
        Text directoryWorldwide Actinic(TM) shops
        BC Ness Solutions Support services, custom software
        Registered Microsoft™ Partner (ISV)
        VoIP UK: 0131 208 0605
        Located: Alexandria, EGYPT

        Comment


          #5
          Originally posted by wjcampbe
          OK - On the section page layout tab, at the bottom - there is a boxed area for section list placement. Tick the override box, then tick none - see if that works for you.
          Hi, i tried that and unforunately it didnt work

          Ty

          Comment


            #6
            Can you post a screen capture of the product list to make sure we are talking about the same thing?
            Bill
            www.egyptianwonders.co.uk
            Text directoryWorldwide Actinic(TM) shops
            BC Ness Solutions Support services, custom software
            Registered Microsoft™ Partner (ISV)
            VoIP UK: 0131 208 0605
            Located: Alexandria, EGYPT

            Comment

            Working...
            X