Announcement

Collapse
No announcement yet.

Other Info

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

    Other Info

    Good Morning

    Is it possible to make the other info prompt not required, I would like customers to be able to type in only if they require a specific colour etc, at present I have set it on all products, simply because i still do not have time to add seperate colour options etc to all products yet


    To add, since upgrading to Actinic 7 and smart theme, Orders are now flooding in. Thank you Actinic team and Best wishes

    Martin
    www.rackingplus.com
    Head of ICT
    Warehouse Systems Limited
    www.warehouse-systems.co.uk
    www.rackingplus.com

    #2
    Hi Martin

    One way to make this field not required is to have a default value in that field, therefore letting you continue through the checkout with or without putting anything in to the other info prompt.

    To do this, go to Design | Text, click the GOTO button and put Phase -1, ID 2161, then paste the following into that field...

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

    Hope that helps

    Comment


      #3
      Thank you

      James, that worked perfect,

      Thank you and best wishes
      Martin
      Head of ICT
      Warehouse Systems Limited
      www.warehouse-systems.co.uk
      www.rackingplus.com

      Comment


        #4
        Have you tested that solution all the way through checkout? Also check when the customer changes the info in the Cart.

        I've a feeling that these paramters are now used by the Perl scripts.

        Norman
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Just finishing some updates then a full test will be done Norman.
          will get back to you asap

          Thank you and best wishes

          Martin
          Head of ICT
          Warehouse Systems Limited
          www.warehouse-systems.co.uk
          www.rackingplus.com

          Comment


            #6
            I see what you mean Norman, it works fine through to the checkout without clicking the view cart button, but once view to cart is clicked the info needs re-entering, for now I have added a message asking customers to re-input there requirements, Is there a work around for this? I guess your the Man to ask

            Best Wishes
            Martin
            Head of ICT
            Warehouse Systems Limited
            www.warehouse-systems.co.uk
            www.rackingplus.com

            Comment


              #7
              Try this:-

              Edit ActinicOrder.pm (back it up first)

              Look for the fragment (there is only 1 instance)

              if (length $sInfo == 0)

              Change it to

              if (length $sInfo < 0)

              Now see if things work (you probably can restore the Design / Text Phase -1, ID 2161 to it's original value).

              Norman

              PS you'll need to redo this if you upgrade Actinic as the Oerl scripts usually get replaced by newer versions.
              Norman - www.drillpine.biz
              Edinburgh, U K / Bitez, Turkey

              Comment


                #8
                Good morning Norman.
                Thank you that works a lot better, It does need the Design / Text Phase -1, ID 2161 restoring to it's original value to make it work, but then it works a treet

                once again Thank you and best wishes

                Martin
                Head of ICT
                Warehouse Systems Limited
                www.warehouse-systems.co.uk
                www.rackingplus.com

                Comment

                Working...
                X