dsnsol Posted February 24, 2013 Share Posted February 24, 2013 Hi...hope I put this in the right place I am using Shopp cart plugin for Wordpress. I want to put a custom message where someone can pick a product and then fill out a box with a word they want on a shirt. I found how to edit Shopp content templates and I have the function working like I want....customer finds item, buys item, puts word in field, buys item and I get order with item and the word they entered. My problem is how the custom message box looks on my site. The box is huge and I only want it big enough for one word. How do I make the box smaller? http://crushstuff.com/shop/tshirt-test/ Here's the code I used <p><label>Your One Word: </label><br /> <?php shopp('product','input','type=textarea&name=Word'); ?></p> thanks for your help Quote Link to comment Share on other sites More sharing options...
Jessica Posted February 24, 2013 Share Posted February 24, 2013 Instead of a textarea just do text. Quote Link to comment Share on other sites More sharing options...
dsnsol Posted February 24, 2013 Author Share Posted February 24, 2013 perfect....many many thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.