@tycoonsystems/tycoon-modules
Version:
www.tv.tycoon.systems/documentation
1 lines • 528 B
JavaScript
import React from"react";const Module=e=>React.createElement(React.Fragment,null,e?._validCc&&0<e?.cart?.items?.length&&e?._loggedIn||e?.free||e.showDisclaimer?React.createElement("div",{className:"Ecommerce_Disclaimer",style:{background:"#222222",borderRadius:".5rem",fontSize:".75rem",lineHeight:".7rem",marginBottom:".25rem",padding:".25rem .5rem"}},e?.text??`Placing your order above will fulfill payment to the shop vendors and confirms your agreement with ${e.siteTitle} terms and conditions`):null);export default Module;