CyberStore Ecommerce 2023 Documentation
SetWebPrice Method
The display price.
Identifier for the element.
Sets the inner text of a specified element to a web price.
Syntax
var value; // Type: any
value = SetWebPrice(displayPrice, elementId);
function SetWebPrice( 
   displayPrice : any,
   elementId : any
) : any;

Parameters

displayPrice
The display price.
elementId
Identifier for the element.

Return Value

.