Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2011
    Location
    london UK
    Posts
    26
    Plugin Contributions
    0

    Default Hwo to I make this look like this IMAGES?

    I have included a few images here to help get the idea of how I want the product listing.

    At the moment the product listing looks like this>

    I want it to look like this>

    How can I add the extra more details button and style the price, the price doesn't seem to have a style aspect attached to it.

    I also want to get rid of the more details...... link when the product has attributes and replace it with a more details button.

  2. #2
    Join Date
    Aug 2011
    Location
    london UK
    Posts
    26
    Plugin Contributions
    0

    Default Re: Hwo to I make this look like this IMAGES?

    Quote Originally Posted by store.lakewood View Post
    I have included a few images here to help get the idea of how I want the product listing.

    At the moment the product listing looks like this>

    I want it to look like this>

    How can I add the extra more details button and style the price, the price doesn't seem to have a style aspect attached to it.

    I also want to get rid of the more details...... link when the product has attributes and replace it with a more details button.
    Sorry images are
    At the moment the product listing looks like this> [SCR]http://store.lakewooditsupport.co.uk/images/before.gif[/SCR]

    I want it to look like this> [SCR]http://store.lakewooditsupport.co.uk/images/after.gif[/SCR]
    Last edited by Kim; 7 Aug 2011 at 07:19 PM.

  3. #3
    Join Date
    Aug 2011
    Location
    london UK
    Posts
    26
    Plugin Contributions
    0

    Default Re: Hwo to I make this look like this IMAGES?

    Can anyone help??

  4. #4
    Join Date
    Aug 2011
    Location
    london UK
    Posts
    26
    Plugin Contributions
    0

    Default Re: Hwo to I make this look like this IMAGES?

    Really can someone help??

  5. #5
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Hwo to I make this look like this IMAGES?

    I wonder if the Tabbed Products Pro mod might help you. It would allow you to control what is seen first on each product detail page, and then provide more info under the other tabs if people wanted to see it.

    As for styling the price, in my sites (links below) the price is in code like this...
    Code:
    <h2 id="productPrices" class="productGeneral"> $3.25</h2>
    ... so to style it you could add (if necessary) that declaration to your stylesheet. Something like...
    Code:
    #productPrices { color: #AC0800; }
    Adjust as needed.

    Rob
    Last edited by rstevenson; 9 Aug 2011 at 03:45 PM.

  6. #6
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Hwo to I make this look like this IMAGES?

    in modules > product_listing.php find:

    Code:
            case 'PRODUCT_LIST_PRICE':
            $lc_price = zen_get_products_display_price($listing->fields['products_id']) . '<br />';
    change to:
    case 'PRODUCT_LIST_PRICE':
    $lc_price = '<p id="price">' . zen_get_products_display_price($listing->fields['products_id']) . '</p>';
    then is your stylesheet add:
    Code:
    #price {
    color:??????;
    font-size:?.?em;
    }
    if a product has attributes you will get the ... more info link

    you can disable the buy now button in
    ADMIN > CONFIGURATION > PRODUCT LISTING

    then in
    /includes/languages/english/CUSTOM_TEMPLATE/english.php

    find:
    define('MORE_INFO_TEXT','... more info');

    and replace ... more info with a link to a more info button image

    Hope this helps!

  7. #7
    Join Date
    Aug 2011
    Location
    london UK
    Posts
    26
    Plugin Contributions
    0

    Default Re: Hwo to I make this look like this IMAGES?

    Thank you so so much!!!! you have PM

 

 

Similar Threads

  1. make my product page look like this....
    By n_t_r in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Oct 2011, 02:24 AM
  2. How to make my site look like this...
    By lmw1 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Oct 2007, 11:08 AM
  3. Make Side boxes look like this?
    By Stuff4Toys in forum Addon Sideboxes
    Replies: 7
    Last Post: 16 May 2007, 11:26 PM
  4. can i make my store look like this...
    By jford in forum Customization from the Admin
    Replies: 1
    Last Post: 8 Sep 2006, 10:14 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