| SavedForLaterRemoveProductFromSavedForLater Method |
Namespace:
Dynamicweb.Ecommerce.Cart
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public static void RemoveProductFromSavedForLater(
string productId,
string productVariantId,
string languageId
)
Public Shared Sub RemoveProductFromSavedForLater (
productId As String,
productVariantId As String,
languageId As String
)
Parameters
- productId
- Type: SystemString
- productVariantId
- Type: SystemString
- languageId
- Type: SystemString
See Also