Announcement

Collapse
No announcement yet.

[t5c] Learning Curve

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

    [t5c] Learning Curve



    Greetings,

    To the layman, the new template system is lacking a lot of information =
    about
    working with them. Any help would be sincerley appreciated.

    Question: I would like our categories page to show three rows of =
    products
    instead of the standard one.

    Build a three row table, populate each section that a product should =
    display
    with what syntax?, do I need to define number or will pagination still
    control that?

    <mvt:item name=3D"product_list" />

    Where do I place it in the existing categories template structure?=20

    Help!

    Nick

    Existing Category Display Template below





    <html>
    <head>
    <title>&mvt:store:name;: &mvt:category:name;</title>
    <base href=3D"&mvt:global:basehref;">
    <mvt:item name=3D"head" />
    </head>

    <mvt:item name=3D"body">
    <mvt:item name=3D"hdft" param=3D"global_header" />=09

    <table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"100%">
    <tr><td align=3D"left" valign=3D"bottom" colspan=3D2 >
    <mvt:item name=3D"navbar" />
    </td></tr>

    <tr><td align=3D"left" valign=3D"bottom">=20
    <mvt:item name=3D"hdft" param=3D"header" />
    </td></tr>

    <tr><td align=3D"left" valign=3D"top" bgcolor=3D"&mvt:colors:ctgy_bg;">
    <table border=3D"0" cellpadding=3D"10" cellspacing=3D"0">
    <tr><td align=3D"left" valign=3D"top" nowrap>
    <mvt:item name=3D"fonts" param=3D"ctgy_font">
    <mvt:item name=3D"customerlink" />
    <mvt:item name=3D"affiliatelink" />
    <mvt:item name=3D"category_tree" />
    </mvt:item>
    </td></tr>
    </table>
    </td><td align=3D"left" valign=3D"top" width=3D"80%">


    <blockquote>
    <mvt:item name=3D"prod_ctgy_hdft" param=3D"ctgy_header" />
    <mvt:if expr=3D"NOT ISNULL l.settings:category_title:image">
    <img src=3D"&mvte:category_title:image;"
    alt=3D"&mvte:category:name;" border=3D"0">
    <mvt:else>
    <mvt:item name=3D"fonts" param=3D"hdr_font">
    &mvte:category:name;
    </mvt:item>
    </mvt:if>

    <mvt:item name=3D"product_list" />
    <mvt:item name=3D"prod_ctgy_hdft" param=3D"ctgy_footer" />
    </blockquote>
    </td></tr>

    <tr><td align=3D"left" valign=3D"bottom">=20
    <mvt:item name=3D"hdft" param=3D"footer" />
    </td></tr>
    </table>

    <mvt:item name=3D"hdft" param=3D"global_footer" />=09
    </mvt:item>
    </html>



    #2
    [t5c] Learning Curve



    --Apple-Mail-8-76131948
    Content-Transfer-Encoding: 7bit
    Content-Type: text/plain;
    charset=US-ASCII;
    delsp=yes;
    format=flowed

    Nick,

    I did find out how to do this by looking at the new Demo Store.
    Merchant 5's documentation is strange. Some of it seems to cross
    back over to Merchant 4. Hope this helps a little.


    On May 11, 2005, at 8:32 AM, Nick J West wrote:

    > Greetings,
    >
    > To the layman, the new template system is lacking a lot of
    > information about
    > working with them. Any help would be sincerley appreciated.
    >
    > Question: I would like our categories page to show three rows of
    > products
    > instead of the standard one.
    >
    > Build a three row table, populate each section that a product
    > should display
    > with what syntax?, do I need to define number or will pagination still
    > control that?
    >
    > <mvt:item name="product_list" />
    >
    > Where do I place it in the existing categories template structure?
    >
    > Help!
    >
    > Nick
    >
    > Existing Category Display Template below

    --Apple-Mail-8-76131948--
    Last edited by sartaingerous; 12-07-17, 03:20 PM.

    Comment


      #3
      [t5c] Learning Curve



      On 5/11/05, Nick J West <[email protected]> wrote:
      > Greetings,
      >=20
      > To the layman, the new template system is lacking a lot of information ab=
      out
      > working with them. Any help would be sincerley appreciated.
      >=20
      > Question: I would like our categories page to show three rows of products
      > instead of the standard one.
      >=20
      > Build a three row table, populate each section that a product should disp=
      lay
      > with what syntax?, do I need to define number or will pagination still
      > control that?

      You mean 3 columns right?
      =20
      > <mvt:item name=3D"product_list" />

      This is just a placeholder for the content that's in the "Category
      Product List Layout" tab. You want to make your changes there.

      Check out the demo admin, they have an example of 3 col's there under
      the Miva Fresh 2 store.

      Store_Code=3DMiva_fresh
      =20
      > Where do I place it in the existing categories template structure?
      >=20
      > Help!
      >=20
      > Nick
      >=20

      --=20
      Bill Guindon (aka aGorilla)

      Last edited by sartaingerous; 12-07-17, 03:20 PM.

      Comment


        #4
        [t5c] Learning Curve





        Yes, I tapped into the template layouts in the Miva demos to see how they
        created the columns. For me it's easier to see samples - I wish Miva had
        included a select of layouts much like the VC templates.

        Leslie


        > Nick,
        >
        > I did find out how to do this by looking at the new Demo Store.
        > Merchant 5's documentation is strange. Some of it seems to cross
        > back over to Merchant 4. Hope this helps a little.
        >
        >
        >
        >
        > On May 11, 2005, at 8:32 AM, Nick J West wrote:
        >
        >> Greetings,
        >>
        >> To the layman, the new template system is lacking a lot of
        >> information about
        >> working with them. Any help would be sincerley appreciated.
        >>
        >> Question: I would like our categories page to show three rows of
        >> products
        >> instead of the standard one.
        >>
        >> Build a three row table, populate each section that a product
        >> should display
        >> with what syntax?, do I need to define number or will pagination still
        >> control that?
        >>
        >> <mvt:item name="product_list" />
        >>
        >> Where do I place it in the existing categories template structure?
        >>
        >> Help!
        >>
        >> Nick
        >>
        >> Existing Category Display Template below
        >


        Last edited by sartaingerous; 12-07-17, 03:20 PM.

        Comment


          #5
          [t5c] Learning Curve



          No, thank you!!! I found what I needed. I love y'all.

          It took a minute and your help to point me to the place holder, to use =
          the
          category list display tab, and toggling to advanced to access area for
          placing the html/scripts... Worked like a charm. Sometimes it just takes =
          a
          little help to connect the dots.

          <A HREF ="http://www.holidaysathome.com/Merchant2/merchant.mvc?Screen=3DCTGY&Catego=">http://www.holidaysathome.com/Merchant2/merchant.mvc?Screen=3DCTGY&Catego=</A>
          ry_Co
          de=3DHOM-ENE

          I don't however like how the pictures juxtapose when the title of the
          product is two line instead of one.

          Thanks again!!

          nick

          -----Original Message-----
          From: [email protected]
          [mailto:[email protected]] On Behalf Of Leslie Nord =
          -
          Webs Your Way
          Sent: Wednesday, May 11, 2005 7:55 AM
          To: [email protected]
          Subject: Re: [t5c] Learning Curve




          Yes, I tapped into the template layouts in the Miva demos to see how =
          they
          created the columns. For me it's easier to see samples - I wish Miva had
          included a select of layouts much like the VC templates.

          Leslie


          > Nick,
          >
          > I did find out how to do this by looking at the new Demo Store.=20
          > Merchant 5's documentation is strange. Some of it seems to cross back =

          > over to Merchant 4. Hope this helps a little.
          >

          >
          >
          > On May 11, 2005, at 8:32 AM, Nick J West wrote:
          >
          >> Greetings,
          >>
          >> To the layman, the new template system is lacking a lot of=20
          >> information about working with them. Any help would be sincerley=20
          >> appreciated.
          >>
          >> Question: I would like our categories page to show three rows of=20
          >> products instead of the standard one.
          >>
          >> Build a three row table, populate each section that a product should=20
          >> display with what syntax?, do I need to define number or will=20
          >> pagination still control that?
          >>
          >> <mvt:item name=3D"product_list" />
          >>
          >> Where do I place it in the existing categories template structure?
          >>
          >> Help!
          >>
          >> Nick
          >>
          >> Existing Category Display Template below
          >


          Last edited by sartaingerous; 12-07-17, 03:20 PM.

          Comment


            #6
            [t5c] Learning Curve



            Very cool - so MM5 got smart and included breadcrumb navigation? I hadn't
            paid attention to that - I was sleeping in class again ;) I guess it time
            I start jumping up and down and try to figure out where my upgrade copy is
            from Miva.

            Leslie

            > No, thank you!!! I found what I needed. I love y'all.
            >
            > It took a minute and your help to point me to the place holder, to use the
            > category list display tab, and toggling to advanced to access area for
            > placing the html/scripts... Worked like a charm. Sometimes it just takes a
            > little help to connect the dots.
            >
            > <A HREF ="http://www.holidaysathome.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Co">http://www.holidaysathome.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Co</A>
            > de=HOM-ENE
            >
            > I don't however like how the pictures juxtapose when the title of the
            > product is two line instead of one.
            >
            > Thanks again!!
            >
            > nick
            >
            > -----Original Message-----
            > From: [email protected]
            > [mailto:[email protected]] On Behalf Of Leslie Nord -
            > Webs Your Way
            > Sent: Wednesday, May 11, 2005 7:55 AM
            > To: [email protected]
            > Subject: Re: [t5c] Learning Curve
            >
            >
            >
            >
            > Yes, I tapped into the template layouts in the Miva demos to see how they
            > created the columns. For me it's easier to see samples - I wish Miva had
            > included a select of layouts much like the VC templates.
            >
            > Leslie
            >
            >
            >> Nick,
            >>
            >> I did find out how to do this by looking at the new Demo Store.
            >> Merchant 5's documentation is strange. Some of it seems to cross back
            >> over to Merchant 4. Hope this helps a little.

            >>
            >>
            >>
            >> On May 11, 2005, at 8:32 AM, Nick J West wrote:
            >>
            >>> Greetings,
            >>>
            >>> To the layman, the new template system is lacking a lot of
            >>> information about working with them. Any help would be sincerley
            >>> appreciated.
            >>>
            >>> Question: I would like our categories page to show three rows of
            >>> products instead of the standard one.
            >>>
            >>> Build a three row table, populate each section that a product should
            >>> display with what syntax?, do I need to define number or will
            >>> pagination still control that?
            >>>
            >>> <mvt:item name="product_list" />
            >>>
            >>> Where do I place it in the existing categories template structure?
            >>>
            >>> Help!
            >>>
            >>> Nick
            >>>
            >>> Existing Category Display Template below
            >

            Last edited by sartaingerous; 12-07-17, 03:20 PM.

            Comment


              #7
              [t5c] Learning Curve



              On 5/11/05, Nick J West <[email protected]> wrote:
              > No, thank you!!! I found what I needed. I love y'all.
              >=20
              > It took a minute and your help to point me to the place holder, to use th=
              e
              > category list display tab, and toggling to advanced to access area for
              > placing the html/scripts... Worked like a charm. Sometimes it just takes =
              a
              > little help to connect the dots.
              >=20
              > <A HREF ="http://www.holidaysathome.com/Merchant2/merchant.mvc?Screen=3DCTGY&Catego=">http://www.holidaysathome.com/Merchant2/merchant.mvc?Screen=3DCTGY&Catego=</A>
              ry_Co
              > de=3DHOM-ENE
              >=20
              > I don't however like how the pictures juxtapose when the title of the
              > product is two line instead of one.

              If your images are all the same height (and they seem to be) you could
              just add valign=3D"top" to the td tags. That'd probably help quite a
              bit.
              =20
              > Thanks again!!
              >=20
              > nick
              >=20

              --=20
              Bill Guindon (aka aGorilla)


              Comment

              Working...
              X