Announcement

Collapse
No announcement yet.

A product that can add text?

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

    A product that can add text?

    Hello all. We have a keyring product, and the great part about this, is that a user can have his/her own personal editable text, and we will burn it for them. 5 lines of text or so, with 30 words each.

    Now, we need to have this product in our shop - but somehow we need a client to be able to add his/her text somewhere in the shop. Is this possible somewhere in the actinic program? Nothing special - just the ability for someone to add text and then add to the cart.

    Very similar to this website and keyring - https://www.roadid.com/Builder/Build...=1&Style=WRIST thanks for any help here.

    #2
    Check the knowledge base.

    http://community.actinic.com/showthread.php?t=45548

    Mike
    Last edited by KB2; 23-Mar-2010, 11:01 AM. Reason: Updating kb links
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment


      #3
      Thanks Mike, that is very good. but, ATM theres only one line - we need to be able to add 5 lines. ie -

      John doe
      +44 121 12 12 121212 1212
      +44 332 23234 2342
      Diabetic
      Penicillic Allergy

      Currently i cannot see how to do this by using that system? Do you think it will be possible if i hack the actinic program itself somehow? Thank you.

      Comment


        #4
        norm at drillpine has a plugin which will do this no problem

        Comment


          #5
          Normski at drillpine.biz has a multi info prompt addon, take a look at that is your best bet IMO.

          Comment


            #6
            Originally posted by leehack View Post
            Normski at drillpine.biz has a multi info prompt addon, take a look at that is your best bet IMO.
            You pipped me to the post there Lee...

            EDIT: "and you Mal..."

            Army Gore-tex
            Winter Climbing Mitts
            webD's Blog: Website design, SEO and other ramblings…
            Twitter LinkedIN

            If you think a post is good, rate it!

            Find the answers in the Knowledge Base | Have you read the User Guides

            Comment


              #7
              He has one specifically for engraving where you can limit the text.

              Sounds like you have a product I may be interested in buying - is your site live yet

              Comment


                #8
                Its a "dogtag" product but its a USB "stick" - we have them online. I will give u the link in person of u want.

                I will check thro that link, thx!

                Altho there is a way in actinic itself - http://community.actinic.com/showthread.php?t=45098 I have to hack the "ActinicOrder.pm". I must admit, im not sure where it is exatcly - i searched thro the system and there are THREE versions in it! 2 are "backup" and one in the "orginal" folder...one assumes that would be the one that will be used....

                Anyway this is what ive had to hack...doesnt work straight away (ActinicOrder.pm)

                #############################################################
                #
                # CUSTOMISATION BEGIN
                #
                #############################################################
                #
                # Alternate processing:
                # If you would like two info prompt fields for a given product
                # then your custom code should look like:
                #
                if ($sProdref eq "5")
                {
                my @aValues = split /\|\|\|/, $sValue;
                if ($bStatic)
                {
                $sHTML = join "<BR>", @aValues;
                }
                else
                {
                $sHTML = "<INPUT TYPE=TEXT SIZE=\"80\" NAME=\"O_1_$nIndex\" VALUE=\"" . $aValues[0] . "\"><BR>";
                $sHTML .= "<INPUT TYPE=TEXT SIZE=\"80\" NAME=\"O_2_$nIndex\" VALUE=\"" . $aValues[1] . "\">";
                }
                }
                #
                # Note: the functions below should also reflect your customisation
                #
                #############################################################
                #
                # CUSTOMISATION END
                #
                #############################################################
                Last edited by KB2; 23-Mar-2010, 10:59 AM. Reason: Updating kb links

                Comment


                  #9
                  Making additional info prompts

                  Hi

                  I have tried this but can't get it to work.

                  I have V9, and am told by Actinic Support they they would expect it to work on this version.

                  Has anyone had any experience of it actually working ?

                  Thanks

                  Paul

                  Comment


                    #10
                    If you need to contact support, you'll most likely find that buying the packaged up addon is the best course of action. That certainly works, is dirt cheap and comes with free advice/support if needed via their forum.

                    Comment

                    Working...
                    X