Good Morning,
I saw a neat little feature on a website and im trying to emulate it. I am working with jcart.
I have a product. Below, the special instructions field is an input textbox.
Soccer Ball
Qty: 1
Price: 25.00
Special Instructions: Black & Green Ball
Qty Name Price
1 Soccer Ball (Black & Green Ball) 25.00
How can i get the code to pass the information like this?
If the special instructions field is empty, then pass item name “soccer ball”
if the special instructions field is not empty, then pass the item name “soccer ball” along with text from special instructions field to equal “soccer ball (black & green)”
any idea?