 | SavedForLater.RemoveProductFromSavedForLater Method |
Namespace:
Dynamicweb.Ecommerce.Cart
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic 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: System.String
- productVariantId
- Type: System.String
- languageId
- Type: System.String
See Also