Announcement

Collapse
No announcement yet.

Permutations Reference Number Puzzle

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

    Permutations Reference Number Puzzle

    Does anyone have any idea how to get the price and reference number alongside the radio button choice.
    I have in the Link Layout screen added 'Includes prices' and changed 'Retail Price Layout' to included 'Basic Price in Brackets'
    this get the price but not the hidden product reference number associated with it.

    The only solution I have is put the Reference number in the html text for the choice but the box is small and maintenance is a problem when the reference numbers change.
    Surely if price can be added via a variable, the associated reference number can be?
    I cannot find a variable to add to the layout code.
    Any one cracked this problem?

    Thanks

    #2
    See if encodedproductanchor works or is of any use to you, that is used in the product layout and is linked to the product reference number.

    Comment


      #3
      See the Advanced Guide for AssociatedProduct:: as this can be used to prefix any of the usual Product variable names to get the relevant Associated Product one.

      Thus

      <actinic:variable name="AssociatedProduct::ProductReference" />

      may be what you're after.

      Of course you can only use this where Associated Products are being used. There's a Condition IsUsedAssociatedProduct that may help with this.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Norman does it again.
        <actinic:variable name="AssociatedProduct::ProductReference" />
        Did the trick in the layout code.
        Many thanks

        Comment

        Working...
        X