Results 1 to 6 of 6
  1. #1
    Join Date
    May 2009
    Posts
    103
    Plugin Contributions
    0

    Default can I show model number in Recently Viewed sidebox?

    Can you let me know the code for showing model number in the Recently Viewed sidebox?

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

    Default Re: can I show model number in Recently Viewed sidebox?

    Adapt the code as shown for your other sidebox ...
    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: v1.5.5]
    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!

  3. #3
    Join Date
    May 2009
    Posts
    103
    Plugin Contributions
    0

    Default Re: can I show model number in Recently Viewed sidebox?

    How to change the code in tpl_recently_viewed.php in template folder?

    '<td><div class="recent-products-name"><a href="' . $link . '">' . zen_get_products_name($recent_product, $_SESSION['languages_id']) . '</a></div><div class="rent-products-price">' . zen_get_products_display_price($recent_product) . '</div></td>' . "\n" .
    Thanks

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

    Default Re: can I show model number in Recently Viewed sidebox?

    Make sure the products_model is included in the SELECT statement then reference it in the template ...

    Or, use the function to call it from the functions_lookups.php file:
    Code:
    /*
     * Return any field from products or products_description table
     * Example: zen_products_lookup('3', 'products_date_added');
     */
      function zen_products_lookup($product_id, $what_field = 'products_name', $language = '') {
    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: v1.5.5]
    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!

  5. #5
    Join Date
    May 2009
    Posts
    103
    Plugin Contributions
    0

    Default Re: can I show model number in Recently Viewed sidebox?

    could not get it right. Can you please give the codes?

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

    Default Re: can I show model number in Recently Viewed sidebox?

    Find the variable for the products_id in the sidebox ...

    Then use:
    zen_products_lookup($your_products_id, 'products_model')

    to get the products_model of that products_id ...

    So if the sidebox is using:
    $recent_product

    for the products_id then use:
    zen_products_lookup($recent_product, 'products_model')

    something like:
    '<td><div class="recent-products-name"><a href="' . $link . '">' . zen_get_products_name($recent_product, $_SESSION['languages_id']) . zen_products_lookup($recent_product, 'products_model') . '</a></div><div class="rent-products-price">' . zen_get_products_display_price($recent_product) . '</div></td>' . "\n" .
    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: v1.5.5]
    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!

 

 

Similar Threads

  1. v151 Recently Viewed Products Sidebox
    By DigiBooks in forum Addon Sideboxes
    Replies: 1
    Last Post: 14 Oct 2015, 01:13 PM
  2. Can't see my 'Recently Viewed Items' in products page with Tabbed Pro installed
    By vinnyna in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 14 Dec 2011, 12:25 PM
  3. Replies: 6
    Last Post: 2 Dec 2011, 03:06 PM
  4. Recently viewed sidebox
    By sjk1000 in forum Addon Sideboxes
    Replies: 13
    Last Post: 27 Dec 2009, 08:16 PM
  5. can I show model number in Bestsellers sidebox?
    By nishajh in forum General Questions
    Replies: 2
    Last Post: 25 Sep 2009, 08:28 AM

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