Is there a way to add a "Notes" or "Delivery Instructions" field to a Google Checkout post? I'm using the Custom Cart HTML API and it's worked out great so far except that I want to include a section for the buyer to add notes about the delivery.
Asked
Active
Viewed 299 times
1 Answers
0
Of course after I post the question I find the answer.
Google offers tags to indicate that you want to add gift or special instructions at checkout. This Gift Messaging API can be used to allow a Gift or other message to be included, as well as allowing you to pre-fill it with input from the customer.
<input type="hidden" name="shopping-cart.buyer-messages.special-instructions-1" value="" />

Josh K
- 28,364
- 20
- 86
- 132