Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    help question Needing some help.

    I have been searching for this and have no luck. I was wondering if its possible to add manufacturer onto the What's New Module. Like this:

    Product Image
    Manufacturer
    Product Name
    Price

    Can anyone help me in this area?

    Thanks a bunch.

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

    Default Re: Needing some help.

    I have an image and I want something close to this



    I am using the red "New!" as a manufacturer but is it possible put the manufacturer in the Whats New Module?

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

    Default Re: Needing some help.

    You could use this function to look up the manufacturers_name by the products_id ...
    Code:
    /*
     * Return a product's manufacturer's name, from ID
     * TABLES: products, manufacturers
     */
      function zen_get_products_manufacturers_name($product_id) {
    Just look for how the products_id is referenced in that module ...
    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!

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

    Default Re: Needing some help.

    I don't quite understand where you are getting this.

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

    Default Re: Needing some help.

    You can use the function zen_get_products_manufacturers_name to get the name of the manufacturer via the products_id ...

    Something like:
    Code:
        '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 />') . '<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 />' . zen_get_products_manufacturers_name($new_products->fields['products_id']) . '<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!

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

    Default Re: Needing some help.

    Is this for Whats New! Module?

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

    Default Re: Needing some help.

    Yes, look in the module new_products.php and that should get copied to your templates and overrides directory for your customization ... then around line 71 you will see the code that builds the display ...
    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
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Needing some help.

    Where do I put that code to put under the image?

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

    Default Re: Needing some help.

    Look at the new code and compare to old code ... take the peice of New Code and stick it in the old code where you want to see that display ...
    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!

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

    Default Re: Needing some help.

    Thank you. I apreciate it that is what I want.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Needing help quickly.
    By Coffinwear in forum General Questions
    Replies: 3
    Last Post: 7 Aug 2010, 01:32 AM
  2. Needing Some Help - Login Placement
    By jRiegert in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 12 May 2008, 01:48 AM
  3. Newbie Needing SOme Help With Colour Changing
    By DPM in forum Templates, Stylesheets, Page Layout
    Replies: 24
    Last Post: 2 Apr 2008, 01:55 PM
  4. Needing help!!!
    By ~Carla~ in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 26 Mar 2008, 07:44 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