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

Notification

Icon
Error

jetheredge
#1 Posted : Wednesday, February 6, 2008 12:21:18 PM(UTC)
jetheredge

Rank: Member

Joined: 3/1/2006(UTC)
Posts: 1,142

*** 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 add cross sessl from the cart.aspx page of a 5.3.2 store. You can download the new cart.aspx.vb file that is attached.

The changes were made on line 113 where we took this:

Code:
If WebAppSettings.DisplayCrossSellsInShoppingCart AndAlso (Basket.LastProductUpdatedOrAdded <> String.Empty) Then
Me.CrossSellDisplay1.Product = Catalog.InternalProduct.FindByBvin(Basket.LastProductUpdatedOrAdded)
Me.CrossSellDisplay1.DataBind()
Else
Me.CrossSellDisplay1.DataBind()
End If


And changed it to this:

Code:
If Not Page.IsPostBack Then
If WebAppSettings.DisplayCrossSellsInShoppingCart AndAlso (Basket.LastProductUpdatedOrAdded <> String.Empty) Then
Me.CrossSellDisplay1.Product = Catalog.InternalProduct.FindByBvin(Basket.LastProductUpdatedOrAdded)
Me.CrossSellDisplay1.DataBind()
Else
Me.CrossSellDisplay1.DataBind()
End If
End If
File Attachment(s):
HotFixSP3.2D.zip (5kb) downloaded 270 time(s).

You cannot view/download attachments. Try to login or register.
Justin Etheredge
Senior Software Engineer
BVSoftware
HPros
#2 Posted : Wednesday, February 13, 2008 8:28:25 PM(UTC)
HPros

Rank: Member

Joined: 1/30/2008(UTC)
Posts: 215

What are the chances of rolling this up into a 3.3 release...or a coming 3.3 release once the hanging glitches are worked out? We've waited to upgrade this time, would rather have a total fix when done.
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