Announcement

Collapse
No announcement yet.

Problem with the KB solution to hide the 'Select state/province' list

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

    Problem with the KB solution to hide the 'Select state/province' list

    Hi All,

    I have implemented the following from the KB to hide the 'Select state/province if applicable' list unless either the USA or Canada is selected in the country list.

    http://community.actinic.com/showthr...+country+codes

    The problem is, as soon as any country is selected the state/province box becomes visible.

    I'm using Business V9.0.3

    Any ideas?

    Many thanks
    Lee

    #2
    The hidden state field appears as soon as you click anywhere on the page and move the mouse.

    So it looks like some other JavaScript is interfering. Try removing "BoxOver.js" to see if that's the culprit.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Thanks Norman,

      Fixed it by removing the "BoxOver.js" as suggested. Put a blockif around it with the condition: -
      <actinic:variable name="PageType" /> != 'Checkout Page 0'

      Thanks again
      Lee

      Comment

      Working...
      X