Results 1 to 10 of 15

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    57
    Plugin Contributions
    0

    Default Product listing on main page?

    Hey folks, i want to really cut down my site to the bare minimum, and when I saw bare minimum I mean it.

    Here is whay I have now: http://justaaudial.net/releases.html

    I'd love to have http://justaaudial.net/store look exactly the same as the link above. I haven't yet begun really, so I realize I am pretty far but the one thing that deferred me from doing so was that I didn't notice anthing that would allow me to just show my one category on the main page. Any ideas?

  2. #2
    Join Date
    Sep 2006
    Posts
    542
    Plugin Contributions
    0

    Default Re: Product listing on main page?

    Yes, turn off your new products of the month and then go to:
    includes>templates>yourtemplate>templates>tpl_index_default.php add code just below

    <?php if (SHOW_CUSTOMER_GREETING == 1) { ?>
    <h2 class="greeting"><?php echo zen_customer_greeting(); ?></h2>
    <?php } ?>

    For your image and product like this

    <table style="width: 100%;"><tbody><tr>
    <td rowspan="1" style="text-align: center; width: 100%;">
    <?=zen_image(DIR_WS_TEMPLATE.'images/center_product.jpg','','','','')?></td></tr>
    </tbody></table>

    your image would be in your template images folder add text and a link to your product like this link
    <a href="index.php?main_page=index&cPath=48">Top 40 CD</a>

  3. #3
    Join Date
    May 2006
    Posts
    45
    Plugin Contributions
    0

    Default Re: Product listing on main page?

    I' am not quite sure if this is what you wanted, but there is "Main Page-Opens with Category" in Admin->Configuration->Layout settings.

  4. #4
    Join Date
    Mar 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Product listing on main page?

    Quote Originally Posted by jarsa View Post
    I' am not quite sure if this is what you wanted, but there is "Main Page-Opens with Category" in Admin->Configuration->Layout settings.
    I tried this as well, I have one category set up and the category ID is 1, so I wrote in 1... didn't work. I tired putting 0 for "top level"... didn't work. Any ideas?

  5. #5
    Join Date
    May 2006
    Posts
    45
    Plugin Contributions
    0

    Default Re: Product listing on main page?

    Same place -> Categories-Always Show on Main Page. Do you have that turned on?

  6. #6
    Join Date
    Mar 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Product listing on main page?

    Quote Originally Posted by jarsa View Post
    Same place -> Categories-Always Show on Main Page. Do you have that turned on?
    that did it! thanks

  7. #7
    Join Date
    Mar 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Product listing on main page?

    Quote Originally Posted by usernamenone View Post
    Yes, turn off your new products of the month and then go to:
    includes>templates>yourtemplate>templates>tpl_index_default.php add code just below

    <?php if (SHOW_CUSTOMER_GREETING == 1) { ?>
    <h2 class="greeting"><?php echo zen_customer_greeting(); ?></h2>
    <?php } ?>

    For your image and product like this

    <table style="width: 100%;"><tbody><tr>
    <td rowspan="1" style="text-align: center; width: 100%;">
    <?=zen_image(DIR_WS_TEMPLATE.'images/center_product.jpg','','','','')?></td></tr>
    </tbody></table>

    your image would be in your template images folder add text and a link to your product like this link
    <a href="index.php?main_page=index&cPath=48">Top 40 CD</a>
    i tried this but couldn't quite get it to work... i pasted the "table style" under the "show customer greeting" but it didn't seem to work? could you clear up where exactly to paste it

 

 

Similar Threads

  1. Main Page Define - Product Listing above Main Text?
    By SaMortensen in forum Basic Configuration
    Replies: 22
    Last Post: 31 Jul 2009, 05:12 AM
  2. Main product listing page
    By cdambati in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 27 Jul 2008, 06:21 PM
  3. Product Listing on Main Page
    By a4tech in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 May 2007, 10:10 PM

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