Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
snippets:add_to_cart_form:using_calendar_date_picker [2011/05/25 21:31] – [Data entry] sami.fiazsnippets:add_to_cart_form:using_calendar_date_picker [2018/11/19 01:47] (current) – [Using a calendar date-picker to add dates to products.] adam
Line 2: Line 2:
 type          : snippet #do not change this line type          : snippet #do not change this line
 category      : Add to cart form #mention the category like 'shipping', 'checkout' etc category      : Add to cart form #mention the category like 'shipping', 'checkout' etc
-name          : Using a calendar date-picker #the name of the snippet+name          : Using a calendar date-picker to add dates to products. #the name of the snippet
 description   :  #description about snippet description   :  #description about snippet
-versions_tags : 060 #compatible versions+versions_tags : 0.6.0 #compatible versions
 reference_url : http://forum.foxycart.com/comments.php?DiscussionID=3343&page=1 #External link reference_url : http://forum.foxycart.com/comments.php?DiscussionID=3343&page=1 #External link
 tags_tags     : snippets, shipping, advance #tags, separated by commas. tags_tags     : snippets, shipping, advance #tags, separated by commas.
 date_dt       : 2011-05-26 #the date in YYYY-MM-DD format date_dt       : 2011-05-26 #the date in YYYY-MM-DD format
 ---- ----
-===== Using a calendar date-picker    =====+===== Using a calendar date-picker to add dates to products.   =====
  
 This calendar setup requires having a link and an input with coinciding id's. An input an link should be setup like this: This calendar setup requires having a link and an input with coinciding id's. An input an link should be setup like this:
 <code html> <code html>
 <input type="text" name="date" id="date2" class="datepicker"> <input type="text" name="date" id="date2" class="datepicker">
-<a href="https://kopymarktest.foxycart.com/cart?name=Large%20Box&amp;price=15" id="link_date2" class="foxycart">Add to basket</a>+<a href="https://yourstore.foxycart.com/cart?name=Large%20Box&amp;price=15" id="link_date2" class="foxycart">Add to basket</a>
 </code> </code>
  

Site Tools