Page 1 of 2 12 LastLast
Results 1 to 10 of 36

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    red flag Need Help on customizing the "New Products for May" Module!

    I have some new items and I made the manufactur show as "New!" is it possible that the I can show the manufactur below the image?

  2. #2
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Need Help on customizing the "New Products for May" Module!

    Can anyone help me or any suggestions in this area?

  3. #3
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Need Help on customizing the "New Products for May" Module!

    Anyone?

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Need Help on customizing the "New Products for May" Module!

    Need a link to your site so i can view please... leave out the http://

  5. #5
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Need Help on customizing the "New Products for May" Module!

    www.morrisgiftshop.biz

    and also a link is in the profile signature.

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Need Help on customizing the "New Products for May" Module!

    Sorry I did not notice the linky....

    Take a look at this thread:

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Need Help on customizing the "New Products for May" Module!

    You can add the manufacturer's name below the image in the New Products module for the Centerbox by changing the code in the file:
    /includes/modules/new_products.php

    and using your templates and overrides, around line 71 use:
    Code:
      	$manufacturers_name= zen_get_products_manufacturers_name($new_products->fields['products_id']);
    
    
        $list_box_contents[$row][$col] = array('params' => 'class="centerBoxContentsNew centeredContent back"' . ' ' . 'style="width:' . $col_width . '%;"',
        'text' => (($new_products->fields['products_image'] == '' and PRODUCTS_IMAGE_NO_IMAGE_STATUS == 0) ? '' : '<a href="' . zen_href_link(zen_get_info_page($new_products->fields['products_id']), 'cPath=' . $productsInCategory[$new_products->fields['products_id']] . '&products_id=' . $new_products->fields['products_id']) . '">' . zen_image(DIR_WS_IMAGES . $new_products->fields['products_image'], $new_products->fields['products_name'], IMAGE_PRODUCT_NEW_WIDTH, IMAGE_PRODUCT_NEW_HEIGHT) . '</a><br />') . $manufacturers_name . '<br />' . '<a href="' . zen_href_link(zen_get_info_page($new_products->fields['products_id']), 'cPath=' . $productsInCategory[$new_products->fields['products_id']] . '&products_id=' . $new_products->fields['products_id']) . '">' . $new_products->fields['products_name'] . '</a><br />' . $products_price);
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Need Help on customizing the "New Products for May" Module!

    The code posted here should put the manufacturers_name after the image ...

    Have you tried this?

    Could you add it to your site so it can be seen?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Need Help on customizing the "New Products for May" Module!

    Yes,, to both questions.... I have made a image copy of the site after I put in the code. The word "New!" is the manufacturers.


  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Need Help on customizing the "New Products for May" Module!

    Check the code that I posted in post #13, the manufacturers_name is after the products_image and before the products_name ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. New Products For May (should be "Mayo" in spanish)
    By raf696 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 May 2010, 11:29 AM
  2. Basic Stuff - How to remove "New Products for May"
    By richardgavatin53 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 17 Aug 2009, 05:50 PM
  3. Removing "new products for May" on all pages
    By ex.wear in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 May 2008, 01:57 AM
  4. Customizing the "new products for month" area?
    By qhome in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Dec 2006, 05:30 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