Announcement

Collapse
No announcement yet.

SWIFT RRP displays as 1.00 if RRP is set to more than £1,000.

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

    SWIFT RRP displays as 1.00 if RRP is set to more than £1,000.

    On a SWIFT themed site if you set a products RRP to more than £1000 then it displays as just the part before the first thousands separator.

    Problem is in layouts:

    Dynamic Price Layout
    Standard Tax Exclusive Price
    Standard Tax Inclusive Price

    Fix:

    In each of these, replace code fragment:
    Code:
    ".number_format((float)$rrpFormatted , 2, '.', '')."
    With:
    Code:
    $rrpFormatted
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    #2
    Thanks for posting a fix Norman. This is a known bug in Swift v1, it will be fixed at source in v2
    Bruce Townsend
    Ecommerce Product Manager
    Sellerdeck Ecommerce Solutions

    Comment


      #3
      Thanks for posting this fix Norman, I've just had to use it on my golf trophy site for the silver cups. So much for inflation already! M

      Comment


        #4
        This bug is fixed in Swift v2.0.0
        Bruce Townsend
        Ecommerce Product Manager
        Sellerdeck Ecommerce Solutions

        Comment

        Working...
        X