Results 1 to 9 of 9
  1. #1
    Join Date
    May 2005
    Location
    san francisco - California
    Posts
    53
    Plugin Contributions
    0

    Default changing main page index listing layout

    Hi
    The shop i'm customizing regards travel and has a little products to show up .
    I'd like that the main page could open with one medium - big product image per line tabbed left on the center column and the description at the right of the picture.
    i draw a sketch below to give the idea......

    --------------- blahblahblahblahblahblahblahblahblahblahblahblah
    | *********| blahblahblahblahblahblahblahblahblahblahblahblah
    | ***IMG **| blahblahblahblahblahblahblahblahblahblahblahblah
    | *********| blahblahblahblahblahblahblahblahblahblahblahblah
    ---------------
    I tryed to to format this way the main page in the admin but i didn't suceed.
    I can only see the picture and the price in the center of the column .
    How can i set my main page to open like that?

    Thank you
    Emilio
    "You cannot step into the same river twice, for fresh waters are ever flowing in upon you."
    Heraclitus

    Most of the universe is made of emptyness

    all i know is that i don't know

    http://sualojanaweb.googlepages.com
    http://www.insitesolutions.com.br

  2. #2
    Join Date
    May 2005
    Location
    san francisco - California
    Posts
    53
    Plugin Contributions
    0

    Default Re: changing main page index listing layout

    hi
    is there an answer for this maybe from the team ?
    Sorry if i look like bumping on the same thread but it's really important for me.
    Maybe i was not clear...
    In a few words what i need is opening the main page whith 2 or 3 products and the description of them that is missing...
    I know that is possible put a product for each line and hack a little to make it appear on the left and not on the center but the description text of the products on the main page i have no idea how to implement and i was not able to find similar requests in the forum.
    I'd be grateful if someone can enlighten me and think that many zenners are looking for this feature.
    Thank you
    "You cannot step into the same river twice, for fresh waters are ever flowing in upon you."
    Heraclitus

    Most of the universe is made of emptyness

    all i know is that i don't know

    http://sualojanaweb.googlepages.com
    http://www.insitesolutions.com.br

  3. #3
    Join Date
    Feb 2007
    Location
    USA
    Posts
    221
    Plugin Contributions
    0

    Default Re: changing main page index listing layout

    Are you wanting to make only a couple of specific products show, or were you wanting it more elaborate, like displaying two RANDOM products?

    Why not just code in the pictures by hand, write in the descriptions, and hyperlink the text and image associated with the particular product to that particular products' actual page? It seems that would be easiest to me...
    Grasshopper, GOT BOOK? - I don't, and I am constantly in here begging for help and Donating to Zen Cart in feeble attempts to bribe the developers for help. Get your copy today and avoid my fate!

  4. #4
    Join Date
    May 2005
    Location
    san francisco - California
    Posts
    53
    Plugin Contributions
    0

    Default Re: changing main page index listing layout

    well this could be a solution... hard coding the main page even though practically i don't know how....
    But i'm worried of messing up the code for instance when i've to upgrade
    or what could happen when i've to change again the main page listing products
    for new ones?
    I'm making the site for a friend and doing so means that i have to hard code the page each time he needs to put a new product i'm confused about that...
    "You cannot step into the same river twice, for fresh waters are ever flowing in upon you."
    Heraclitus

    Most of the universe is made of emptyness

    all i know is that i don't know

    http://sualojanaweb.googlepages.com
    http://www.insitesolutions.com.br

  5. #5
    Join Date
    Feb 2007
    Location
    USA
    Posts
    221
    Plugin Contributions
    0

    Default Re: changing main page index listing layout

    Here is some sample code. If you go into the DEFINE PAGES EDITOR and edit define_main_page using the TEXT ONLY OPTION! you can paste this code in and tweak it to how you want it to look (point it to your images, change image diminsions to match yours, and of course change YOURSITE.com to your domain, also put your images in /images/ if not there already, or point to correct location):


    <p><a href="<A href="http://www.YOURSITE.com/product1.html"><img">http://www.YOURSITE.com/product1.html"><img src="http://www.meditationstore.net/images/product1.gif" width="100" height="100" hspace="18" border="0" align="left" /></a> <a href="<A href="http://www.YOURSITE.com/product1.html">Blah">http://www.YOURSITE.com/product1.html">Blah blah blah blah
    blah blah blah blah blah blah </a></p>
    <p><a href="<A href="http://www.YOURSITE.com/product1.html">blah">http://www.YOURSITE.com/product1.html">blah blah blahblah blah blahblah blah blahblah,</a></p>
    <p><a href="<A href="http://www.YOURSITE.com/product2.html">blah">http://www.YOURSITE.com/product1.html">blah blah blah blahblah blah blahblah blah blah</a>.</p>
    <p><a href="<A href="http://www.YOURSITE.com/product2.html"><img">http://www.YOURSITE.com/product2.html"><img src="http://www.meditationstore.net/images/product2.gif" width="100" height="100" hspace="18" border="0" align="left" /></a><span class="style1"><a href="<A href="http://www.YOURSITE.com/product2.html">Blah">http://www.YOURSITE.com/product2.html">Blah blah blah blah
    blah blah blah blah blah blah </a></span></p>
    <p class="style1"><a href="<A href="http://www.YOURSITE.com/product2.html">blah">http://www.YOURSITE.com/product2.html">blah blah blahblah blah blahblah blah blahblah,</a></p>
    <p class="style1"><a href="<A href="http://www.YOURSITE.com/product2.html">blah">http://www.YOURSITE.com/product2.html">blah blah blah blahblah blah blahblah blah blah.</a></p>
    Doing it this way you WILL have to go in and change everything to point to new products each time you want it changed.
    Last edited by humbll; 28 Jul 2007 at 06:55 PM.
    Grasshopper, GOT BOOK? - I don't, and I am constantly in here begging for help and Donating to Zen Cart in feeble attempts to bribe the developers for help. Get your copy today and avoid my fate!

  6. #6
    Join Date
    May 2005
    Location
    san francisco - California
    Posts
    53
    Plugin Contributions
    0

    Default Re: changing main page index listing layout

    Nice and easy solution i just finished experimenting it and seems nice.
    Was messing up because i was thinking about doing the same thing to show up ,for example, in the "featured products" or "new products" index listing that would be nice to implement also
    "You cannot step into the same river twice, for fresh waters are ever flowing in upon you."
    Heraclitus

    Most of the universe is made of emptyness

    all i know is that i don't know

    http://sualojanaweb.googlepages.com
    http://www.insitesolutions.com.br

  7. #7
    Join Date
    Feb 2007
    Location
    USA
    Posts
    221
    Plugin Contributions
    0

    Default Re: changing main page index listing layout

    if you change the <p> tags to <br /> ones it will make the text more natural looking, too...
    Grasshopper, GOT BOOK? - I don't, and I am constantly in here begging for help and Donating to Zen Cart in feeble attempts to bribe the developers for help. Get your copy today and avoid my fate!

  8. #8
    Join Date
    Feb 2007
    Location
    USA
    Posts
    221
    Plugin Contributions
    0

    Default Re: changing main page index listing layout

    Quote Originally Posted by emilio View Post
    Nice and easy solution i just finished experimenting it and seems nice.
    Was messing up because i was thinking about doing the same thing to show up ,for example, in the "featured products" or "new products" index listing that would be nice to implement also
    that would require the assistance of a better webmaster than I.... perhaps Kuroi or Kim or Ajeh or the Doc could help you do that if you buy them a cup of coffee or ask nice or something...

    glad to help..
    Grasshopper, GOT BOOK? - I don't, and I am constantly in here begging for help and Donating to Zen Cart in feeble attempts to bribe the developers for help. Get your copy today and avoid my fate!

  9. #9
    Join Date
    May 2005
    Location
    san francisco - California
    Posts
    53
    Plugin Contributions
    0

    Default Re: changing main page index listing layout

    Thank you Humbll your assistance was precious and showed me an easy way of thinking at the solution while i was thinking in a more laboriuos manner

    Hope someone of the team with some spare time could give some assistance like implementing some variable in the featured or new products listing like linda did answering to another thread about product description in the shopping cart
    "You cannot step into the same river twice, for fresh waters are ever flowing in upon you."
    Heraclitus

    Most of the universe is made of emptyness

    all i know is that i don't know

    http://sualojanaweb.googlepages.com
    http://www.insitesolutions.com.br

 

 

Similar Threads

  1. Changing layout of index page new products
    By ian in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 19 Aug 2011, 04:21 AM
  2. Changing index listing layout
    By nav007_2000 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Jul 2007, 11:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR