Function Nosto404

  • You can personalise your cart and checkout pages by using the Nosto404 component. The component does not require any props.

    By default, your account, when created, has three 404-page placements named notfound-nosto-1, notfound-nosto-2 and notfound-nosto-3. You may omit these and use any identifier you need. The identifiers used here are simply provided to illustrate the example.

    Parameters

    • props: {
          placements?: string[];
      }
      • Optional placements?: string[]

    Returns Element

    Example

    <div className="notfound-page">
    <NostoPlacement id="notfound-nosto-1" />
    <NostoPlacement id="notfound-nosto-2" />
    <NostoPlacement id="notfound-nosto-3" />
    <Nosto404 />
    </div>

Generated using TypeDoc