예제 #1
0
</ul></div><?php 
        } else {
            echo "<span style='margin-left:50px;color:red;font-weight:bold;'>Error in getting Taxes : Not Getting Expecting Data !!</span><br>";
        }
    } else {
        echo "<span style='margin-left:50px;color:red;font-weight:bold;'>Error in getting Taxes : {$taxes['userMessage']}</span><br>";
    }
}
?>

                                </legend>  
                            </span></div>
                    </td>
                </tr>
                <?php 
$info = $apicall->linksync_QuickBook_info();
if (!isset($info['errorCode'])) {
    if ($info['version'] == 'QuickBooks Online Plus') {
        ?>
 <tr valign="top">
                            <th  class="titledesc">Quantity  <a href="https://www.linksync.com/help/woocommerce"><img style="margin-bottom:-4px;margin-left:4px" title="When enabled, product quantities will be kept in sync. "  src="../wp-content/plugins/linksync/img/help.png" height="16" width="16"></a></th>
                            <td class="forminp forminp-checkbox">
                                <label style="display: inline-block;width: 25em;">
                                    <input type="checkbox" <?php 
        echo get_option('ps_quantity') == 'on' ? 'checked' : '';
        ?>
 value="on" name="ps_quantity" />Sync product Quantity between apps</label>
                                <div  id="unpublish_stock_id" style="margin-top:5px;display:<?php 
        if (get_option('product_sync_type_QBO') == 'wc_to_QB') {
            echo "none";
        }