Jump to content

cathyb

Members
  • Posts

    2
  • Joined

  • Last visited

cathyb's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thank you johncc. I actually did most of the shopify site myself. There were a few things that I needed that I couldn't do because it involved code. I've taught myself a few things like getting the calendar on the product pages. I just don't know how to get the information the customer enters to end up somewhere that I can see it. Thank you!! Cathy
  2. I am a super newbie that has learned all of this on my own so please forgive if this is a dumb question. I have a shopify website that I had someone help me with (That ripped me off and clearly didn't know or care what they were doing). Anyway I have an area where the customer can write a gift message for each product. When it goes to the shopping cart the message is displayed. I put in a calendar option where the customer can choose a future ship date but that piece is not showing up in the cart when they add the product. This is the coding that I think is relevant: This coding is the gift message that moves to the cart ( I think) (This is on the product page...) <div> <p><label for="additional">Gift Message:</label></p> <p><input type="text" id="additional" name="properties[Additional]" /></p> </div> (This is on the cart page...) <label for="gift-message">Comments for Sunshine Senders:</label> <!--<input id="gift-message" type="text" name="attributes[gift_message]" value="{{ cart.attributes[gift_message] }}" class="giftMessage" />--> <textarea id="gift-message" name="attributes[gift_message]" >{{ cart.attributes[gift_message] }}</textarea> This is the calendar code on the product page <label for="ship_now_1">Shipping Preference</label><br/> <select name="ship_now_1" id="ship_now_1"> <option value="">--Please Select--</option> <option value="1">Ship ASAP-</option> <option value="2">Hold for Future Delivery-Choose Date</option> </select> How can I create the code that will make it appear on the cart page? Any help would be so appreciated...you have no idea!!! My website is www.SunshineSenders.com if it would help to see it. Thank you!!!! Cathy
×
×
  • Create New...