Announcement

Collapse
No announcement yet.

Customer groups - formatting price

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

    Customer groups - formatting price

    Hi,
    Im trying to change the font size and colour for my logged in Customers. I understand its not as easy as regular customers. Below is the layout code for Online Tax Exclusive price. What would I have to do to it, to change the price to red and font 16, or to a css value 'customerprice'?

    <Actinic:OnlinePrices>
    <Actinic:RetailPrices>
    <strong><Actinic:PriceDescription />
    <Actinic:QuantityApplies>
    &nbsp;(<Actinic:QuantityDescription />)
    </Actinic:QuantityApplies>
    &nbsp;</strong>
    <Actinic:TaxExclusivePrice />
    <Actinic:TaxesApply>
    &nbsp;<span class="vat">(+ <Actinic:TaxMessage />)</span>
    </Actinic:TaxesApply><br />
    </Actinic:RetailPrices><br />
    <Actinic:CustomerPrices>
    <strong><Actinic:PriceDescription />
    <Actinic:QuantityApplies>
    &nbsp;<Actinic:QuantityDescription />
    </Actinic:QuantityApplies>
    &nbsp;</strong>
    <Actinic:TaxExclusivePrice />
    <Actinic:TaxesApply>
    &nbsp;<span class="vat">(+ <Actinic:TaxMessage />)</span>
    </Actinic:TaxesApply><br />
    </Actinic:CustomerPrices>
    </Actinic:OnlinePrices>

    #2
    Take a look at the following Knowledge Base article :
    http://community.actinic.com/showthread.php?t=39667

    You can then use the example used in the TaxesApply line and substitute VAT for the class you want to use.

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #3
      The link appears to link back to this article

      Comment


        #4
        Hi,

        I think Bruce meant this article.
        Last edited by KB2; 23-Mar-2010, 10:35 AM. Reason: Updating kb links
        ********************
        Tracey
        SellerDeck

        Comment

        Working...
        X