Announcement

Collapse
No announcement yet.

Discount message error in product

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

    Discount message error in product

    Hi,

    We have many products set up in several product groups and each group has its own discount assigned, worked fine in v7.

    Now take different products form different product groups, create a different section and assign some of them as duplicates and ....total chaos!!

    Each product in that section, whether it is in a discount product group or not (can be just a plain old duplicate) starts showing every discount message for all the different discounts in that level.

    Have i done something to deserve this
    or is this a problem with V8, couldn't see any other postings about it...

    Any suggestions grateful!
    V8.5 MU
    Donna
    ******************

    Common sense is not that common.

    #2
    Ok - this doesn't happen in a clean site.

    So i went back to the beginning and installed my V7 snapshot into a clean site and this is where the problem begins.

    Has this happened to anyone else who use discounts extensively and have upgraded?
    Donna
    ******************

    Common sense is not that common.

    Comment


      #3
      We've managed to now get this fixed for Donna.

      The problem was that she had the following layout placeholder in her upgraded product layouts:

      <actinic:variable name="SectionDiscountList" value="Standard Section Discount List" />

      What she really needed was this one:

      <actinic:variable name="DiscountList" value="Standard Discount List" />

      Comment

      Working...
      X