Announcement

Collapse
No announcement yet.

how to change button text for "buy one now"

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

    how to change button text for "buy one now"



    Does anyone know how to change the text in the buttons
    that say "add one in basket" and "buy one now" to "add
    to basket" and "buy now"? The one thing is kinda
    confusing, and I want to change it.

    Thanks,

    Laura

    __________________________________________________
    Get personalized email addresses from Yahoo! Mail - only $35
    a year! http://personal.mail.yahoo.com/


    #2
    how to change button text for

    --=====================_2821875==_
    Content-Type: text/plain; charset="us-ascii"; format=flowed

    Laura,

    Download, Modify and Upload the following graphic files:
    htdocs/Merchant2/graphics/00000001/addone.gif
    htdocs/Merchant2/graphics/00000001/buyone.gif

    or upload the ones attached.

    Thanks,
    Gary..

    At 10:40 PM 1/31/2001 -0800, you wrote:
    >Does anyone know how to change the text in the buttons
    >that say "add one in basket" and "buy one now" to "add
    >to basket" and "buy now"? The one thing is kinda
    >confusing, and I want to change it.
    >
    >Thanks,
    >
    >Laura




    --=====================_2821875==_
    Content-Type: text/plain; charset=us-ascii
    Last edited by Doug Borowski; 04-12-10, 11:06 AM. Reason: Update Date

    Comment


      #3
      how to change button text for "buy one now"



      Thanks, but I was referring to the plain grey
      buttonsnext to each product, not the graphic buttons,
      even when I changed the graphic buttons, the gray
      buttons stayed the same next to each item. Takea look
      at:

      http://64.33.71.29/

      - Laura

      ************************

      Laura,

      Download, Modify and Upload the following graphic
      files:
      htdocs/Merchant2/graphics/00000001/addone.gif
      htdocs/Merchant2/graphics/00000001/buyone.gif

      or upload the ones attached.

      Thanks,
      Gary..

      At 10:40 PM 1/31/2001 -0800, you wrote:
      >Does anyone know how to change the text in the
      buttons
      >that say "add one in basket" and "buy one now" to
      "add
      >to basket" and "buy now"? The one thing is kinda
      >confusing, and I want to change it.
      >
      >Thanks,
      >
      >Laura




      __________________________________________________
      Get personalized email addresses from Yahoo! Mail - only $35
      a year! http://personal.mail.yahoo.com/

      Comment


        #4
        how to change button text for "buy one now"



        Laura, you have to edit the UI module and replace 'submit' input fields
        through 'image' ones.

        Ivo
        http://mivo.truxoft.com
        M I V O !
        m i v a beyond limits


        PS: Please note that this list is dedicated to Miva script language.
        Questions about Miva Merchant application, even if it is written in Miva
        script, are off-topic here. There are three other lists for questions about
        Merchant:
        <A HREF ="http://www.miva.com/support/usr_grps/merc_users.html">http://www.miva.com/support/usr_grps/merc_users.html</A>
        <A HREF ="http://www.miva.com/support/usr_grps/merc_code.html">http://www.miva.com/support/usr_grps/merc_code.html</A>
        <A HREF ="http://www.miva.com/support/usr_grps/merc_mod_dev.html">http://www.miva.com/support/usr_grps/merc_mod_dev.html</A>
        The chance to get the right answer and multiple solutions is much higher on
        the Merchant lists.


        -----Original Message-----
        From: Laura Konrad

        Thanks, but I was referring to the plain grey
        buttonsnext to each product, not the graphic buttons,
        even when I changed the graphic buttons, the gray
        buttons stayed the same next to each item. Takea look
        at:

        http://64.33.71.29/

        - Laura


        Comment


          #5
          how to change button text for "buy one now"



          Which file is this code in though? Iwent through and
          changed all the instances in mmui.mv and it's still
          the same.

          - Laura


          See message in code (maked by +++++++++++)


          <FORM METHOD = "post" ACTION =
          "http://64.33.71.29/Merchant2/merchant.mv?">
          <TD ALIGN = "left" VALIGN = "top">
          <FONT FACE = "Arial, Helvetica" SIZE = "-1">
          <INPUT TYPE = "hidden" NAME = "Action" VALUE = "ADPR">
          <INPUT TYPE = "hidden" NAME = "Product_Code" VALUE =
          "263">
          <INPUT TYPE = "hidden" NAME = "Quantity" VALUE = 1>
          <INPUT TYPE = "hidden" NAME = "Screen" VALUE = "CTGY">
          <INPUT TYPE = "hidden" NAME = "Attributes" VALUE =
          "Yes">
          <INPUT TYPE = "hidden" NAME = "Store_Code" VALUE =
          "MU">
          <INPUT TYPE = "hidden" NAME = "Category_Code" VALUE =
          "WLSF">
          <INPUT TYPE = "hidden" NAME = "Offset" VALUE = "">

          ++++++++++++++++++++++++++++++++++++++++++++++++++ ++++
          LAURA - THIS LINE

          <INPUT TYPE = "submit" VALUE = "Add 1 To Basket">

          CHANGE: <INPUT TYPE = "submit" VALUE = "This
          appears on the button">

          +++++++++++++++++++++++++++++++++++++++++++++ CHange
          the value to the text
          you want
          </FONT>
          </TD>
          </FORM>
          <FORM METHOD = "post" ACTION =
          "http://64.33.71.29/Merchant2/merchant.mv?">
          <TD ALIGN = "left" VALIGN = "top">
          <FONT FACE = "Arial, Helvetica" SIZE = "-1">
          <INPUT TYPE = "hidden" NAME = "Action" VALUE = "ADPR">
          <INPUT TYPE = "hidden" NAME = "Product_Code" VALUE =
          "263">
          <INPUT TYPE = "hidden" NAME = "Quantity" VALUE = 1>
          <INPUT TYPE = "hidden" NAME = "Screen" VALUE = "LOGN">
          <INPUT TYPE = "hidden" NAME = "Order" VALUE = 1>
          <INPUT TYPE = "hidden" NAME = "Attributes" VALUE =
          "Yes">
          <INPUT TYPE = "hidden" NAME = "Store_Code" VALUE =
          "MU">

          ++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++
          THIS ONE TOO
          <INPUT TYPE = "submit" VALUE = "Buy 1 Now">
          </FONT>
          </TD>



          Hope this helps

          Keith
          ----- Original Message -----
          From: Laura Konrad <[email protected]>
          To: <[email protected]>
          Sent: Wednesday, January 31, 2001 11:03 PM
          Subject: Re: [meu] how to change button text for "buy
          one now"


          > Thanks, but I was referring to the plain grey
          > buttonsnext to each product, not the graphic
          buttons,
          > even when I changed the graphic buttons, the gray
          > buttons stayed the same next to each item. Takea
          look
          > at:
          >
          > http://64.33.71.29/
          >
          > - Laura
          >
          > ************************
          >
          > Laura,
          >
          > Download, Modify and Upload the following graphic
          > files:
          > htdocs/Merchant2/graphics/00000001/addone.gif
          > htdocs/Merchant2/graphics/00000001/buyone.gif
          >
          > or upload the ones attached.
          >
          > Thanks,
          > Gary..
          >
          > At 10:40 PM 1/31/2001 -0800, you wrote:
          > >Does anyone know how to change the text in the
          > buttons
          > >that say "add one in basket" and "buy one now" to
          > "add
          > >to basket" and "buy now"? The one thing is kinda
          > >confusing, and I want to change it.
          > >
          > >Thanks,
          > >
          > >Laura
          >
          >
          >
          >
          > __________________________________________________
          > Get personalized email addresses from Yahoo! Mail -
          only $35
          > a year! http://personal.mail.yahoo.com/
          >

          Comment


            #6
            STARBASE-21 Open House!



            We are VERY pleased to announce the release of our new LIVE! site at
            http://live.starbase21.com/. This site is designed around YOU, our
            customers, and will provide you with the means of directly communicating
            with our staff. This is achieved thru our live-chat Auditorium and
            Conference Rooms and our new online Forums.

            LIVE! (http://live.starbase21.com/)
            ----------------------------------
            The Forums are opened now and are an open environment to discuss topics
            ranging from STARBASE-21 to Merchant, OpenUI, Miva Scripting and even
            Empresa. Each board is watched over by a dedicated STARBASE-21 staff member
            and we encourage everyone to participate (even if you are not a STARBASE-21
            Customer). I especially want to invite everyone to drop by the 'Chat with
            the CEO' board. Now's your chance to tell our CEO (Darren) how well (or not
            so well) things are improving!

            The official launch starts with the commencement of our STARBASE-21 Open
            House. All of our staff will be online and available to chat on Monday
            evening from 5pm - 7pm CST. Just go to http://live.starbase21.com/ and
            click on Auditorium. Drop by anytime during the Open House and stay for a
            few minutes or the entire 2 hours.

            We also are happy to announce the release of our STARBASE-21, Merchant and
            MivaScript training workshops. You can get more details in the Conference
            Center of our LIVE! site (http://live.starbase21.com/).

            Corporate Information
            ---------------------
            We are also pleased to announce that STARBASE-21 is now STARBASE-21, Inc.
            This is an imporatant step in our expansive growth and will help us continue
            to improve our support and service offerings in our continued goal to
            provide the absolute best Technical Support and Customer Service out there.

            And note, our phone numbers and contact information has changed. Please
            check out the 'Contact Us' page on our website at
            http://miva.starbase21.com/ for departmental contact information and new
            toll-free phone numbers.

            Thanks for your time and your continued support.

            Your Miva Script Specialists,
            STARBASE-21, Inc.
            <A HREF ="http://www.starbase21.com/">http://www.starbase21.com/</A>

            Comment


              #7
              Open House -- Meet STARBASE-21, Inc.!



              Want a chance to talk to the people behind the company? Have a question, a
              rant, or some praise? Just interested in a bit of what's going on behind
              the scenes, and where things are headed? STARBASE-21 is proud to be holding
              our first-ever 'virtual' Open House on our new "LIVE!" site. The doors will
              open in approximately one hour, at 4:30 CST (that's GMT - 6 for you techies
              <G>). The Open House itself is scheduled to run from 5 pm - 7 pm CST, so
              feel free to stop by anytime and stay as long as you want. To get there, go
              to http://live.starbase21.com/ and click on "Auditorium".

              We look forward to seeing you there, and as always we value your feedback.
              We hope our new LIVE! site will enable us to interact with our customers
              better and improve our services and response times.

              Oh, and virtual punch & pie will be served :)

              See you there!

              Levi Corcoran
              Director of Priority Support & Disaster Recovery
              STARBASE-21, Inc. -- <A HREF ="http://www.starbase21.com/">http://www.starbase21.com/</A>
              THE Source for Miva Merchant add-on modules and More!

              Comment


                #8
                Open House -- Meet STARBASE-21, Inc.!



                Does this have something to with Miva list support?

                > -----Original Message-----
                > From: [email protected] [mailto:[email protected]]On
                > Behalf Of Levi Corcoran
                > Sent: Monday, February 05, 2001 4:43 PM
                > To: [email protected]
                > Subject: [meu] Open House -- Meet STARBASE-21, Inc.!
                >
                >
                > Want a chance to talk to the people behind the company? Have a
                > question, a
                > rant, or some praise? Just interested in a bit of what's going on behind
                > the scenes, and where things are headed? STARBASE-21 is proud to
                > be holding
                > our first-ever 'virtual' Open House on our new "LIVE!" site. The
                > doors will
                > open in approximately one hour, at 4:30 CST (that's GMT - 6 for
                > you techies
                > <G>). The Open House itself is scheduled to run from 5 pm - 7 pm CST, so
                > feel free to stop by anytime and stay as long as you want. To
                > get there, go
                > to http://live.starbase21.com/ and click on "Auditorium".
                >
                > We look forward to seeing you there, and as always we value your feedback.
                > We hope our new LIVE! site will enable us to interact with our customers
                > better and improve our services and response times.
                >
                > Oh, and virtual punch & pie will be served :)
                >
                > See you there!
                >
                > Levi Corcoran
                > Director of Priority Support & Disaster Recovery
                > STARBASE-21, Inc. -- <A HREF ="http://www.starbase21.com/">http://www.starbase21.com/</A>
                > THE Source for Miva Merchant add-on modules and More!
                >

                Comment


                  #9
                  Open House -- Meet STARBASE-21, Inc.!



                  Robert,

                  I hope this wasn't taken as an off-topic post, and I certainly don't want to
                  start any flame wars or anything :) We're hoping with our new LIVE! site to
                  be able to offer more resources to the Miva community in general. Our
                  Forums are an open area for exchange of information, request for help, etc.
                  We're here to help ... from coding questions, to Empresa setup, to Merchant
                  issues. The Forums and our LIVE! site are intended to encompass much more
                  than our products -- we hope to have live guest chats with industry
                  professionals and other events which will be of interest to the Miva-Users
                  community.

                  Again, my apologies if this seemed inappropriate, it certainly was not
                  intended that way. And feel free to let us know how we might be able to
                  make this LIVE! site meet your needs better!

                  Thanks,

                  Levi Corcoran
                  Director of Priority Support & Disaster Recovery
                  STARBASE-21, Inc. -- <A HREF ="http://www.starbase21.com/">http://www.starbase21.com/</A>
                  THE Source for Miva Merchant add-on modules and More!


                  -----Original Message-----
                  From: [email protected] [mailto:[email protected]]On
                  Behalf Of Robert J Miller Jr
                  Sent: Monday, February 05, 2001 4:36 PM
                  To: Levi Corcoran; [email protected]
                  Subject: RE: [meu] Open House -- Meet STARBASE-21, Inc.!


                  Does this have something to with Miva list support?

                  > -----Original Message-----
                  > From: [email protected] [mailto:[email protected]]On
                  > Behalf Of Levi Corcoran
                  > Sent: Monday, February 05, 2001 4:43 PM
                  > To: [email protected]
                  > Subject: [meu] Open House -- Meet STARBASE-21, Inc.!
                  >
                  >
                  > Want a chance to talk to the people behind the company? Have a
                  > question, a
                  > rant, or some praise? Just interested in a bit of what's going on behind
                  > the scenes, and where things are headed? STARBASE-21 is proud to
                  > be holding
                  > our first-ever 'virtual' Open House on our new "LIVE!" site. The
                  > doors will
                  > open in approximately one hour, at 4:30 CST (that's GMT - 6 for
                  > you techies
                  > <G>). The Open House itself is scheduled to run from 5 pm - 7 pm CST, so
                  > feel free to stop by anytime and stay as long as you want. To
                  > get there, go
                  > to http://live.starbase21.com/ and click on "Auditorium".
                  >
                  > We look forward to seeing you there, and as always we value your feedback.
                  > We hope our new LIVE! site will enable us to interact with our customers
                  > better and improve our services and response times.
                  >
                  > Oh, and virtual punch & pie will be served :)
                  >
                  > See you there!
                  >
                  > Levi Corcoran
                  > Director of Priority Support & Disaster Recovery
                  > STARBASE-21, Inc. -- <A HREF ="http://www.starbase21.com/">http://www.starbase21.com/</A>
                  > THE Source for Miva Merchant add-on modules and More!
                  >

                  Comment


                    #10
                    Open House -- Meet STARBASE-21, Inc.!



                    no, it doesn't. It's spam.

                    -----Original Message-----
                    From: [email protected] [mailto:[email protected]]On
                    Behalf Of Robert J Miller Jr
                    Sent: Monday, February 05, 2001 5:36 PM
                    To: Levi Corcoran; [email protected]
                    Subject: RE: [meu] Open House -- Meet STARBASE-21, Inc.!


                    Does this have something to with Miva list support?

                    > -----Original Message-----
                    > From: [email protected] [mailto:[email protected]]On
                    > Behalf Of Levi Corcoran
                    > Sent: Monday, February 05, 2001 4:43 PM
                    > To: [email protected]
                    > Subject: [meu] Open House -- Meet STARBASE-21, Inc.!
                    >
                    >
                    > Want a chance to talk to the people behind the company? Have a
                    > question, a
                    > rant, or some praise? Just interested in a bit of what's going on behind
                    > the scenes, and where things are headed? STARBASE-21 is proud to
                    > be holding
                    > our first-ever 'virtual' Open House on our new "LIVE!" site. The
                    > doors will
                    > open in approximately one hour, at 4:30 CST (that's GMT - 6 for
                    > you techies
                    > <G>). The Open House itself is scheduled to run from 5 pm - 7 pm CST, so
                    > feel free to stop by anytime and stay as long as you want. To
                    > get there, go
                    > to http://live.starbase21.com/ and click on "Auditorium".
                    >
                    > We look forward to seeing you there, and as always we value your feedback.
                    > We hope our new LIVE! site will enable us to interact with our customers
                    > better and improve our services and response times.
                    >
                    > Oh, and virtual punch & pie will be served :)
                    >
                    > See you there!
                    >
                    > Levi Corcoran
                    > Director of Priority Support & Disaster Recovery
                    > STARBASE-21, Inc. -- <A HREF ="http://www.starbase21.com/">http://www.starbase21.com/</A>
                    > THE Source for Miva Merchant add-on modules and More!
                    >

                    Comment


                      #11
                      Open House -- Meet STARBASE-21, Inc.!



                      . . . and they know that it is

                      -----Original Message-----
                      no, it doesn't. It's spam.

                      Comment


                        #12
                        Open House -- Meet STARBASE-21, Inc.!



                        I'd like to just reply to point out several of the many things we're doing
                        which clearly relate to the Miva User's list. On our Forums, you can find
                        boards which cover MivaScript development, Commerce Library development,
                        Empresa installation/setup, etc. These are free and open boards for anyone
                        to use -- a resource we are offering to the Miva community. We also offer
                        training sessions on Empresa Installation, Miva Scripting, etc. While a
                        good portion of our business is related directly to Miva Merchant, we do a
                        lot of custom work and other development in MivaScript in general.

                        We also look forward to the possibilities of bringing guest speakers into
                        our chats, as I mentioned before. These will most definitely be people that
                        I'm sure most subscribers to the Miva-Users list would be interested in
                        hearing...

                        Again, the intention was not to spam, and we do offer many resources that do
                        relate to this list. The Open House was merely an opportunity to let us
                        know what you're all looking for...

                        Thanks,

                        Levi Corcoran
                        Director of Priority Support & Disaster Recovery
                        STARBASE-21, Inc. -- <A HREF ="http://www.starbase21.com/">http://www.starbase21.com/</A>
                        THE Source for Miva Merchant add-on modules and More!


                        -----Original Message-----
                        From: [email protected] [mailto:[email protected]]On
                        Behalf Of JGL
                        Sent: Monday, February 05, 2001 7:10 PM
                        To: Robert J Miller Jr; Levi Corcoran; [email protected]
                        Subject: RE: [meu] Open House -- Meet STARBASE-21, Inc.!


                        no, it doesn't. It's spam.

                        -----Original Message-----
                        From: [email protected] [mailto:[email protected]]On
                        Behalf Of Robert J Miller Jr
                        Sent: Monday, February 05, 2001 5:36 PM
                        To: Levi Corcoran; [email protected]
                        Subject: RE: [meu] Open House -- Meet STARBASE-21, Inc.!


                        Does this have something to with Miva list support?

                        > -----Original Message-----
                        > From: [email protected] [mailto:[email protected]]On
                        > Behalf Of Levi Corcoran
                        > Sent: Monday, February 05, 2001 4:43 PM
                        > To: [email protected]
                        > Subject: [meu] Open House -- Meet STARBASE-21, Inc.!
                        >
                        >
                        > Want a chance to talk to the people behind the company? Have a
                        > question, a
                        > rant, or some praise? Just interested in a bit of what's going on behind
                        > the scenes, and where things are headed? STARBASE-21 is proud to
                        > be holding
                        > our first-ever 'virtual' Open House on our new "LIVE!" site. The
                        > doors will
                        > open in approximately one hour, at 4:30 CST (that's GMT - 6 for
                        > you techies
                        > <G>). The Open House itself is scheduled to run from 5 pm - 7 pm CST, so
                        > feel free to stop by anytime and stay as long as you want. To
                        > get there, go
                        > to http://live.starbase21.com/ and click on "Auditorium".
                        >
                        > We look forward to seeing you there, and as always we value your feedback.
                        > We hope our new LIVE! site will enable us to interact with our customers
                        > better and improve our services and response times.
                        >
                        > Oh, and virtual punch & pie will be served :)
                        >
                        > See you there!
                        >
                        > Levi Corcoran
                        > Director of Priority Support & Disaster Recovery
                        > STARBASE-21, Inc. -- <A HREF ="http://www.starbase21.com/">http://www.starbase21.com/</A>
                        > THE Source for Miva Merchant add-on modules and More!
                        >

                        Comment


                          #13
                          Open House -- Meet STARBASE-21, Inc.!



                          Levi and all

                          I tend to think the notice that was posted here was helpful. It wasn't =
                          selling anything. I went to the Open House and visited a couple rooms =
                          myself. No one tried to sell me anything. There was just some =
                          interesting chat discussions going on about how to best implement some =
                          ideas relating to Merchant and Miva in particular. It didn't cost me =
                          anything but my time. I'd like to think most of us appreciate at least =
                          the opportunity to participate in and/or lurk, just as we do on these =
                          lists. It's just another resource at our disposal. Nothing more, =
                          nothing less.

                          Oh-btw, Levi, I didn't get my punch and pie! Can I get a virtual =
                          raincheck? <g>


                          S.Conner

                          "There's no greater danger than trying to find yourself.
                          Because there is no stranger stranger than a man is to himself."
                          -Kevin Welch


                          *********** REPLY SEPARATOR ***********

                          On 2/5/01 at 7:26 PM Levi Corcoran wrote:

                          >I'd like to just reply to point out several of the many things we're =
                          doing
                          >which clearly relate to the Miva User's list. On our Forums, you can =
                          find
                          >boards which cover MivaScript development, Commerce Library =
                          development,
                          >Empresa installation/setup, etc. These are free and open boards for =
                          anyone
                          >to use -- a resource we are offering to the Miva community. We also =
                          offer
                          >training sessions on Empresa Installation, Miva Scripting, etc. While =
                          a
                          >good portion of our business is related directly to Miva Merchant, we =
                          do a
                          >lot of custom work and other development in MivaScript in general.
                          >
                          >We also look forward to the possibilities of bringing guest speakers =
                          into
                          >our chats, as I mentioned before. These will most definitely be =
                          people that
                          >I'm sure most subscribers to the Miva-Users list would be interested =
                          in
                          >hearing...
                          >
                          >Again, the intention was not to spam, and we do offer many resources =
                          that do
                          >relate to this list. The Open House was merely an opportunity to let =
                          us
                          >know what you're all looking for...
                          >
                          >Thanks,
                          >
                          >Levi Corcoran
                          >Director of Priority Support & Disaster Recovery
                          >STARBASE-21, Inc. -- <A HREF ="http://www.starbase21.com/">http://www.starbase21.com/</A>
                          >THE Source for Miva Merchant add-on modules and More!
                          >
                          >
                          >-----Original Message-----
                          >From: [email protected] [mailto:[email protected]]On
                          >Behalf Of JGL
                          >Sent: Monday, February 05, 2001 7:10 PM
                          >To: Robert J Miller Jr; Levi Corcoran; [email protected]
                          >Subject: RE: [meu] Open House -- Meet STARBASE-21, Inc.!
                          >
                          >
                          >no, it doesn't. It's spam.
                          >
                          >-----Original Message-----
                          >From: [email protected] [mailto:[email protected]]On
                          >Behalf Of Robert J Miller Jr
                          >Sent: Monday, February 05, 2001 5:36 PM
                          >To: Levi Corcoran; [email protected]
                          >Subject: RE: [meu] Open House -- Meet STARBASE-21, Inc.!
                          >
                          >
                          >Does this have something to with Miva list support?
                          >
                          >> -----Original Message-----
                          >> From: [email protected] [mailto:[email protected]]On
                          >> Behalf Of Levi Corcoran
                          >> Sent: Monday, February 05, 2001 4:43 PM
                          >> To: [email protected]
                          >> Subject: [meu] Open House -- Meet STARBASE-21, Inc.!
                          >>
                          >>
                          >> Want a chance to talk to the people behind the company? Have a
                          >> question, a
                          >> rant, or some praise? Just interested in a bit of what's going on =
                          behind
                          >> the scenes, and where things are headed? STARBASE-21 is proud to
                          >> be holding
                          >> our first-ever 'virtual' Open House on our new "LIVE!" site. The
                          >> doors will
                          >> open in approximately one hour, at 4:30 CST (that's GMT - 6 for
                          >> you techies
                          >> <G>). The Open House itself is scheduled to run from 5 pm - 7 pm =
                          CST, so
                          >> feel free to stop by anytime and stay as long as you want. To
                          >> get there, go
                          >> to http://live.starbase21.com/ and click on "Auditorium".
                          >>
                          >> We look forward to seeing you there, and as always we value your =
                          feedback.
                          >> We hope our new LIVE! site will enable us to interact with our =
                          customers
                          >> better and improve our services and response times.
                          >>
                          >> Oh, and virtual punch & pie will be served :)
                          >>
                          >> See you there!
                          >>
                          >> Levi Corcoran
                          >> Director of Priority Support & Disaster Recovery
                          >> STARBASE-21, Inc. -- <A HREF ="http://www.starbase21.com/">http://www.starbase21.com/</A>
                          >> THE Source for Miva Merchant add-on modules and More!
                          >>



                          Comment

                          Working...
                          X