CyberStore Ecommerce 2023 Documentation
RemoveElement Method
The ID of the element to remove as a string.
Removes the element.
Syntax
var value; // Type: any
value = RemoveElement(element);
function RemoveElement( 
   element : any
) : any;

Parameters

element
The ID of the element to remove as a string.

Return Value

.