function postsale_marketing_popup(order_key) {
    var postsale_marketing_ajax_data="get_ajax=1&marketing_type=popup&order_key="+encodeURIComponent(order_key)+"&change_lang="+actual_lang;
    if (typeof config_plus['unas_design']!=='undefined') postsale_marketing_ajax_data=postsale_marketing_ajax_data+"&unas_design="+config_plus['unas_design'];

    if (!popup_open) {
        $.shop_popup("open",{
            ajax_url:shop_url_main+"/shop_marketing.php",
            ajax_data:postsale_marketing_ajax_data,
            ajax_loader:false,
            width: 660,
            height: "content",
            offsetHeight: -80,
            contentId:"page_marketing_content",
            class:"shop_popup_postsale",
            popupId:"marketing",
            modal:0.6,
            overflow: "scroll",
            closeClick: false
        });
    }
}