Gift wrap panel
- compunerdy
- Admiral (ADM)
- Posts: 1283
- Joined: Sun Nov 18, 2007 3:55 pm
Gift wrap panel
I cannot get rid of the "gift wrap options" on the checkout page. Everything says =false as far as showing it in the code but for some reason it always displays. has anyone removed this successfully?
Tim,
I asked AC to conditionalize this so that it's not so difficult to remove if not needed. You can sort of get rid of it in the One Page Checkout, but the multi-page is a little trickier. I went in there and added HTML comment tags around the entire Gift Wrap Panel in OnePageCheckout.aspx. Even if AC changed its visibility, it would be commented out. The panel ID is "GiftWrapPanel" (line 495-501ish in my file).
Regards,
rdv
I asked AC to conditionalize this so that it's not so difficult to remove if not needed. You can sort of get rid of it in the One Page Checkout, but the multi-page is a little trickier. I went in there and added HTML comment tags around the entire Gift Wrap Panel in OnePageCheckout.aspx. Even if AC changed its visibility, it would be commented out. The panel ID is "GiftWrapPanel" (line 495-501ish in my file).
Regards,
rdv
- compunerdy
- Admiral (ADM)
- Posts: 1283
- Joined: Sun Nov 18, 2007 3:55 pm
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
On the OnePageCheckout.ascx, I set it visible="false" and it didn't break the page:
<asp:Panel ID="GiftWrapPanel" runat="server" CssClass="section" EnableViewState="false" Visible="false">
I haven't experimented with the non-one page checkout- I don't even know where to start using that.
<asp:Panel ID="GiftWrapPanel" runat="server" CssClass="section" EnableViewState="false" Visible="false">
I haven't experimented with the non-one page checkout- I don't even know where to start using that.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
- compunerdy
- Admiral (ADM)
- Posts: 1283
- Joined: Sun Nov 18, 2007 3:55 pm
- cerami2
- Lieutenant Commander (LCDR)
- Posts: 103
- Joined: Thu Nov 08, 2007 5:29 am
- Location: Plymouth MN
- Contact:
Thanks for the info
I got this to work on my site