Miva Merchant Community Forums
-
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/
-
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 at 11:06 AM.
Reason: Update Date
-
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/
-
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
-
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 <laurakonrad@yahoo.com>
To: <miva-users@miva.com>
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/
>
-
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>
-
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!
-
Open House -- Meet STARBASE-21, Inc.!
Does this have something to with Miva list support?
> -----Original Message-----
> From: owner-miva-users@miva.com [mailto:owner-miva-users@miva.com]On
> Behalf Of Levi Corcoran
> Sent: Monday, February 05, 2001 4:43 PM
> To: miva-users@miva.com
> 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!
>
-
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: owner-miva-users@miva.com [mailto:owner-miva-users@miva.com]On
Behalf Of Robert J Miller Jr
Sent: Monday, February 05, 2001 4:36 PM
To: Levi Corcoran; miva-users@miva.com
Subject: RE: [meu] Open House -- Meet STARBASE-21, Inc.!
Does this have something to with Miva list support?
> -----Original Message-----
> From: owner-miva-users@miva.com [mailto:owner-miva-users@miva.com]On
> Behalf Of Levi Corcoran
> Sent: Monday, February 05, 2001 4:43 PM
> To: miva-users@miva.com
> 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!
>
-
Open House -- Meet STARBASE-21, Inc.!
no, it doesn't. It's spam.
-----Original Message-----
From: owner-miva-users@miva.com [mailto:owner-miva-users@miva.com]On
Behalf Of Robert J Miller Jr
Sent: Monday, February 05, 2001 5:36 PM
To: Levi Corcoran; miva-users@miva.com
Subject: RE: [meu] Open House -- Meet STARBASE-21, Inc.!
Does this have something to with Miva list support?
> -----Original Message-----
> From: owner-miva-users@miva.com [mailto:owner-miva-users@miva.com]On
> Behalf Of Levi Corcoran
> Sent: Monday, February 05, 2001 4:43 PM
> To: miva-users@miva.com
> 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!
>
Posting Rules
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules