Results 1 to 2 of 2

Easily using Extra Product Fields - howto please!

This is a discussion on Easily using Extra Product Fields - howto please! within the Custom Mods and Hacks forums, part of the osCmax V2.5 Forums category; Hello, I'm trying to use the Extra Product Fields code. Is there a simple way to ... getExtraFields($productid) or, say, ...

      
  1. #1
    New Member
    Join Date
    Jan 2006
    Posts
    18
    Rep Power
    0


    Default Easily using Extra Product Fields - howto please!

    Hello,

    I'm trying to use the Extra Product Fields code.

    Is there a simple way to ... getExtraFields($productid) or, say, doesHave($productid,$field,$value) type function?

    Thank you
    John

  2. #2
    New Member
    Join Date
    Jan 2006
    Posts
    18
    Rep Power
    0


    2 out of 2 members found this post helpful.

    Default Re: Easily using Extra Product Fields - howto please!

    Fixed this myself I think.

    I copied the function tep_get_product_extra_value from admin/includes/functions/general.php to includes/functions/general.php

    Then, from my code (in this case the shopping cart page), I can call tep_get_product_extra_value($epf_id, $product_id, $language_id) and it returns the value.

    $epf_id is the id of the Extra Product Field I want the value of, $product_id is the product in question, and $language_id is simply the global $languages_id variable.

    That gives me the information I need.

    Thanks
    John

Similar Threads

  1. feature request for v2.6 - add extra product fields to product listing pages
    By blackhawk in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 02-01-2011, 03:40 PM
  2. Extra Product Fields 1.0
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 12-04-2010, 04:00 PM
  3. Extra Product Fields 1.0
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 07-15-2010, 01:00 PM
  4. Extra Product Fields 1.0
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 07-01-2010, 01:00 PM
  5. Extra Product Fields 1.0
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 06-22-2010, 05:00 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
  •