Announcement

Collapse
No announcement yet.

Multiple other info prompts - almost working!

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

    Multiple other info prompts - almost working!

    I'm implementing Norman's (drillpine.biz) multiple information prompts patch and it looks like the thing is working, but I can't get the actual prompts to appear!

    http://www.flyingneedle.com
    > Fabrics & Stitchables > Fabric > Canvas > Congress Cloth 24 Ct.

    On this page, the white should have prompts for length and width, as the canvas is sold by the square inch. If you click on "Add to Cart", you'll get the error that Prompt1|Prompt2 (or equiv) is required. Well, that seems to mean the script itself is working, but I may have mangled the productline template?

    Thoughts?

    Norman -

    Would you like to pick something from the website in compensation?

    Heidi
    --
    Heidi I. Jones
    Ridgerunner Consulting

    #2
    Hi Heidi,

    I would double check the following:

    In Actinic / Design / Text / HTML find the line (it's Phase: -1 ID 2161)

    %s<INPUT TYPE=text NAME="%s" SIZE="%d" MAXLENGTH="%d">

    If you're using 6.1.3 or later this line is

    %s<INPUT TYPE=text NAME="%s" SIZE="%d" MAXLENGTH="%d" VALUE="%s" %s>

    In Either case replace it with the following line

    <script language=JavaScript>setotherinfo('%s', 'NAME="%s">', '%d', '%d')</script>
    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      You've mispatched actiniccore.js. You should have put my bit at the very end but you've actually put it inside the final Actinic function (ShowPopUp) and not after its end.

      I've attached a corrected file.
      Attached Files
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        you're awesome, Norman!

        Poof! I have length & width boxes.
        --
        Heidi I. Jones
        Ridgerunner Consulting

        Comment

        Working...
        X