chia0367
05-06-08, 05:09 PM
I'm looking for someone to do a Custom Attribute handling project for me. Here is the scope of the work, and the problem I need to solve:
I sell custom baseball jerseys online. Consider this example URL here: http://jersey-joe.com/a6200f6ephih.html (http://jersey-joe.com/a6200f6ephih.html)
The customer MUST choose their size, and the name/number they want on their jersey. They can do one of two things, but not both:
1. select their size, enter their own name and number
2. select their size, select a name & number of one of the team players
Blank jerseys with no name and number are listed on a different page, and not relevant to this particular problem.
What's happening is that sometimes customers are entering a name AND a number AND selecting a player. This creates confusion for us, an extra phone call to the customer, a delay on the order, or a cancellation when they can't get what they want.
If a customer enters their own name and number (instead of choosing a player), the "select player" attribute still appears on the order as "select player". So an extraneous blank dummy attribute is getting transmitted with the order.
Furthermore, I can't make any of those attributes mandatory. So that means customers are also entering a name with no number, or a number with no name, which are both prohibited.
Furthermore, customers are selecting certain name and number combinations that are prohibited. Like "Robinson 42" for Jackie Robinson, or "Ruth 3" for Babe Ruth, or profanity such as "---hole 69".
There is a 12-character limit on the name, including spaces. A-Z only, no other characters.
There is a 2-digit limit on the number. 00-99 only, no other characters.
So I definitely need to have better control over these attributes. I have all the attributes assigned as templates.
I'd like for the customer to be able to choose from these 2 options. So that way, not all 4 prompts are showing at the same time, and are not all transmitted with the order.
Select a team player **OR** Enter your own name and number:
OPTION 1: Select a team player:
a. Select a size (required)
b. Select a team player (required)
or
OPTION 2: Enter your own name and number:
2a. Select a size (required)
2b. Enter your name (required)
2c. Enter your number (required)
I imagine this can be done with Java, or with Miva-script programming.
Please contact me if you might be interested in this project.
Joseph Chiaccio
President
Jersey-Joe.com
joe@jersey-joe.com (joe@jersey-joe.com)
856 764 2509 x 104
I sell custom baseball jerseys online. Consider this example URL here: http://jersey-joe.com/a6200f6ephih.html (http://jersey-joe.com/a6200f6ephih.html)
The customer MUST choose their size, and the name/number they want on their jersey. They can do one of two things, but not both:
1. select their size, enter their own name and number
2. select their size, select a name & number of one of the team players
Blank jerseys with no name and number are listed on a different page, and not relevant to this particular problem.
What's happening is that sometimes customers are entering a name AND a number AND selecting a player. This creates confusion for us, an extra phone call to the customer, a delay on the order, or a cancellation when they can't get what they want.
If a customer enters their own name and number (instead of choosing a player), the "select player" attribute still appears on the order as "select player". So an extraneous blank dummy attribute is getting transmitted with the order.
Furthermore, I can't make any of those attributes mandatory. So that means customers are also entering a name with no number, or a number with no name, which are both prohibited.
Furthermore, customers are selecting certain name and number combinations that are prohibited. Like "Robinson 42" for Jackie Robinson, or "Ruth 3" for Babe Ruth, or profanity such as "---hole 69".
There is a 12-character limit on the name, including spaces. A-Z only, no other characters.
There is a 2-digit limit on the number. 00-99 only, no other characters.
So I definitely need to have better control over these attributes. I have all the attributes assigned as templates.
I'd like for the customer to be able to choose from these 2 options. So that way, not all 4 prompts are showing at the same time, and are not all transmitted with the order.
Select a team player **OR** Enter your own name and number:
OPTION 1: Select a team player:
a. Select a size (required)
b. Select a team player (required)
or
OPTION 2: Enter your own name and number:
2a. Select a size (required)
2b. Enter your name (required)
2c. Enter your number (required)
I imagine this can be done with Java, or with Miva-script programming.
Please contact me if you might be interested in this project.
Joseph Chiaccio
President
Jersey-Joe.com
joe@jersey-joe.com (joe@jersey-joe.com)
856 764 2509 x 104