---- dataentry snippet ---- type : snippet # do not change this line category : checkout # mention the category like 'shipping', 'checkout' etc name : Adding a gift-wrapping checkbox to the checkout. # the name of the snippet description : # description about snippet versions_tags : # compatible versions reference_url : https://forum.foxycart.com/discussion/3214 # Item_3 # External link tags_tags : snippets, checkout, advance # tags, separated by commas. date_dt : 2011-05-27 # the date in YYYY-MM-DD format ---- ===== Adding a gift-wrapping checkbox to the checkout ===== Navigate to your store's FoxyCart administration, and load the "checkout" template page. Within the template, look for the line containing ''^^checkout^^'', and paste the following right below it: ^^custom_begin^^
Additional Information

^^custom_end^^
Also within the template, add the code below right before the closing '''' tag: ===== Related Forum Discussions ===== * https://forum.foxycart.com/discussion/3214#Item_3