Your IP : 216.73.216.95


Current Path : /var/www/alh/admin/view/template/openbay/
Upload File :
Current File : /var/www/alh/admin/view/template/openbay/ebay_item_link.tpl

<?php echo $header; ?>
<div id="content">
    <div class="breadcrumb">
        <?php foreach ($breadcrumbs as $breadcrumb) { ?>
        <?php echo $breadcrumb['separator']; ?><a href="<?php echo $breadcrumb['href']; ?>"><?php echo $breadcrumb['text']; ?></a>
        <?php } ?>
    </div>
    <div class="warning displayNone" id="errorBox"></div>
    <div class="box mBottom130">
        <div class="heading">
            <h1><?php echo $lang_heading; ?></h1>
            <div class="buttons">
                <a href="<?php echo $return; ?>" class="button"><span><?php echo $lang_btn_return; ?></span></a>
            </div>
        </div>
        <div class="content">
            <?php if($validation == true) { ?>
            <p><?php echo $lang_link_desc1; ?></p>
            <p><?php echo $lang_link_desc2; ?></p>
            <p><?php echo $lang_link_desc3; ?></p>
            <p><?php echo $lang_link_desc4; ?></p>
            <h2><?php echo $lang_unlinked_items; ?></h2>
            <p><?php echo $lang_text_unlinked_desc; ?></p>
            <table class="list">
              <thead>
              <tr>
                <td class="left" colspan="6"><?php echo $lang_filter; ?></td>
              </tr>
              </thead>
              <tbody>
              <tr>
                <td class="left" style="font-weight:bold;"><?php echo $lang_filter_title; ?></td>
                <td class="left"><input type="text" size="35" value="" name="filter_title" id="filter_title"></td>
                <td class="left" style="font-weight:bold;"><?php echo $lang_filter_range; ?></td>
                <td class="left">
                  <input type="text" style="text-align: left;" value="" size="8" name="filter_qty_min" id="filter_qty_min"> -
                  <input type="text" style="text-align: left;" value="" size="8" name="filter_qty_max" id="filter_qty_max">
                </td>
                <td class="left" style="font-weight:bold;"><?php echo $lang_filter_var; ?></td>
                <td class="left">
                  <select name="filter_variant" id="filter_variant">
                    <option value="1"><?php echo $text_yes; ?></option>
                    <option value="0"><?php echo $text_no; ?></option>
                  </select>
                </td>
              </tr>
              </tbody>
            </table>
            <table class="list" cellpadding="2">
                <thead>
                <tr>
                    <td></td>
                    <td class="left"><?php echo $lang_column_itemId; ?></td>
                    <td class="left"><?php echo $lang_column_listing_title; ?></td>
                    <td class="left"><?php echo $lang_column_product_auto; ?></span></td>
                    <td class="center width100"><?php echo $lang_column_stock_available; ?></td>
                    <td class="center width100"><?php echo $lang_column_allocated; ?></td>
                    <td class="center width100"><?php echo $lang_column_ebay_stock; ?></td>
                    <td class="center width100"><?php echo $lang_column_variants; ?></td>
                    <td class="center width100"><?php echo $lang_column_action; ?></td>
                </tr>
                </thead>
                <tbody id="eBayListings">
                <tr class="filter" id="fetchingEbayItems">
                    <td class="left" colspan="9"><?php echo $lang_text_unlinked_info; ?></td>
                </tr>
                </tbody>
            </table>
            <div class="buttons">
                <a onclick="checkUnlinkedItems();" class="button" id="checkUnlinkedItems"><span><?php echo $lang_btn_check_unlinked; ?></span></a>
                <img src="view/image/loading.gif" id="checkUnlinkedItemsLoading" class="displayNone" alt="Loading" />
                <input type="hidden" name="unlinked_page" id="unlinked_page" value="1" />
            </div>
            <h2><?php echo $lang_linked_items; ?></h2>
            <p><?php echo $lang_text_linked_desc; ?></p>
            <table class="list" cellpadding="2">
                <thead>
                <tr>
                    <td class="left"><?php echo $lang_column_product; ?></td>
                    <td class="center"><?php echo $lang_column_itemId; ?></td>
                    <td class="center"><?php echo $lang_column_allocated; ?></td>
                    <td class="center"><?php echo $lang_column_stock_available; ?></td>
                    <td class="center"><?php echo $lang_column_stock_reserve; ?></td>
                    <td class="center"><?php echo $lang_column_ebay_stock; ?></td>
                    <td class="center"><?php echo $lang_column_variants; ?></td>
                    <td class="center"><?php echo $lang_column_status; ?></td>
                    <td class="center"><?php echo $lang_column_action; ?></td>
                </tr>
                </thead>
                <tr>
                    <td class="left" colspan="8" id="checking_linked_items">
                        <img src="view/image/loading.gif" alt="Loading" /> <?php echo $lang_text_loading_items; ?>
                    </td>
                </tr>
                <tbody style="display:none;" id="show_linked_items">
                <?php foreach($linked_items as $id => $item) { ?>
                <input type="hidden" name="ebay_qty_<?php echo $id; ?>" value="" id="ebay_qty_<?php echo $id; ?>" />
                <input type="hidden" name="store_qty_<?php echo $id; ?>" value="<?php echo $item['qty']; ?>" id="store_qty_<?php echo $id; ?>" />
                <input type="hidden" name="reserve_qty_<?php echo $id; ?>" value="<?php echo $item['qty']; ?>" id="reserve_qty_<?php echo $id; ?>" />
                <input type="hidden" name="item_id[]" id="item_id_<?php echo $id; ?>" value="<?php echo $id; ?>" class="item_id"  />
                <input type="hidden" name="product_id[]" id="product_id_<?php echo $id; ?>" value="<?php echo $item['product_id']; ?>" />
                <input type="hidden" name="options" id="options_<?php echo $id; ?>" value="<?php echo (int)$item['options']; ?>" />
                <tr id="row_<?php echo $id; ?>" class="refreshRow">
                    <td class="left"><a href="<?php echo $item['link_edit']; ?>" target="_BLANK"><?php echo $item['name']; ?></a></td>
                    <td class="center"><a href="<?php echo $item['link_ebay']; ?>" target="_BLANK"><?php echo $id; ?></a></td>
                    <?php if($item['options'] == 0){ ?>
                    <td class="center"><?php echo $item['allocated']; ?></td>
                    <td class="center"><?php echo $item['qty']; ?></td>
                    <td class="center"><?php echo $item['reserve']; ?></td>
                    <td id="text_qty_<?php echo $id; ?>" class="center"></td>
                    <td class="center" align="center"><img title="" alt="" src="view/image/delete.png" style="margin-top:3px;"></td>
                    <?php }else{ ?>
                    <td class="center">-</td>
                    <td class="center"><?php foreach($item['options'] as $option){ echo $option['stock'] .' x ' . $option['combi'] . '<br />'; } ?></td>
                    <td id="text_qty_<?php echo $id; ?>" class="center"></td>
                    <td class="center" align="center"><img title="" alt="" src="view/image/success.png" style="margin-top:3px;"></td>
                    <?php } ?>
                    <td class="center" id="text_status_<?php echo $id; ?>"></td>
                    <td class="center buttons" id="text_buttons_<?php echo $id; ?>"></td>
                </tr>
                <?php } ?>
                </tbody>
            </table>
            <div class="pagination"><?php echo $pagination; ?></div>
            <?php }else{ ?>
            <div class="warning"><?php echo $lang_error_validation; ?></div>
            <?php } ?>
        </div>
    </div>
</div>

<script type="text/javascript"><!--
function checkLinkedItems(){
    $.ajax({
        url: 'index.php?route=openbay/openbay/loadLinkedStatus&token=<?php echo $token; ?>',
        data: $('.item_id').serialize(),
        type: 'POST',
        dataType: 'json',
        success: function(json) {
            if(json.data == ''){
                $('#checking_linked_items').hide();
                $('.pagination').hide();
                $('#show_linked_items').html('<tr><td colspan="8"><p><?php echo $lang_ajax_error_listings; ?></p></td></tr>').show();
            }else{
                $.each(json.data, function(key, val){
                    key                 = String(key);
                    var product_id      = $('#product_id_'+key).val();
                    var store_qty       = $('#store_qty_'+key).val();
                    var reserve_qty     = $('#reserve_qty_'+key).val();

                    if(val.variants == 0){
                        $('#text_qty_'+key).text(val.qty);
                        $('#ebay_qty_'+key).val(val.qty);

                        if(val.status == 1){
                          if (val.qty == store_qty || val.qty == reserve_qty) {
                            $('#text_status_'+key).text('OK');
                            $('#row_'+key+' > td').css('background-color', '#E3FFC8');
                            $('#text_buttons_'+key).html('<a href="<?php echo $edit_url; ?>'+product_id+'" class="button"><span><?php echo $lang_btn_edit; ?></span></a>');
                          }else{
                            $('#text_status_'+key).text('Stock error');
                            $('#row_'+key+' > td').css('background-color', '#FFD4D4');
                            $('#text_buttons_'+key).html('<a onclick="updateLink('+key+','+val.qty+','+product_id+', '+store_qty+', '+reserve_qty+');" class="button"><span><?php echo $lang_btn_resync; ?></span></a>');
                          }
                        }else{
                            $('#text_status_'+key).text('Listing ended');
                            $('#row_'+key+' > td').css('background-color', '#FFD4D4');
                            $('#text_buttons_'+key).html('<a onclick="removeLink('+product_id+', '+key+');" class="button"><span><?php echo $lang_btn_remove_link; ?></span></a>');
                        }
                    }else{
                        var htmlInj = '';

                        $.each(val.variants, function(key1, val1){
                            htmlInj += val1.qty+' x ';
                            $.each(val1.nv.NameValueList, function(key2, val2){
                                htmlInj += val2.Value+' > ';
                            });
                            htmlInj += '<br />';
                        });

                        $('#text_qty_'+key).html(htmlInj);

                        if(val.status == 0){
                            $('#text_status_'+key).text('Listing ended');
                            $('#row_'+key+' > td').css('background-color', '#FFD4D4');
                            $('#text_buttons_'+key).html('<a onclick="removeLink('+product_id+', '+key+');" class="button"><span><?php echo $lang_btn_remove_link; ?></span></a>');
                        }
                    }
                });

                $('#checking_linked_items').hide();
                $('#show_linked_items').show();
            }
        },
        failure: function(){
            $('#errorBox').text('<?php echo $lang_ajax_load_error; ?>').fadeIn();
        },
        error: function(){
            $('#errorBox').text('<?php echo $lang_ajax_load_error; ?>').fadeIn();
        }
    });
}

function removeLink(product_id, id) {
    $.ajax({
        type: 'GET',
        url: 'index.php?route=openbay/openbay/removeItemLink&token=<?php echo $token; ?>&product_id='+product_id,
        dataType: 'json',
        success: function(json) {
            $('#row_'+id).fadeOut('slow');
        },
        error: function (xhr, ajaxOptions, thrownError) {
        alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
      }
    });
}

function updateLink(itemid, qty, product_id, store_qty, reserve_qty){
    var r = confirm("<?php echo $lang_alert_stock_local; ?>");
    varBtnOld = $('#text_buttons_'+itemid).html();

    $('#text_buttons_'+itemid).html('<p class="center"><img src="view/image/loading.gif" alt="Loading" /></p>');

    if(r == true){
        $.ajax({
            type: 'GET',
            url: 'index.php?route=openbay/openbay/setProductStock&token=<?php echo $token; ?>&product_id='+product_id,
            dataType: 'json',
            success: function(json) {
                if(json.error == false){
                  $('#text_status_'+itemid).text('OK');
                  $('#text_buttons_'+itemid).empty().html('<a href="<?php echo $edit_url; ?>'+product_id+'" class="button"><span><?php echo $lang_btn_edit; ?></span></a>');
                  $('#row_'+itemid+' > td').css('background-color', '#E3FFC8');
                  $('#l_'+itemid+'_qtyinput').val(qty);
                  $('#l_'+itemid+'_qty').val(qty);
                  if (reserve_qty > 0) {
                    $('#text_qty_'+item_id).text(reserve_qty);
                  } else {
                    $('#text_qty_'+item_id).text(store_qty);
                  }
                  $('#reserve_qty-'+item_id).text(reserve_qty);
                } else {
                    $('#text_buttons_'+itemid).html(varBtnOld);
                    alert(json.msg);
                }
            },
            failure: function(){
                $('#text_buttons_'+itemid).html(varBtnOld);
                alert('<?php echo $lang_ajax_load_error; ?>');
            },
            error: function(){
                $('#text_buttons_'+itemid).html(varBtnOld);
                alert('<?php echo $lang_ajax_load_error; ?>');
            }
        });
    }
}

function saveListingLink(id){
    var product_id      = $('#l_'+id+'_pid').val();
    var qty             = $('#l_'+id+'_qtyinput').val();
    var ebayqty         = $('#l_'+id+'_qtyebayinput').val();
    var variants        = $('#l_'+id+'_variants').val();

    if(product_id === ''){
        alert('<?php echo $lang_ajax_error_link; ?>');
        return false;
    }

    if(qty < 1){
        alert('<?php echo $lang_ajax_error_link_no_sk; ?>');
        return false;
    }

    $.ajax({
        url: 'index.php?route=openbay/openbay/saveItemLink&token=<?php echo $token; ?>&pid='+product_id+'&itemId='+id+'&qty='+qty+'&ebayqty='+ebayqty+'&variants='+variants,
        type: 'post',
        dataType: 'json',
        beforeSend: function(){
            $('#l_'+id+'_saveBtn').hide();
            $('#l_'+id+'_saveLoading').show();
        },
        success: function(json) {
            $('#row'+id).fadeOut('slow');
            $('#l_'+id+'_saveLoading').hide();
        },
        error: function (xhr, ajaxOptions, thrownError) {
        alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
      }
    });
}

function getProductStock(id, elementId){
    $.ajax({
        type:'GET',
        dataType: 'json',
        url: 'index.php?route=openbay/openbay/getProductStock&token=<?php echo $token; ?>&pid='+id,
        success: function(data){
            if(data.variant == 0){
                $('#'+elementId+'_qty').text(data.qty);
                $('#'+elementId+'_qtyinput').val(data.qty);
                $('#'+elementId+'_allocated').text(data.allocated);
                $('#'+elementId+'_allocatedinput').val(data.allocated);
                $('#'+elementId+'_subtractinput').val(data.subtract);
                $('#'+elementId+'_saveBtn').show();
            }else{
                var injHtml = '';
                $.each(data.variant, function(key, val){
                    injHtml += val.stock+' x '+val.combi+'<br />';
                });
                $('#'+elementId+'_qty').html(injHtml);
                $('#'+elementId+'_saveBtn').show();
            }
        }
    });
}

function checkUnlinkedItems(){

    var unlinked_page = $('#unlinked_page').val();

    $.ajax({
        url: 'index.php?route=openbay/openbay/loadUnlinked&token=<?php echo $token; ?>&page='+unlinked_page,
        type: 'POST',
        data: { 'filter_title' : $('#filter_title').val(), 'filter_qty_min' : $('#filter_qty_min').val(), 'filter_qty_max' : $('#filter_qty_max').val(), 'filter_variant' : $('#filter_variant').val() },
        dataType: 'json',
        beforeSend: function(){
          $('#fetchingEbayItems').hide();
          $('#checkUnlinkedItems').hide();
          $('#checkUnlinkedItemsLoading').show();
          $('.attention').remove();
        },
        success: function(json) {
          if(json.data.items === null){
            $('#eBayListings').append('<tr><td colspan="7"><p><?php echo $lang_ajax_error_listings; ?></p></td></tr>');
          }else{
            var htmlInj;

            $.each(json.data.items, function(key, val){
              htmlInj = '';
              htmlInj += '<tr class="listing" id="row'+key+'">';
              htmlInj += '<td class="center">';
              if (val.img != '') {
                htmlInj += '<img src="'+val.img+'" />';
              }
              htmlInj += '</td>';
              htmlInj += '<td class="left">'+key+'<input type="hidden" id="l_'+key+'_val" val="'+key+'" /></td>';
              htmlInj += '<td class="left">'+val.name+'</td>';
              htmlInj += '<td class="left"><input type="text" class="localName" value="" id="l_'+key+'" /><input type="hidden" id="l_'+key+'_pid" /></td>';

              if(val.variants == 0){
                htmlInj += '<td class="center"><span id="l_'+key+'_qty"></span><input type="hidden" id="l_'+key+'_qtyinput" /></td>';
                htmlInj += '<td class="center"><span id="l_'+key+'_allocated"></span><input type="hidden" id="l_'+key+'_allocatedinput" /><input type="hidden" id="l_'+key+'_subtractinput" /></td>';
                htmlInj += '<td class="center"><span id="l_'+key+'_qtyebay">'+val.qty+'</span><input type="hidden" id="l_'+key+'_qtyebayinput" value="'+val.qty+'" /></td>';
                htmlInj += '<input type="hidden" name="variants" id="l_'+key+'_variants" value="0" />';
                htmlInj += '<td class="center"><img title="" alt="" src="view/image/delete.png" style="margin-top:3px;"></td>';
              }else{
                htmlInj += '<td class="center"><span id="l_'+key+'_qty"></span></td>';
                htmlInj += '<td class="center">-</td>';
                htmlInj += '<td class="center">';
                $.each(val.variants, function(key1, val1){
                  htmlInj += val1.qty+' x ';
                  $.each(val1.nv.NameValueList, function(key2, val2){
                    htmlInj += val2.Value+' > ';
                  });
                  htmlInj += '<br />';
                });
                htmlInj += '</td>';
                htmlInj += '<input type="hidden" name="variants" id="l_'+key+'_variants" value="1" />';
                htmlInj += '<td class="center"><img title="" alt="" src="<?php echo HTTPS_SERVER; ?>view/image/success.png" style="margin-top:3px;"></td>';
              }
              htmlInj += '<td class="center"><a class="button displayNone" onclick="saveListingLink('+key+'); return false;" id="l_'+key+'_saveBtn"><span><?php echo $lang_btn_save; ?></span></a> <img src="<?php echo HTTPS_SERVER; ?>/view/image/loading.gif" class="displayNone" id="l_'+key+'_saveLoading" /></td>';
              htmlInj += '</tr>';

              $('#eBayListings').append(htmlInj);
            });
          }

          if(json.data.more_pages == 1){
            $('#checkUnlinkedItems').show();
          }
          if (json.data.break == 1) {
            $('#checkUnlinkedItems').before('<div class="attention" style="margin-bottom:10px;"><?php echo $lang_limit_reached; ?></div>');
          }
          $('#checkUnlinkedItemsLoading').hide();
          $('#unlinked_page').val(json.data.next_page);
        },
        failure: function(){
            $('#checkUnlinkedItems').hide();
            $('#checkUnlinkedItemsLoading').show();
            $('#errorBox').text('<?php echo $lang_ajax_load_error; ?>').fadeIn();
        },
        error: function(){
            $('#checkUnlinkedItems').hide();
            $('#checkUnlinkedItemsLoading').show();
            $('#errorBox').text('<?php echo $lang_ajax_load_error; ?>').fadeIn();
        }
    });
}

$(".localName:not(.ui-autocomplete-input)").live("focus", function (event) {
    $(this).autocomplete({
        delay: 0,
        source: function(request, response) {
            $.ajax({
                url: 'index.php?route=catalog/product/autocomplete&token=<?php echo $token; ?>&filter_name=' +  encodeURIComponent(request.term),
                dataType: 'json',
                type: 'POST',
                data: 'filter_name=' +  encodeURIComponent(request.term),
                success: function(json) {
                    response($.map(json, function(item) {
                        return {
                            label: item.name,
                            value: item.product_id
                        }
                    }));
                },
                error: function (xhr, ajaxOptions, thrownError) {
                alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
              }
            });
        },
        select: function(event, ui) {
            $(this).val(ui.item.label);
            // get the item id of the row
            var elementId = $(this).attr('id');
            getProductStock(ui.item.value, elementId);
            $('#'+elementId+'_pid').val(ui.item.value);
            return false;
        }
    });
});

$(document).ready(function() {
    $('#tabs a').tabs();
    checkLinkedItems();
});
//--></script>
<?php echo $footer; ?>