Adore Me Promotions and Discount Coupons
Promotions and Discount Coupons
if( ($store["short_description"] && strlen($store["short_description"]) > 5) || $admin_enabled )
{
if($admin_enabled)
$short_description = str_replace(PHP_EOL, PHP_EOL."
", $store["short_description"]);
else
$short_description = str_replace(PHP_EOL, "".PHP_EOL."
", $store["short_description"]);
?>
}
if($store["total_products"] > 0 && strlen(trim($store["related_products"])) > 0)
{
include_once(INCLUDEPATH."class.products.php");
$products_list = $PRODUCTS->get_products_list_by_id($store["related_products"], 6);
if( is_object($products_list) )
{
?>
while ($product = $products_list->fetch_assoc())
{
$redirect = str_replace("/product/", "/out/", $product["url"]);
$admin_actio_param = "";
if( $admin_enabled )
{
$admin_actio_param = "data-pid='{$product['id']}' data-sid='{$store['merchant_id']}' data-action='remove'";
}
?>
-
}
$products_list->free();
?>
}
}?>