Renders an HTML table listing all active FullHouse promotions with product images, pricing, feature descriptions, and web push status.
FH Product — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
No parameters are used. Data is sourced from fullhouse.axion.def_promotion joined to trader.promotion_detail, trader.meta_product, and trader.products. Returns an HTML string containing a table with one row per active promotion product.
Each row displays: the product image (from Default_picture), product name, product code, price, instalment, deposit, feature list (pipe-delimited), web push status, and push date. An inline status column flags missing descriptions, missing price information, and missing PIMS images (detected by checking whether the image URL ends with logo_pims_icon.jpeg).