Mojito Posted August 31, 2010 Share Posted August 31, 2010 I am having the following problem on the shipping page (order.php)If I tick the box saying "I would like the order to be gift-wrapped" then the input field below it (If you wish, you can add a note to the gift) disappears. To me it seems as though its working the wrong way around. I would assume that the input option for (If you wish, you can add a note to the gift) should only appear once you have stated you would like your order to be gift wrapped.Does anyone know how I can fix this issue? Link to comment Share on other sites More sharing options...
jackso11 Posted November 26, 2010 Share Posted November 26, 2010 anyone answer this? I have the same problem Link to comment Share on other sites More sharing options...
jackso11 Posted November 28, 2010 Share Posted November 28, 2010 has anybody got the gift wrap option working with a message? Link to comment Share on other sites More sharing options...
Mojito Posted November 28, 2010 Author Share Posted November 28, 2010 Hey,I found out the problem that I was having with this. I had deleted some CSS that was important to this function working correctly.Check your global.css and make sure you have the following styles#order #gift_div { display: none }#order #gift_div label, #order #gift_div textarea { display: block; width: 100%; margin: 1em 0}Hopefully this fixes your problem as well. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now