• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Marcus
#1 Posted : Wednesday, January 30, 2008 1:46:34 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

*** Only install this fix if you have SP3.2 installed! ***

You can tell if you have SP3.2 installed by looking in the upper right hand corner in the admin area of your store.

This fix will resolve an error that occurs when attempting to remove coupon codes from the cart.aspx page of a 5.3.2 store. The performance upgrades to the cart page created this bug in the remove coupon code but it is easy to correct. You can download the new cart.aspx file attached to this post or make the one line change manually

Look for this line:

Code:
<asp:GridView CellPadding="3" CellSpacing="0" GridLines="none" ID="CouponGrid" runat="server"
AutoGenerateColumns="False" DataKeyNames="CouponCode" ShowHeader="False">


And add EnableViewState="false" so that the code reads like this:

Code:
<asp:GridView [b]EnableViewState="false"[/b] CellPadding="3" CellSpacing="0" GridLines="none" ID="CouponGrid" runat="server"
AutoGenerateColumns="False" DataKeyNames="CouponCode" ShowHeader="False">
File Attachment(s):
Cart.aspx (10kb) downloaded 262 time(s).

You cannot view/download attachments. Try to login or register.
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012