<?php
$Get = [
"img" => "https://placehold.co/300",
"title" => "Title of item",
"txt" => "Color : red",
"txt2" => "Size : xl",
"FooterText" => "€ 12,50",
"FooterText2" => "Sold by SiDDiQUiE.NET"
];
\template\widget('card_item', $Get);
?>
$Get["img"] = $Get["DisplayPicture"] ?? $Get["img"]
$Get["FooterText"] = $Get["SalePrice_InVAT"] ?? $Get["FooterText"]