Announcement

Collapse
No announcement yet.

Other Info Question under the Layout Tab

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

    Other Info Question under the Layout Tab

    Hello All,

    Can anyone help, please?

    I retail shooting sticks over the net and as a further add-on to that product, offer gold block initials of the purchaser on the leather seat.

    I have used the 'other info question' box under the layout tab which is ideal as the purchaser can enter their full name and then the initials required.

    Unfortunately, this box has to be filled in by everyone wishing to buy a shooting stick, even if they do not require their initials. Is there a work-around this problem, please?

    My url for this problem can be seen at http://www.shootingsticks.co.uk

    Thank you in advance!!

    David Stringer
    -----------------------------
    www.synchronisedwebdesign.com
    Location: North Yorkshire UK

    #2
    A bit of searching would have found you several ways to do this. Here's the one I reminded someone about only 2 weeks ago ( http://community.actinic.com/showthread.php?t=10014) :-

    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)

    Norman

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

    Comment


      #3
      Norman,

      Thank you very much for this. It's much appreciated.

      I did a couple of searches and a lot of reading, but unfortunately, I need to learn a little more about searching first!!

      Cheers,

      David
      -----------------------------
      www.synchronisedwebdesign.com
      Location: North Yorkshire UK

      Comment

      Working...
      X