- This topic has 3 replies, 2 voices, and was last updated 12 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Add custom data to product via script
Tagged: api, custom data, estore, post
Hi,
say I was about to code a separate module, that would allow me to style and customize a t-shirt: Would I be able to post the configuration data from that customized t-shirt to my eStore shopping cart / shopping cart item, say via POST variables? Goal is to have all that data collected and processed / stored in a comments field of my shopping cart / shopping cart item.
Help is greatly appreciated!
Thanks alot in advance
Thorsten
No, there is no option to do that. You could try collecting these special details after the purchase:
https://support.tipsandtricks-hq.com/forums/topic/collecting-customer-input-with-wp-estore-plugin
Hi, thanks alot for your answer In your initial post of the thread you link to, you say that it is possible to collect customer input in the product display. I tested that and it works just nicely. Still one more question: Where do I modify the display code to make that input box hidden and to prevent the label of that box showing. I’d probably send my custom data to that input field via a script and make the value preselected… See where I am going to?
You should be able hide the input box using CSS. However, that input field is a plain text field (It can’t handle a lot of data). As soon as you put a lot of data it won’t work well.