Checkout Screen Text

General ShopSite user discussion

Checkout Screen Text

Postby jndtc » Tue Oct 03, 2006 1:37 pm

During checkout I would like to have all fields default to all caps/upper case. My order fulfillment prefers this for shipping labels. Is there a way to do this? Also, is there any way to change what information is sent to me with regard to each order notification. I only want to see specific information like name, address etc., and not the products and payment info. Is there a way to customize this?
jndtc
 
Posts: 5
Joined: Tue Oct 03, 2006 12:44 pm

Change checkout text to upper case or all caps

Postby Swine » Wed Oct 31, 2007 10:06 am

I see it's been a while since this was posted and it failed to get a response back then. Maybe better luck now? Does anybody have a solution? I need checkout text to default automatically to all caps.
Eric
Swine
 
Posts: 143
Joined: Tue Apr 03, 2007 8:36 am

Postby loren_d_c » Wed Oct 31, 2007 1:28 pm

If you have ShopSite Pro and you know how to write JavaScript then you could add your own custom JavaScript to the Commerce Setup -> Order System -> Checkout text area labeled 'Javascript added at start of built-in CheckIt function' that would convert the specific form field values you want to uppercase before the form is submitted.

-Loren
loren_d_c
 
Posts: 2572
Joined: Fri Aug 04, 2006 12:02 pm
Location: Anywhere

Postby Swine » Wed Oct 31, 2007 1:34 pm

Thanks. I can't do that, but I think I know someone who can help me do it.
Eric
Swine
 
Posts: 143
Joined: Tue Apr 03, 2007 8:36 am

Postby JeremeD » Fri Nov 02, 2007 6:27 am

You could also just use CSS to change the fields to uppercase.

This would make all text in all input fields uppercase:

Code: Select all
<style>

input { text-transform: uppercase; }

</style>


If you want to target specific fields, you would just need to address them.

This would make only the billing address input fields uppercase:

Code: Select all
<style>

td.addr_val input { text-transform: uppercase; }

</style>
SD360.com
Certified ShopSite Designer
ShopSite Templates Available Now
JeremeD
 
Posts: 60
Joined: Sat Feb 10, 2007 4:20 pm
Location: Athens, GA

Postby Swine » Mon Nov 05, 2007 2:40 pm

Thanks!!!
Eric
Swine
 
Posts: 143
Joined: Tue Apr 03, 2007 8:36 am


Return to User Forum

Who is online

Users browsing this forum: No registered users and 98 guests