Announcement

Collapse
No announcement yet.

Showing Customer Group Discount in Permutation Price

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

    Showing Customer Group Discount in Permutation Price

    Client uses hidden products for Attributes. Product has no price, but the attributes, hidden products representing different packagings, have prices. These prices are subject to the discounts set up for customer groups:





    The price next to each pack option is the price of the respective associated product displayed by selecting 'Basic Price' as the retail price layout.





    How can I have the price next to each pack option display the respective discounted price when members of the relevant customer groups are logged in?

    Thank you!
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk

    #2
    If there is a variable <actinic:variable name="PermutationPriceRaw" /> which pulls in the price from the associated product, is there not a bit of clever scripting to bring in the 'discounted' price displayed in the hidden product's 'Prices' panel?

    This value must exist somewhere and if the basic price can be called into another product's permutation, why not the 'discounted' price?

    Support have been asked but no response yet (5 days).

    Any javascript, php, database whizzes out there?

    This post is feeling very lonely!
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk

    Comment


      #3
      See the Advanced Guide for "AssociatedProduct::" -this is a variable qualifier that can be used to fetch Associated Product info. E.g.

      Code:
      <actinic:variable name="AssociatedProduct::ProductPriceRaw" />
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Thanks Norman, yes that already exists in the Basic price layout for the radio button permutation entry. There isn't another AssociatedProduct:: variable I can make work. Unless one is able to, within the php expression, multiply the AssociatedProduct::ProductPriceRaw by say 0.6 to give the discounted value. This can then be put in NOTIN2B tags ???
        Jonathan Chappell
        Website Designer
        SellerDeck Website Designer
        Actinic to SellerDeck upgrades
        Graphicz Limited - www.graphicz.co.uk

        Comment

        Working...
        X