Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2005
    Posts
    97
    Plugin Contributions
    0

    help question Change "Product Listing" Layout to "New Product Listing" Layout

    Hi,

    This is how my product listing looks like:
    http://www.nokoria.com/genuine/index...x&cPath=71_100


    I want to make it look like this (new listing):
    http://www.nokoria.com/genuine/index...rder=6&page=11


    The "new product listing" looks more professional... is it not?

    I'm not sure where to start..? How easy is it?

    Thanks,

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Change "Product Listing" Layout to "New Product Listing" Layout

    These are different displays and you have the code for both and would have to copy/rearrange the file layout (the corresponding tpl_ files) to changes this or you can use css to style the present layout along with some of the admin alterations available.
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jul 2005
    Posts
    97
    Plugin Contributions
    0

    help question Re: Change "Product Listing" Layout to "New Product Listing" Layout

    Quote Originally Posted by kobra View Post
    These are different displays and you have the code for both and would have to copy/rearrange the file layout (the corresponding tpl_ files) to changes this or you can use css to style the present layout along with some of the admin alterations available.
    Thank you for the reply.

    I'm looking into these files:

    tpl_modules_products_new_listing.php
    tpl_modules_product_listing.php

    Am I on the right track? Not sure what to do. Not as easy as I thought.. Are there any other files involved?


    Thanks,

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Change "Product Listing" Layout to "New Product Listing" Layout

    Yes there are several that are used in the tpl_modules_product_listing.php or called from...but I think that what you prefer is laid out in tpl_products_new_default.php

    And this calls:
    Code:
    require($template->get_template_dir('/tpl_modules_listing_display_order.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_listing_display_order.php'); ?>
    
    and
    
    require($template->get_template_dir('/tpl_modules_products_new_listing.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_products_new_listing.php'); ?>
    And yes, do not feel bad as I also have issues with php!!(or it with me) It is not an intuitive language
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v150 How do I edit Product Listing "Price", "Qty." and Product Info Move "details"?
    By schobook in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 18 Jan 2013, 01:02 AM
  2. Add "New Products" below "Product Listing"?
    By CreepyD in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Oct 2010, 11:13 AM
  3. Problems changing layout of "add to shopping cart" box on product listing page
    By crashley1784 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 May 2008, 07:29 PM
  4. HELP with Mod: "Column Layout Grid for Product Listing"
    By ajstocco in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 5 Mar 2008, 08:01 PM
  5. The same look of "product listing" as of "new product listing"
    By CzechBoy in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Jun 2006, 09: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