appendAsLowAsEstimate

appendAsLowAsEstimate(options)

Appends "As low as $XYZ/month • Learn More".

Parameters

  • options (Object): configuration object.
    • selector (String, optional): CSS selector of the target element. Default: 'body'.
    • productCost (Number, positive integer): Product cost in USD. Rounded, no cents.

Example

TentoappendAsLowAsEstimate({
      selector: '#as-low-as',
      productCost: 1099,
});