IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
Two obsolete properties are removed since they create issues when pages are duplicated. The IDs which link between pages are correctly copied however the specific JSON Data object still contains old data that you don’t need.
[Obsolete(
"Use CheckoutPageId instead"
)]
public
string
CheckoutData {
get
;
set
; }
"Use ContinueShoppingPageId instead"
ContinueShoppingData {
List<ProductVariationDetail> SelectedProductVariationDetails {
;}
The ProductVariationDetails property is marked as obsolete and the setter is removed. Please use OptionsDetails.ProductVariation and OptionsDetails.ProductAttributeValues instead.
List<ProductVariationDetail> ProductVariationDetails {
A new control for “additional charge” is added and the additional charge for a variation is no longer shown in the dropdown. Because of that each client should upgrade his custom templates to contain the following in the template:
<
sf:ProductAdditionalChargeControl
id
=
"productAdditionalChargeControl"
ProductItem='<%# Page.GetDataItem() %>' runat="server" />
The property Variant before was holding a JSON serialized AttributeValuePair object and now it holds a list of AttributeValuePair objects so any custom code that is using this Variant field should be updated.
[DataMember]
Variant {
Since Sitefinity CMS 6.2 product variations can have dedicated images. The images back-end functionality works and looks exactly like the images feature for products. On the front-end the variation images are shown on the product detail page after selection of attributes where the possible variations list may contains variations with custom images. The variation images are shown on the product detail page in front of the default product images.
Example :
Before selecting an attribute/variation:
Related to variations change the product detail page Add to Cart functionality was slightly changed as follows:
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important