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 Link to comment https://forums.phpfreaks.com/topic/274887-custom-message-field-help/ Share on other sites More sharing options...
Jessica Posted February 24, 2013 Share Posted February 24, 2013 Instead of a textarea just do text. Link to comment https://forums.phpfreaks.com/topic/274887-custom-message-field-help/#findComment-1414673 Share on other sites More sharing options...
dsnsol Posted February 24, 2013 Author Share Posted February 24, 2013 perfect....many many thanks! Link to comment https://forums.phpfreaks.com/topic/274887-custom-message-field-help/#findComment-1414677 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.