Announcement

Collapse
No announcement yet.

Is there a way to show and use a custom product fields on the OSEL page?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Is there a way to show and use a custom product fields on the OSEL page?

    I want to make a control statement using a custom product field on the OSEL page. Is this possible?
    Don Lappin
    Manager
    PLFixtures.com
    1-816-463-3034

    #2
    Re: Is there a way to show and use a custom product fields on the OSEL page?

    You would need a 3rd party module like the Emporium Plus Tool Kit. The basket items database does not link directly to the custom products fields database. So you need mivascript code in the background to do that linkage. The Tool Kit has a function for retrieving the custom field value. The code would be something like
    Code:
    <mvt:item name="toolkit" param="custom|studio|l.all_settings:item:product_id|company" />
    <mvt:if expr="g.studio">
    Studio: &mvte:global:studio;
    </mvt:if>
    If you don't already have the Tool Kit you can get it at http://www.emporiumplus.com/go/wcw/PROD/1AA/1AA00223 The module has dozens of useful functions for extending the capabilities of Merchant's store morph page templates.
    Last edited by wcw; 08-14-09, 04:50 AM.
    Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
    Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
    Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
    Facebook http://www.facebook.com/EmporiumPlus
    Twitter http://twitter.com/emporiumplus

    Comment


      #3
      Re: Is there a way to show and use a custom product fields on the OSEL page?

      Thanks William! I looked right over it in the tool kit. tgif!
      Don Lappin
      Manager
      PLFixtures.com
      1-816-463-3034

      Comment


        #4
        Re: Is there a way to show and use a custom product fields on the OSEL page?

        Sometimes you have to look in the summary section at the beginning of the product page to remind yourself of the features it will do. Glad I could help.
        Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
        Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
        Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
        Facebook http://www.facebook.com/EmporiumPlus
        Twitter http://twitter.com/emporiumplus

        Comment


          #5
          Re: Is there a way to show and use a custom product fields on the OSEL page?

          They should bundle Toolkit with Miva and save us some bother.
          Steve Strickland
          972-227-2065

          Comment

          Working...
          X