function showProductCardConfirmationMessageZone() {
	hideZone('alertprice_zone');
	hideZone('alertstock_zone');
	showZone('confirmation_message_zone');
	appel_ancre('top');
}

function showProductCardAlertPriceZone() {
	hideZone('confirmation_message_zone');
	hideZone('alertstock_zone');
	showZone('alertprice_zone');
	appel_ancre('top');
}

function showProductCardAlertStockZone() {
	hideZone('confirmation_message_zone');
	hideZone('alertprice_zone');
	showZone('alertstock_zone');
	appel_ancre('top');
}
