Rank: Member
Joined: 5/7/2009(UTC) Posts: 2
|
When I enter a promotional code in the shopping cart page, it works fine and handles the discount correctly. But when I click the delete button, nothing happens. I can click that thing 50 times and it will not delete. Any thoughts as to why?
|
|
|
|
Rank: Member
Joined: 9/20/2006(UTC) Posts: 92
|
What version of BV5? What promo type are you using? Can you post the URL and promo code so we can test? Wallace Miller -- Narrowpath Design
Providing installation, custom development, and design services for BVC5 sites 24/7 tech support and consultation service available for BVSoftware E-Commerce 760.728.8679 (phone) [email protected]
|
|
|
|
Rank: Member
Joined: 6/1/2004(UTC) Posts: 720
|
Hi Wallace,
I am getting the same thing in ver 5.3.20. The only difference for me is when you click to delete the promo code it gives a runtime error. Like you said the code works perfectly going in......
Thanks,
Derek |
|
|
|
|
Rank: Member
Joined: 9/20/2006(UTC) Posts: 92
|
Derek, Can you post the URL and promo code so we can test? Wallace Miller -- Narrowpath Design
Providing installation, custom development, and design services for BVC5 sites 24/7 tech support and consultation service available for BVSoftware E-Commerce 760.728.8679 (phone) [email protected]
|
|
|
|
Rank: Member
Joined: 6/1/2004(UTC) Posts: 720
|
Hi Wallace, Here you go.... Go to www.yourticketzone.com , hit listing, select "test prod" at top and promo code is "testpromo" Thanks, Derek |
|
|
|
|
Rank: Member
Joined: 3/3/2006(UTC) Posts: 1,737
|
Known issue. Admin, clear your cookies so you can get past it.... shoppers are unlikely to need to delete a coupon code. http://forums.bvcommerce...lt.aspx?f=88&m=60972Fixed in 5.4??? |
Optimists invent airplanes, Pessimists buy parachutes. |
|
|
|
Rank: Member
Joined: 6/1/2004(UTC) Posts: 720
|
Thanks Mitch!
yeah, I did see that I can cleanup carts and remove it, and you're right that it is unlikely to be an issue...
Thanks, d. |
|
|
|
|
Rank: Member
Joined: 9/20/2006(UTC) Posts: 92
|
Derek, Try this.... Find the CouponGrid Gridview Control in Cart.aspx and add the EnableViewState="false" property (shown in bold below) Code: <asp:GridView [b]EnableViewState="false"[/b] CellPadding="3" CellSpacing="0" GridLines="none" ID="CouponGrid" runat="server" AutoGenerateColumns="False" DataKeyNames="CouponCode" ShowHeader="False">
Wallace Miller -- Narrowpath Design
Providing installation, custom development, and design services for BVC5 sites 24/7 tech support and consultation service available for BVSoftware E-Commerce 760.728.8679 (phone) [email protected]
|
|
|
|
Rank: Member
Joined: 6/1/2004(UTC) Posts: 720
|
Thanks Wallace...will do! |
|
|
|
|
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.