Jump to content

IMPOSSIBLE DE METTRE LES QUANTITES PRODUITS APRES MAJ 1.5.4 VERS 1.5.6


Recommended Posts

j'ai cela
       

 

 

<input name="id_product" value="332" type="hidden">
        <input id="is_virtual" name="is_virtual" value="0" type="hidden">
        <div class="tab-pane" id="tabPane1">
                    <div class="warn draft">
                <p>
                    <span style="float: left">
                    Your product will be saved as a draft.</span>
                    <span style="float:right"><a href="#" class="button" style="display: block" onclick="submitAddProductAndPreview()">Save and preview.</a></span>
                    <input name="fakeSubmitAddProductAndPreview" id="fakeSubmitAddProductAndPreview" type="hidden">
                    <br>
                </p>
                </div>
                
                            <div style="display: none;" id="product-tab-content-Informations" class=" product-tab-content">
                                            <input name="submitted_tabs[]" value="Informations" type="hidden">
<div id="step1">
    <h4 class="tab">1. Info.</h4>
    <h4>Product global information</h4>
    <script type="text/javascript">
                    var PS_ALLOW_ACCENTED_CHARS_URL = 0;
                var combination_images = new Array();
            </script>

    
    


    <div class="separation"></div>
    <div id="warn_virtual_combinations" class="warn" style="display:none">You cannot use combinations with a virtual product.</div>
    <div>
        <label class="text"> Type:</label>
        <input name="type_product" id="simple_product" value="0" checked="checked" type="radio">
        <label class="radioCheck" for="simple_product">Product</label>
        <input name="type_product" id="pack_product" value="1" type="radio">
        <label class="radioCheck" for="pack_product">Pack</label>
        <input name="type_product" id="virtual_product" value="2" type="radio">
        <label class="radioCheck" for="virtual_product">Virtual Product (services, booking or downloadable products)</label>
    </div>

    <div class="separation"></div>
    <br>
    <table style="width: 50%; float: left; margin-right: 20px; border-right: 1px solid #CCCCCC;" cellpadding="5">
    
        <tbody><tr>
            <td class="col-left">
                

                <label>Name:</label>
            </td>
            <td style="padding-bottom:5px;" class="translatable">
                            <div class="lang_1" style=" float: left;">
                        <input class=" updateCurrentText" size="43" id="name_1" name="name_1" value="5X Super Telephoto Detachable Lens with Clip for iPhone 5/4/4S" type="text"><sup> *</sup>
                    <span style="display: none;" class="hint" name="help_box">Invalid characters: <>;=#{}<span class="hint-pointer"> </span>
                    </span>
                </div>
                        <div class="displayed_flag"><img alt="English (United States)" src="../img/l/1.jpg" class="language_current pointer"></div><div class="language_flags">Choose language:<br><br><img alt="English (United States)" src="../img/l/1.jpg" style="margin: 2px;" class="pointer"></div></td>
        </tr>
        <tr>
            <td class="col-left"><label> Reference:</label></td>
            <td style="padding-bottom:5px;">
                <input size="55" name="reference" value="" style="width: 130px; margin-right: 44px;" type="text">
                <span class="hint" name="help_box">Special characters allowed:.-_#\<span class="hint-pointer"> </span></span>
            </td>
        </tr>
        <tr>
            <td class="col-left"><label> EAN13 or JAN:</label></td>
            <td style="padding-bottom:5px;">
                <input size="55" maxlength="13" name="ean13" value="" style="width: 130px; margin-right: 5px;" type="text"> <span class="small">(Europe, Japan)</span>
            </td>
        </tr>
        <tr>
            <td class="col-left"><label> UPC:</label></td>
            <td style="padding-bottom:5px;">
                <input size="55" maxlength="12" name="upc" value="" style="width: 130px; margin-right: 5px;" type="text"> <span class="small">(US, Canada)</span>
            </td>
        </tr>
    </tbody></table>
    
    <table style="width: 40%; float: left; margin-left: 10px;" cellpadding="5">
    <tbody><tr>
        <td class="col-left">
            

            <label class="text">Status:</label>
        </td>
        <td style="padding-bottom:5px;">
            <ul class="listForm">
                <li>
                    <input onclick="toggleDraftWarning(false);showOptions(true);showRedirectProductOptions(false);" name="active" id="active_on" value="1" type="radio">
                    <label for="active_on" class="radioCheck">Enabled</label>
                </li>
                <li>
                    <input onclick="toggleDraftWarning(true);showOptions(false);showRedirectProductOptions(true);" name="active" id="active_off" value="0" checked="checked" type="radio">
                    <label for="active_off" class="radioCheck">Disabled</label>
                </li>
            </ul>
        </td>
    </tr>
    <tr class="redirect_product_options" style="">
        <td class="col-left">
            

            <label class="text">Redirect:</label>
        </td>
        <td style="padding-bottom:5px;">
            <select name="redirect_type" id="redirect_type">
                <option value="404" selected="selected">No redirect (404)</option>
                <option value="301">Redirect permanently (301)</option>
                <option value="302">Redirect temporarily (302)</option>
            </select>
            <span class="hint" name="help_box">
                404 : Not Found = Product does not exist and no redirect<br>
                301 : Moved Permanently = Product Moved Permanently<br>
                302 : Moved Temporarily = Product moved temporarily
            </span>
        </td>
    </tr>
    <tr class="redirect_product_options redirect_product_options_product_choise" style="display: none;">
        <td class="col-left">
            

            <label class="text">Related product:</label>
        </td>
        <td style="padding-bottom:5px;">
            <input value="0" name="id_product_redirected" type="hidden">
            <input style="" value="" id="related_product_autocomplete_input" autocomplete="off" class="ac_input">
            <p style="margin-top: 0.5em;">
                <script>
                    var no_related_product = 'No related product';
                    var id_product_redirected = 0;
                    var product_name_redirected = '';
                </script>
                <span id="related_product_name">No related product</span>
                <span id="related_product_remove" style="display:none">
                    <a hre="#" onclick="removeRelatedProduct(); return false" id="related_product_remove_link">
                        <img src="../img/admin/delete.gif" class="middle" alt="">
                    </a>
                </span>
            </p>
        </td>
    </tr>
    <tr>
        <td class="col-left">
            

            <label>Visibility:</label>
        </td>
        <td style="padding-bottom:5px;">
            <select name="visibility" id="visibility">
                <option value="both" selected="selected">Everywhere</option>
                <option value="catalog">Catalog only</option>
                <option value="search">Search only</option>
                <option value="none">Nowhere</option>
            </select>
        </td>
    </tr>
    <tr id="product_options" style="display:none">
        <td class="col-left">
            
            <label>Options:</label>
        </td>
        <td style="padding-bottom:5px;">
            <ul class="listForm">
                <li>
                    <input name="available_for_order" id="available_for_order" value="1" checked="checked" type="checkbox">
                    <label for="available_for_order" class="t">Available for order</label>
                </li>
            <li>
                <input name="show_price" id="show_price" value="1" checked="checked" disabled="disabled" type="checkbox">
                <label for="show_price" class="t">show price</label>
            </li>
            <li>
                <input name="online_only" id="online_only" value="1" type="checkbox">
                <label for="online_only" class="t">Online only (not sold in store)</label>
            </li>
            </ul>
        </td>
    </tr>
    <tr>
        <td class="col-left">
            

            <label>Condition:</label>
        </td>
        <td style="padding-bottom:5px;">
            <select name="condition" id="condition">
                <option value="new" selected="selected">New</option>
                <option value="used">Used</option>
                <option value="refurbished">Refurbished</option>
            </select>
        </td>
    </tr>
</tbody></table>

<table style="width: 100%;" border="0" cellpadding="5" cellspacing="0"><tbody><tr><td><div class="separation"></div></td></tr></tbody></table>
        <table border="0" cellpadding="5" cellspacing="0">
            <tbody><tr>
                <td class="col-left">
                    

                    <label>Short description:<br></label>
                    <p class="product_description">(Appears in the product list(s), and on the top of the product page.)</p>
                </td>
                <td style="padding-bottom:5px;">
                        
<div class="translatable">
<div class="lang_1" style="float: left;">
    <textarea aria-hidden="true" style="display: none;" cols="100" rows="10" id="description_short_1" name="description_short_1" class="autoload_rte"><p>5X Super Telephoto Detachable Lens with Clip for iPhone 5/4/4S, other Mobile Phone and Digital Camera</p></textarea><span class="mceEditor cirkuitSkin" id="description_short_1_parent" aria-labelledby="description_short_1_voice" role="application"><span id="description_short_1_voice" style="display:none;" class="mceVoiceLabel">Rich Text Area</span><table style="width: 600px; height: auto;" class="mceLayout" id="description_short_1_tbl" role="presentation" cellpadding="0" cellspacing="0"><tbody><tr class="mceFirst" role="presentation"><td role="presentation" class="mceToolbar mceLeft mceFirst mceLast"><div tabindex="-1" id="description_short_1_toolbargroup" role="group" aria-labelledby="description_short_1_toolbargroup_voice"><span role="application"><span id="description_short_1_toolbargroup_voice" class="mceVoiceLabel" style="display:none;">Toolbar</span><table aria-pressed="false" aria-disabled="false" id="description_short_1_toolbar1" class="mceToolbar mceToolbarRow1 Enabled" role="presentation" tabindex="-1" align="" cellpadding="0" cellspacing="0"><tbody><tr><td class="mceToolbarStart mceToolbarStartButton mceFirst"><span><!-- IE --></span></td><td style="position: relative"><a tabindex="-1" role="button" id="description_short_1_newdocument" href="javascript:;" class="mceButton mceButtonEnabled mce_newdocument" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_newdocument_voice" title="New Document"><span class="mceIcon mce_newdocument"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_newdocument_voice">New Document</span></a></td><td style="position: relative"><span class="mceSeparator" role="separator" aria-orientation="vertical" tabindex="-1"></span></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_short_1_bold" href="javascript:;" class="mceButton mceButtonEnabled mce_bold" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_bold_voice" title="Bold (Ctrl+B)"><span class="mceIcon mce_bold"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_bold_voice">Bold (Ctrl+</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_short_1_italic" href="javascript:;" class="mceButton mceButtonEnabled mce_italic" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_italic_voice" title="Italic (Ctrl+I)"><span class="mceIcon mce_italic"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_italic_voice">Italic (Ctrl+I)</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_short_1_underline" href="javascript:;" class="mceButton mceButtonEnabled mce_underline" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_underline_voice" title="Underline (Ctrl+U)"><span class="mceIcon mce_underline"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_underline_voice">Underline (Ctrl+U)</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_short_1_strikethrough" href="javascript:;" class="mceButton mceButtonEnabled mce_strikethrough" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_strikethrough_voice" title="Strikethrough"><span class="mceIcon mce_strikethrough"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_strikethrough_voice">Strikethrough</span></a></td><td style="position: relative"><span class="mceSeparator" role="separator" aria-orientation="vertical" tabindex="-1"></span></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_short_1_justifyleft" href="javascript:;" class="mceButton mceButtonEnabled mce_justifyleft" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_justifyleft_voice" title="Align Left"><span class="mceIcon mce_justifyleft"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_justifyleft_voice">Align Left</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_short_1_justifycenter" href="javascript:;" class="mceButton mceButtonEnabled mce_justifycenter" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_justifycenter_voice" title="Align Center"><span class="mceIcon mce_justifycenter"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_justifycenter_voice">Align Center</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_short_1_justifyright" href="javascript:;" class="mceButton mceButtonEnabled mce_justifyright" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_justifyright_voice" title="Align Right"><span class="mceIcon mce_justifyright"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_justifyright_voice">Align Right</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_short_1_justifyfull" href="javascript:;" class="mceButton mceButtonEnabled mce_justifyfull" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_justifyfull_voice" title="Align Full"><span class="mceIcon mce_justifyfull"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_justifyfull_voice">Align Full</span></a></td><td class="mceToolbarEnd"><span><!-- IE --></span></td><td style="position: relative"><span role="listbox" aria-haspopup="true" aria-labelledby="description_short_1_styleselect_voiceDesc" aria-describedby="description_short_1_styleselect_voiceDesc"><table aria-valuenow="Styles" role="presentation" tabindex="-1" id="description_short_1_styleselect" class="mceListBox mceListBoxEnabled mce_styleselect" cellpadding="0" cellspacing="0"><tbody><tr><td class="mceFirst"><span id="description_short_1_styleselect_voiceDesc" class="voiceLabel" style="display:none;">Styles</span><a id="description_short_1_styleselect_text" tabindex="-1" href="javascript:;" class="mceText mceTitle" onclick="return false;" onmousedown="return false;">Styles</a></td><td class="mceLast"><a id="description_short_1_styleselect_open" tabindex="-1" href="javascript:;" class="mceOpen" onclick="return false;" onmousedown="return false;"><span><span style="display:none;" class="mceIconOnly" aria-hidden="true">▼</span></span></a></td></tr></tbody></table></span></td><td style="position: relative"><span role="listbox" aria-haspopup="true" aria-labelledby="description_short_1_formatselect_voiceDesc" aria-describedby="description_short_1_formatselect_voiceDesc"><table role="presentation" tabindex="-1" id="description_short_1_formatselect" class="mceListBox mceListBoxEnabled mce_formatselect" cellpadding="0" cellspacing="0"><tbody><tr><td class="mceFirst"><span id="description_short_1_formatselect_voiceDesc" class="voiceLabel" style="display:none;">Format</span><a id="description_short_1_formatselect_text" tabindex="-1" href="javascript:;" class="mceText" onclick="return false;" onmousedown="return false;">Format</a></td><td class="mceLast"><a id="description_short_1_formatselect_open" tabindex="-1" href="javascript:;" class="mceOpen" onclick="return false;" onmousedown="return false;"><span><span style="display:none;" class="mceIconOnly" aria-hidden="true">▼</span></span></a></td></tr></tbody></table></span></td><td style="position: relative"><span role="listbox" aria-haspopup="true" aria-labelledby="description_short_1_fontselect_voiceDesc" aria-describedby="description_short_1_fontselect_voiceDesc"><table aria-valuenow="Font Family" role="presentation" tabindex="-1" id="description_short_1_fontselect" class="mceListBox mceListBoxEnabled mce_fontselect" cellpadding="0" cellspacing="0"><tbody><tr><td class="mceFirst"><span id="description_short_1_fontselect_voiceDesc" class="voiceLabel" style="display:none;">Font Family</span><a id="description_short_1_fontselect_text" tabindex="-1" href="javascript:;" class="mceText mceTitle" onclick="return false;" onmousedown="return false;">Font Family</a></td><td class="mceLast"><a id="description_short_1_fontselect_open" tabindex="-1" href="javascript:;" class="mceOpen" onclick="return false;" onmousedown="return false;"><span><span style="display:none;" class="mceIconOnly" aria-hidden="true">▼</span></span></a></td></tr></tbody></table></span></td><td style="position: relative"><span role="listbox" aria-haspopup="true" aria-labelledby="description_short_1_fontsizeselect_voiceDesc" aria-describedby="description_short_1_fontsizeselect_voiceDesc"><table aria-valuenow="Font Size" role="presentation" tabindex="-1" id="description_short_1_fontsizeselect" class="mceListBox mceListBoxEnabled mce_fontsizeselect" cellpadding="0" cellspacing="0"><tbody><tr><td class="mceFirst"><span id="description_short_1_fontsizeselect_voiceDesc" class="voiceLabel" style="display:none;">Font Size</span><a id="description_short_1_fontsizeselect_text" tabindex="-1" href="javascript:;" class="mceText mceTitle" onclick="return false;" onmousedown="return false;">Font Size</a></td><td class="mceLast"><a id="description_short_1_fontsizeselect_open" tabindex="-1" href="javascript:;" class="mceOpen" onclick="return false;" onmousedown="return false;"><span><span style="display:none;" class="mceIconOnly" aria-hidden="true">▼</span></span></a></td></tr></tbody></table></span></td><td class="mceToolbarEnd mceToolbarEndListBox mceLast"><span><!-- IE --></span></td></tr></tbody></table><table aria-pressed="false" aria-disabled="false" id="description_short_1_toolbar2" class="mceToolbar mceToolbarRow2 Enabled" role="presentation" tabindex="-1" align="" cellpadding="0" cellspacing="0"><tbody><tr><td class="mceToolbarStart mceToolbarStartButton mceFirst"><span><!-- IE --></span></td><td style="position: relative"><a tabindex="-1" role="button" id="description_short_1_cut" href="javascript:;" class="mceButton mceButtonEnabled mce_cut" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_cut_voice" title="Cut (Ctrl+X)"><span class="mceIcon mce_cut"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_cut_voice">Cut (Ctrl+X)</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_short_1_copy" href="javascript:;" class="mceButton mceButtonEnabled mce_copy" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_copy_voice" title="Copy (Ctrl+C)"><span class="mceIcon mce_copy"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_copy_voice">Copy (Ctrl+C)</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_short_1_paste" href="javascript:;" class="mceButton mceButtonEnabled mce_paste" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_paste_voice" title="Paste (Ctrl+V)"><span class="mceIcon mce_paste"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_paste_voice">Paste (Ctrl+V)</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_short_1_pastetext" href="javascript:;" class="mceButton mceButtonEnabled mce_pastetext" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_pastetext_voice" title="Paste as Plain Text"><span class="mceIcon mce_pastetext"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_pastetext_voice">Paste as Plain Text</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_short_1_pasteword" href="javascript:;" class="mceButton mceButtonEnabled mce_pasteword" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_pasteword_voice" title="Paste from Word"><span class="mceIcon mce_pasteword"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_pasteword_voice">Paste from Word</span></a></td><td style="position: relative"><span class="mceSeparator" role="separator" aria-orientation="vertical" tabindex="-1"></span></td><td style="position: relative"><span class="mceSeparator" role="separator" aria-orientation="vertical" tabindex="-1"></span></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_short_1_bullist" href="javascript:;" class="mceButton mceButtonEnabled mce_bullist" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_bullist_voice" title="Insert/Remove Bulleted List"><span class="mceIcon mce_bullist"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_bullist_voice">Insert/Remove Bulleted List</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_short_1_numlist" href="javascript:;" class="mceButton mceButtonEnabled mce_numlist" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_numlist_voice" title="Insert/Remove Numbered List"><span class="mceIcon mce_numlist"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_numlist_voice">Insert/Remove Numbered List</span></a></td><td style="position: relative"><span class="mceSeparator" role="separator" aria-orientation="vertical" tabindex="-1"></span></td><td style="position: relative"><a aria-disabled="true" tabindex="-1" role="button" id="description_short_1_outdent" href="javascript:;" class="mceButton mce_outdent mceButtonDisabled" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_outdent_voice" title="Decrease Indent"><span class="mceIcon mce_outdent"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_outdent_voice">Decrease Indent</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_short_1_indent" href="javascript:;" class="mceButton mceButtonEnabled mce_indent" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_indent_voice" title="Increase Indent"><span class="mceIcon mce_indent"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_indent_voice">Increase Indent</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_short_1_blockquote" href="javascript:;" class="mceButton mceButtonEnabled mce_blockquote" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_blockquote_voice" title="Block Quote"><span class="mceIcon mce_blockquote"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_blockquote_voice">Block Quote</span></a></td><td style="position: relative"><span class="mceSeparator" role="separator" aria-orientation="vertical" tabindex="-1"></span></td><td style="position: relative"><a aria-disabled="true" tabindex="-1" role="button" id="description_short_1_undo" href="javascript:;" class="mceButton mce_undo mceButtonDisabled" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_undo_voice" title="Undo (Ctrl+Z)"><span class="mceIcon mce_undo"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_undo_voice">Undo (Ctrl+Z)</span></a></td><td style="position: relative"><a aria-disabled="true" tabindex="-1" role="button" id="description_short_1_redo" href="javascript:;" class="mceButton mce_redo mceButtonDisabled" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_redo_voice" title="Redo (Ctrl+Y)"><span class="mceIcon mce_redo"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_redo_voice">Redo (Ctrl+Y)</span></a></td><td style="position: relative"><span class="mceSeparator" role="separator" aria-orientation="vertical" tabindex="-1"></span></td><td style="position: relative"><a aria-disabled="true" tabindex="-1" role="button" id="description_short_1_link" href="javascript:;" class="mceButton mce_link mceButtonDisabled" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_link_voice" title="Insert/Edit Link"><span class="mceIcon mce_link"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_link_voice">Insert/Edit Link</span></a></td><td style="position: relative"><a aria-disabled="true" tabindex="-1" role="button" id="description_short_1_unlink" href="javascript:;" class="mceButton mce_unlink mceButtonDisabled" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_unlink_voice" title="Unlink"><span class="mceIcon mce_unlink"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_unlink_voice">Unlink</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_short_1_anchor" href="javascript:;" class="mceButton mceButtonEnabled mce_anchor" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_anchor_voice" title="Insert/Edit Anchor"><span class="mceIcon mce_anchor"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_anchor_voice">Insert/Edit Anchor</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_short_1_image" href="javascript:;" class="mceButton mceButtonEnabled mce_image" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_image_voice" title="Insert/Edit Image"><span class="mceIcon mce_image"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_image_voice">Insert/Edit Image</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_short_1_cleanup" href="javascript:;" class="mceButton mceButtonEnabled mce_cleanup" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_cleanup_voice" title="Cleanup Messy Code"><span class="mceIcon mce_cleanup"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_cleanup_voice">Cleanup Messy Code</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_short_1_help" href="javascript:;" class="mceButton mceButtonEnabled mce_help" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_help_voice" title="Help"><span class="mceIcon mce_help"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_help_voice">Help</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_short_1_code" href="javascript:;" class="mceButton mceButtonEnabled mce_code" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_code_voice" title="Edit HTML Source"><span class="mceIcon mce_code"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_code_voice">Edit HTML Source</span></a></td><td style="position: relative"><span class="mceSeparator" role="separator" aria-orientation="vertical" tabindex="-1"></span></td><td style="position: relative"><div id="description_short_1_forecolor" role="button" tabindex="-1" aria-labelledby="description_short_1_forecolor_voice" aria-haspopup="true"><table role="presentation" class="mceSplitButton mceSplitButtonEnabled mce_forecolor" title="Select Text Color" cellpadding="0" cellspacing="0"><tbody><tr><td class="mceFirst"><a role="button" id="description_short_1_forecolor_action" tabindex="-1" href="javascript:;" class="mceAction mce_forecolor" onclick="return false;" onmousedown="return false;" title="Select Text Color"><span class="mceAction mce_forecolor"></span><span class="mceVoiceLabel mceIconOnly" id="description_short_1_forecolor_voice" style="display:none;">Select Text Color</span><div style="background-color: rgb(136, 136, 136);" class="mceColorPreview" id="description_short_1_forecolor_preview"></div></a></td><td class="mceLast"><a role="button" id="description_short_1_forecolor_open" tabindex="-1" href="javascript:;" class="mceOpen mce_forecolor" onclick="return false;" onmousedown="return false;" title="Select Text Color"><span class="mceOpen mce_forecolor"><span style="display:none;" class="mceIconOnly" aria-hidden="true">▼</span></span></a></td></tr></tbody></table></div></td><td style="position: relative"><div id="description_short_1_backcolor" role="button" tabindex="-1" aria-labelledby="description_short_1_backcolor_voice" aria-haspopup="true"><table role="presentation" class="mceSplitButton mceSplitButtonEnabled mce_backcolor" title="Select Background Color" cellpadding="0" cellspacing="0"><tbody><tr><td class="mceFirst"><a role="button" id="description_short_1_backcolor_action" tabindex="-1" href="javascript:;" class="mceAction mce_backcolor" onclick="return false;" onmousedown="return false;" title="Select Background Color"><span class="mceAction mce_backcolor"></span><span class="mceVoiceLabel mceIconOnly" id="description_short_1_backcolor_voice" style="display:none;">Select Background Color</span><div style="background-color: rgb(136, 136, 136);" class="mceColorPreview" id="description_short_1_backcolor_preview"></div></a></td><td class="mceLast"><a role="button" id="description_short_1_backcolor_open" tabindex="-1" href="javascript:;" class="mceOpen mce_backcolor" onclick="return false;" onmousedown="return false;" title="Select Background Color"><span class="mceOpen mce_backcolor"><span style="display:none;" class="mceIconOnly" aria-hidden="true">▼</span></span></a></td></tr></tbody></table></div></td><td style="position: relative"><a tabindex="-1" role="button" id="description_short_1_media" href="javascript:;" class="mceButton mceButtonEnabled mce_media" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_media_voice" title="Insert/Edit Embedded Media"><span class="mceIcon mce_media"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_media_voice">Insert/Edit Embedded Media</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_short_1_fullscreen" href="javascript:;" class="mceButton mceButtonEnabled mce_fullscreen" onmousedown="return false;" onclick="return false;" aria-labelledby="description_short_1_fullscreen_voice" title="Toggle Full Screen Mode"><span class="mceIcon mce_fullscreen"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_short_1_fullscreen_voice">Toggle Full Screen Mode</span></a></td><td class="mceToolbarEnd mceToolbarEndButton mceLast"><span><!-- IE --></span></td></tr></tbody></table></span></div><a href="#" accesskey="z" title="Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X" onfocus="tinyMCE.getInstanceById('description_short_1').focus();"><!-- IE --></a></td></tr><tr><td class="mceIframeContainer mceFirst mceLast"><iframe style="width: 100%; height: auto; display: block;" title="Rich Text AreaPress ALT-F10 for toolbar. Press ALT-0 for help" allowtransparency="true" src="javascript:""" id="description_short_1_ifr" frameborder="0"></iframe></td></tr><tr class="mceLast"><td class="mceStatusbar mceFirst mceLast"><div aria-labelledby="description_short_1_path_voice" role="group" id="description_short_1_path_row"><span id="description_short_1_path_voice">Path</span><span>: </span><span id="description_short_1_path"></span></div><a tabindex="-1" class="mceResize" onclick="return false;" href="javascript:;" id="description_short_1_resize"></a></td></tr></tbody></table></span>
    <span class="counter" max="400"></span>
    <span class="hint"><span class="hint-pointer"> </span></span>
</div>
<div class="displayed_flag"><img alt="English (United States)" src="../img/l/1.jpg" class="language_current pointer"></div><div class="language_flags">Choose language:<br><br><img alt="English (United States)" src="../img/l/1.jpg" style="margin: 2px;" class="pointer"></div></div>
<script type="text/javascript">
    var iso = 'en';
    var pathCSS = '/themes/default/css/';
    var ad = '/admin8886';
</script>

                    <p class="clear"></p>
                </td>
            </tr>
            <tr>
                <td class="col-left">
                    

                    <label>Description:<br></label>
                    <p class="product_description">(Appears in the body of the product page)</p>
                </td>
                <td style="padding-bottom:5px;">
                        
<div class="translatable">
<div class="lang_1" style="float: left;">
    <textarea aria-hidden="true" style="display: none;" cols="100" rows="10" id="description_1" name="description_1" class="autoload_rte"><div id="suojin" style="font-size: 11px; float: left; width: 694px; color: #333333; line-height: 22px; font-family: Tahoma;"><strong>Main Features:</strong>
<ul>
<li>It is easy for installing</li>
<li>High technical image effect</li>
<li>Super wide and low distortion</li>
<li>Without vignetting and dark circle</li>
<li>Magnetic stick-on ring, no other adaptors required</li>
<li>Nano high penetrability, low reflection coating technique</li>
<li><span style="font-family: Tahoma; color: #333333;">Suitable for iPhone5/4/4S, mobile phone and digital camera</span><br /><br /><strong>Specifications:</strong></li>
<li>Magnification: 5X</li>
<li>Maximum angle: 15°</li>
<li>Lens construction: 3 elements in 3 groups</li>
<li>Lens weight: 30 g</li>
<li>Lens dimensions (L x W x H): 3.7 x 3.7 x 3.2 cm</li>
<li>Package weight: 70 g</li>
<li>Package size (L x W x H): 17.0 x 8.0 x 3.5 cm<br /><br /><strong>Package Contents:</strong></li>
<li>1 x Lens </li>
<li>1 x Clip</li>
<li>1 x Pouch </li>
</ul>
</div></textarea><span class="mceEditor cirkuitSkin" id="description_1_parent" aria-labelledby="description_1_voice" role="application"><span id="description_1_voice" style="display:none;" class="mceVoiceLabel">Rich Text Area</span><table style="width: 600px; height: auto;" class="mceLayout" id="description_1_tbl" role="presentation" cellpadding="0" cellspacing="0"><tbody><tr class="mceFirst" role="presentation"><td role="presentation" class="mceToolbar mceLeft mceFirst mceLast"><div tabindex="-1" id="description_1_toolbargroup" role="group" aria-labelledby="description_1_toolbargroup_voice"><span role="application"><span id="description_1_toolbargroup_voice" class="mceVoiceLabel" style="display:none;">Toolbar</span><table aria-pressed="false" aria-disabled="false" id="description_1_toolbar1" class="mceToolbar mceToolbarRow1 Enabled" role="presentation" tabindex="-1" align="" cellpadding="0" cellspacing="0"><tbody><tr><td class="mceToolbarStart mceToolbarStartButton mceFirst"><span><!-- IE --></span></td><td style="position: relative"><a tabindex="-1" role="button" id="description_1_newdocument" href="javascript:;" class="mceButton mceButtonEnabled mce_newdocument" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_newdocument_voice" title="New Document"><span class="mceIcon mce_newdocument"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_newdocument_voice">New Document</span></a></td><td style="position: relative"><span class="mceSeparator" role="separator" aria-orientation="vertical" tabindex="-1"></span></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_1_bold" href="javascript:;" class="mceButton mceButtonEnabled mce_bold" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_bold_voice" title="Bold (Ctrl+B)"><span class="mceIcon mce_bold"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_bold_voice">Bold (Ctrl+</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_1_italic" href="javascript:;" class="mceButton mceButtonEnabled mce_italic" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_italic_voice" title="Italic (Ctrl+I)"><span class="mceIcon mce_italic"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_italic_voice">Italic (Ctrl+I)</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_1_underline" href="javascript:;" class="mceButton mceButtonEnabled mce_underline" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_underline_voice" title="Underline (Ctrl+U)"><span class="mceIcon mce_underline"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_underline_voice">Underline (Ctrl+U)</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_1_strikethrough" href="javascript:;" class="mceButton mceButtonEnabled mce_strikethrough" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_strikethrough_voice" title="Strikethrough"><span class="mceIcon mce_strikethrough"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_strikethrough_voice">Strikethrough</span></a></td><td style="position: relative"><span class="mceSeparator" role="separator" aria-orientation="vertical" tabindex="-1"></span></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_1_justifyleft" href="javascript:;" class="mceButton mceButtonEnabled mce_justifyleft" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_justifyleft_voice" title="Align Left"><span class="mceIcon mce_justifyleft"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_justifyleft_voice">Align Left</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_1_justifycenter" href="javascript:;" class="mceButton mceButtonEnabled mce_justifycenter" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_justifycenter_voice" title="Align Center"><span class="mceIcon mce_justifycenter"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_justifycenter_voice">Align Center</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_1_justifyright" href="javascript:;" class="mceButton mceButtonEnabled mce_justifyright" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_justifyright_voice" title="Align Right"><span class="mceIcon mce_justifyright"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_justifyright_voice">Align Right</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_1_justifyfull" href="javascript:;" class="mceButton mceButtonEnabled mce_justifyfull" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_justifyfull_voice" title="Align Full"><span class="mceIcon mce_justifyfull"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_justifyfull_voice">Align Full</span></a></td><td class="mceToolbarEnd"><span><!-- IE --></span></td><td style="position: relative"><span role="listbox" aria-haspopup="true" aria-labelledby="description_1_styleselect_voiceDesc" aria-describedby="description_1_styleselect_voiceDesc"><table aria-valuenow="Styles" role="presentation" tabindex="-1" id="description_1_styleselect" class="mceListBox mceListBoxEnabled mce_styleselect" cellpadding="0" cellspacing="0"><tbody><tr><td class="mceFirst"><span id="description_1_styleselect_voiceDesc" class="voiceLabel" style="display:none;">Styles</span><a id="description_1_styleselect_text" tabindex="-1" href="javascript:;" class="mceText mceTitle" onclick="return false;" onmousedown="return false;">Styles</a></td><td class="mceLast"><a id="description_1_styleselect_open" tabindex="-1" href="javascript:;" class="mceOpen" onclick="return false;" onmousedown="return false;"><span><span style="display:none;" class="mceIconOnly" aria-hidden="true">▼</span></span></a></td></tr></tbody></table></span></td><td style="position: relative"><span role="listbox" aria-haspopup="true" aria-labelledby="description_1_formatselect_voiceDesc" aria-describedby="description_1_formatselect_voiceDesc"><table role="presentation" tabindex="-1" id="description_1_formatselect" class="mceListBox mceListBoxEnabled mce_formatselect" cellpadding="0" cellspacing="0"><tbody><tr><td class="mceFirst"><span id="description_1_formatselect_voiceDesc" class="voiceLabel" style="display:none;">Format</span><a id="description_1_formatselect_text" tabindex="-1" href="javascript:;" class="mceText" onclick="return false;" onmousedown="return false;">Format</a></td><td class="mceLast"><a id="description_1_formatselect_open" tabindex="-1" href="javascript:;" class="mceOpen" onclick="return false;" onmousedown="return false;"><span><span style="display:none;" class="mceIconOnly" aria-hidden="true">▼</span></span></a></td></tr></tbody></table></span></td><td style="position: relative"><span role="listbox" aria-haspopup="true" aria-labelledby="description_1_fontselect_voiceDesc" aria-describedby="description_1_fontselect_voiceDesc"><table aria-valuenow="Font Family" role="presentation" tabindex="-1" id="description_1_fontselect" class="mceListBox mceListBoxEnabled mce_fontselect" cellpadding="0" cellspacing="0"><tbody><tr><td class="mceFirst"><span id="description_1_fontselect_voiceDesc" class="voiceLabel" style="display:none;">Font Family</span><a id="description_1_fontselect_text" tabindex="-1" href="javascript:;" class="mceText mceTitle" onclick="return false;" onmousedown="return false;">Font Family</a></td><td class="mceLast"><a id="description_1_fontselect_open" tabindex="-1" href="javascript:;" class="mceOpen" onclick="return false;" onmousedown="return false;"><span><span style="display:none;" class="mceIconOnly" aria-hidden="true">▼</span></span></a></td></tr></tbody></table></span></td><td style="position: relative"><span role="listbox" aria-haspopup="true" aria-labelledby="description_1_fontsizeselect_voiceDesc" aria-describedby="description_1_fontsizeselect_voiceDesc"><table aria-valuenow="Font Size" role="presentation" tabindex="-1" id="description_1_fontsizeselect" class="mceListBox mceListBoxEnabled mce_fontsizeselect" cellpadding="0" cellspacing="0"><tbody><tr><td class="mceFirst"><span id="description_1_fontsizeselect_voiceDesc" class="voiceLabel" style="display:none;">Font Size</span><a id="description_1_fontsizeselect_text" tabindex="-1" href="javascript:;" class="mceText mceTitle" onclick="return false;" onmousedown="return false;">Font Size</a></td><td class="mceLast"><a id="description_1_fontsizeselect_open" tabindex="-1" href="javascript:;" class="mceOpen" onclick="return false;" onmousedown="return false;"><span><span style="display:none;" class="mceIconOnly" aria-hidden="true">▼</span></span></a></td></tr></tbody></table></span></td><td class="mceToolbarEnd mceToolbarEndListBox mceLast"><span><!-- IE --></span></td></tr></tbody></table><table aria-pressed="false" aria-disabled="false" id="description_1_toolbar2" class="mceToolbar mceToolbarRow2 Enabled" role="presentation" tabindex="-1" align="" cellpadding="0" cellspacing="0"><tbody><tr><td class="mceToolbarStart mceToolbarStartButton mceFirst"><span><!-- IE --></span></td><td style="position: relative"><a tabindex="-1" role="button" id="description_1_cut" href="javascript:;" class="mceButton mceButtonEnabled mce_cut" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_cut_voice" title="Cut (Ctrl+X)"><span class="mceIcon mce_cut"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_cut_voice">Cut (Ctrl+X)</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_1_copy" href="javascript:;" class="mceButton mceButtonEnabled mce_copy" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_copy_voice" title="Copy (Ctrl+C)"><span class="mceIcon mce_copy"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_copy_voice">Copy (Ctrl+C)</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_1_paste" href="javascript:;" class="mceButton mceButtonEnabled mce_paste" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_paste_voice" title="Paste (Ctrl+V)"><span class="mceIcon mce_paste"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_paste_voice">Paste (Ctrl+V)</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_1_pastetext" href="javascript:;" class="mceButton mceButtonEnabled mce_pastetext" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_pastetext_voice" title="Paste as Plain Text"><span class="mceIcon mce_pastetext"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_pastetext_voice">Paste as Plain Text</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_1_pasteword" href="javascript:;" class="mceButton mceButtonEnabled mce_pasteword" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_pasteword_voice" title="Paste from Word"><span class="mceIcon mce_pasteword"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_pasteword_voice">Paste from Word</span></a></td><td style="position: relative"><span class="mceSeparator" role="separator" aria-orientation="vertical" tabindex="-1"></span></td><td style="position: relative"><span class="mceSeparator" role="separator" aria-orientation="vertical" tabindex="-1"></span></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_1_bullist" href="javascript:;" class="mceButton mceButtonEnabled mce_bullist" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_bullist_voice" title="Insert/Remove Bulleted List"><span class="mceIcon mce_bullist"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_bullist_voice">Insert/Remove Bulleted List</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_1_numlist" href="javascript:;" class="mceButton mceButtonEnabled mce_numlist" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_numlist_voice" title="Insert/Remove Numbered List"><span class="mceIcon mce_numlist"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_numlist_voice">Insert/Remove Numbered List</span></a></td><td style="position: relative"><span class="mceSeparator" role="separator" aria-orientation="vertical" tabindex="-1"></span></td><td style="position: relative"><a aria-disabled="true" tabindex="-1" role="button" id="description_1_outdent" href="javascript:;" class="mceButton mce_outdent mceButtonDisabled" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_outdent_voice" title="Decrease Indent"><span class="mceIcon mce_outdent"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_outdent_voice">Decrease Indent</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_1_indent" href="javascript:;" class="mceButton mceButtonEnabled mce_indent" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_indent_voice" title="Increase Indent"><span class="mceIcon mce_indent"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_indent_voice">Increase Indent</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_1_blockquote" href="javascript:;" class="mceButton mceButtonEnabled mce_blockquote" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_blockquote_voice" title="Block Quote"><span class="mceIcon mce_blockquote"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_blockquote_voice">Block Quote</span></a></td><td style="position: relative"><span class="mceSeparator" role="separator" aria-orientation="vertical" tabindex="-1"></span></td><td style="position: relative"><a aria-disabled="true" tabindex="-1" role="button" id="description_1_undo" href="javascript:;" class="mceButton mce_undo mceButtonDisabled" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_undo_voice" title="Undo (Ctrl+Z)"><span class="mceIcon mce_undo"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_undo_voice">Undo (Ctrl+Z)</span></a></td><td style="position: relative"><a aria-disabled="true" tabindex="-1" role="button" id="description_1_redo" href="javascript:;" class="mceButton mce_redo mceButtonDisabled" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_redo_voice" title="Redo (Ctrl+Y)"><span class="mceIcon mce_redo"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_redo_voice">Redo (Ctrl+Y)</span></a></td><td style="position: relative"><span class="mceSeparator" role="separator" aria-orientation="vertical" tabindex="-1"></span></td><td style="position: relative"><a aria-disabled="true" tabindex="-1" role="button" id="description_1_link" href="javascript:;" class="mceButton mce_link mceButtonDisabled" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_link_voice" title="Insert/Edit Link"><span class="mceIcon mce_link"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_link_voice">Insert/Edit Link</span></a></td><td style="position: relative"><a aria-disabled="true" tabindex="-1" role="button" id="description_1_unlink" href="javascript:;" class="mceButton mce_unlink mceButtonDisabled" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_unlink_voice" title="Unlink"><span class="mceIcon mce_unlink"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_unlink_voice">Unlink</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_1_anchor" href="javascript:;" class="mceButton mceButtonEnabled mce_anchor" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_anchor_voice" title="Insert/Edit Anchor"><span class="mceIcon mce_anchor"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_anchor_voice">Insert/Edit Anchor</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_1_image" href="javascript:;" class="mceButton mceButtonEnabled mce_image" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_image_voice" title="Insert/Edit Image"><span class="mceIcon mce_image"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_image_voice">Insert/Edit Image</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_1_cleanup" href="javascript:;" class="mceButton mceButtonEnabled mce_cleanup" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_cleanup_voice" title="Cleanup Messy Code"><span class="mceIcon mce_cleanup"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_cleanup_voice">Cleanup Messy Code</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_1_help" href="javascript:;" class="mceButton mceButtonEnabled mce_help" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_help_voice" title="Help"><span class="mceIcon mce_help"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_help_voice">Help</span></a></td><td style="position: relative"><a tabindex="-1" role="button" id="description_1_code" href="javascript:;" class="mceButton mceButtonEnabled mce_code" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_code_voice" title="Edit HTML Source"><span class="mceIcon mce_code"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_code_voice">Edit HTML Source</span></a></td><td style="position: relative"><span class="mceSeparator" role="separator" aria-orientation="vertical" tabindex="-1"></span></td><td style="position: relative"><div id="description_1_forecolor" role="button" tabindex="-1" aria-labelledby="description_1_forecolor_voice" aria-haspopup="true"><table role="presentation" class="mceSplitButton mceSplitButtonEnabled mce_forecolor" title="Select Text Color" cellpadding="0" cellspacing="0"><tbody><tr><td class="mceFirst"><a role="button" id="description_1_forecolor_action" tabindex="-1" href="javascript:;" class="mceAction mce_forecolor" onclick="return false;" onmousedown="return false;" title="Select Text Color"><span class="mceAction mce_forecolor"></span><span class="mceVoiceLabel mceIconOnly" id="description_1_forecolor_voice" style="display:none;">Select Text Color</span><div style="background-color: rgb(136, 136, 136);" class="mceColorPreview" id="description_1_forecolor_preview"></div></a></td><td class="mceLast"><a role="button" id="description_1_forecolor_open" tabindex="-1" href="javascript:;" class="mceOpen mce_forecolor" onclick="return false;" onmousedown="return false;" title="Select Text Color"><span class="mceOpen mce_forecolor"><span style="display:none;" class="mceIconOnly" aria-hidden="true">▼</span></span></a></td></tr></tbody></table></div></td><td style="position: relative"><div id="description_1_backcolor" role="button" tabindex="-1" aria-labelledby="description_1_backcolor_voice" aria-haspopup="true"><table role="presentation" class="mceSplitButton mceSplitButtonEnabled mce_backcolor" title="Select Background Color" cellpadding="0" cellspacing="0"><tbody><tr><td class="mceFirst"><a role="button" id="description_1_backcolor_action" tabindex="-1" href="javascript:;" class="mceAction mce_backcolor" onclick="return false;" onmousedown="return false;" title="Select Background Color"><span class="mceAction mce_backcolor"></span><span class="mceVoiceLabel mceIconOnly" id="description_1_backcolor_voice" style="display:none;">Select Background Color</span><div style="background-color: rgb(136, 136, 136);" class="mceColorPreview" id="description_1_backcolor_preview"></div></a></td><td class="mceLast"><a role="button" id="description_1_backcolor_open" tabindex="-1" href="javascript:;" class="mceOpen mce_backcolor" onclick="return false;" onmousedown="return false;" title="Select Background Color"><span class="mceOpen mce_backcolor"><span style="display:none;" class="mceIconOnly" aria-hidden="true">▼</span></span></a></td></tr></tbody></table></div></td><td style="position: relative"><a tabindex="-1" role="button" id="description_1_media" href="javascript:;" class="mceButton mceButtonEnabled mce_media" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_media_voice" title="Insert/Edit Embedded Media"><span class="mceIcon mce_media"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_media_voice">Insert/Edit Embedded Media</span></a></td><td style="position: relative"><a aria-pressed="false" tabindex="-1" role="button" id="description_1_fullscreen" href="javascript:;" class="mceButton mceButtonEnabled mce_fullscreen" onmousedown="return false;" onclick="return false;" aria-labelledby="description_1_fullscreen_voice" title="Toggle Full Screen Mode"><span class="mceIcon mce_fullscreen"></span><span class="mceVoiceLabel mceIconOnly" style="display: none;" id="description_1_fullscreen_voice">Toggle Full Screen Mode</span></a></td><td class="mceToolbarEnd mceToolbarEndButton mceLast"><span><!-- IE --></span></td></tr></tbody></table></span></div><a href="#" accesskey="z" title="Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X" onfocus="tinyMCE.getInstanceById('description_1').focus();"><!-- IE --></a></td></tr><tr><td class="mceIframeContainer mceFirst mceLast"><iframe style="width: 100%; height: auto; display: block;" title="Rich Text AreaPress ALT-F10 for toolbar. Press ALT-0 for help" allowtransparency="true" src="javascript:""" id="description_1_ifr" frameborder="0"></iframe></td></tr><tr class="mceLast"><td class="mceStatusbar mceFirst mceLast"><div aria-labelledby="description_1_path_voice" role="group" id="description_1_path_row"><span id="description_1_path_voice">Path</span><span>: </span><span id="description_1_path"></span></div><a tabindex="-1" class="mceResize" onclick="return false;" href="javascript:;" id="description_1_resize"></a></td></tr></tbody></table></span>
    <span class="counter" max="none"></span>
    <span class="hint"><span class="hint-pointer"> </span></span>
</div>
<div class="displayed_flag"><img alt="English (United States)" src="../img/l/1.jpg" class="language_current pointer"></div><div class="language_flags">Choose language:<br><br><img alt="English (United States)" src="../img/l/1.jpg" style="margin: 2px;" class="pointer"></div></div>
<script type="text/javascript">
    var iso = 'en';
    var pathCSS = '/themes/default/css/';
    var ad = '/admin8886';
</script>

                    <p class="clear"></p>
                </td>
            </tr>
                </tbody></table><table>
        <tbody><tr>
            <td class="col-left"><label>Tags:</label></td>
            <td style="padding-bottom:5px;" class="translatable">
                                    <div class="lang_1" style="float: left;">
                        <input size="55" id="tags_1" name="tags_1" value="iphone gadgets" type="text">
                        <span class="hint" name="help_box">Forbidden characters: !<;>;?=+#"°{}_$%<span class="hint-pointer"> </span></span>
                    </div>
                                <div class="displayed_flag"><img alt="English (United States)" src="../img/l/1.jpg" class="language_current pointer"></div><div class="language_flags">Choose language:<br><br><img alt="English (United States)" src="../img/l/1.jpg" style="margin: 2px;" class="pointer"></div><p class="preference_description clear">Tags separated by commas (e.g. dvd, dvd player, hifi)</p>
            </td>
        </tr>
        </tbody></table>
    
    <br>
</div>

                                    </div>
                            <div id="product-tab-content-Prices" class="product-tab-content" style="display:none">
    
    
    
    
        



<input name="submitted_tabs[]" value="Prices" type="hidden">
<h4>Product price</h4>
<div class="hint" style="display:block;min-height:0;">
    You must enter either the pre-tax retail price, or the retail price with tax. The input field will be automatically calculated.
</div>




<div class="separation"></div>
<table>
    <tbody><tr>
        <td class="col-left">
            

            <label>Pre-tax wholesale price:</label>
        </td>
        <td style="padding-bottom:5px;">
            € <input size="11" maxlength="14" name="wholesale_price" id="wholesale_price" value="0.00" onchange="this.value = this.value.replace(/,/g, '.');" type="text">
            <p class="preference_description">Wholesale price</p>
        </td>
    </tr>

    <tr>
        <td class="col-left">
            

            <label>Pre-tax retail price:</label>
        </td>
        <td style="padding-bottom:5px;">
            <input id="priceTEReal" name="price" value="0.000000" type="hidden">
            € <input size="11" maxlength="14" id="priceTE" name="price_displayed" value="0.00" onchange="noComma('priceTE'); $('#priceTEReal').val(this.value);" onkeyup="$('#priceType').val('TE'); $('#priceTEReal').val(this.value.replace(/,/g, '.')); if (isArrowKey(event)) return; calcPriceTI();" type="text">
            <p class="preference_description">The pre-tax retail price to sell this product</p>
        </td>
    </tr>
    <tr>
        <td class="col-left">
            

            <label>Tax rule:</label>
        </td>
        <td style="padding-bottom:5px;">
            

            <span>
                 <select onchange="javascript:calcPrice(); unitPriceWithTax('unit');" name="id_tax_rules_group" id="id_tax_rules_group">
                    <option value="0">No Tax</option>
                                            <option value="2">
                            US-AK Rate (0%)
                        </option>
                                            <option value="1">
                            US-AL Rate (4%)
                        </option>
                                            <option value="4">
                            US-AR Rate (6%)
                        </option>
                                            <option value="3">
                            US-AZ Rate (6.6%)
                        </option>
                                            <option value="5">
                            US-CA Rate (8.25%)
                        </option>
                                            <option value="6">
                            US-CO Rate (2.9%)
                        </option>
                                            <option value="7">
                            US-CT Rate (0%)
                        </option>
                                            <option value="52">
                            US-DC Rate (6%)
                        </option>
                                            <option value="8">
                            US-DE Rate (0%)
                        </option>
                                            <option value="9">
                            US-FL Rate (6%)
                        </option>
                                            <option value="10">
                            US-GA Rate (4%)
                        </option>
                                            <option value="11">
                            US-HI Rate (4%)
                        </option>
                                            <option value="15">
                            US-IA Rate (6%)
                        </option>
                                            <option value="12">
                            US-ID Rate (6%)
                        </option>
                                            <option value="13">
                            US-IL Rate (6.25%)
                        </option>
                                            <option value="14">
                            US-IN Rate (7%)
                        </option>
                                            <option value="16">
                            US-KS Rate (5.3%)
                        </option>
                                            <option value="17">
                            US-KY Rate (6%)
                        </option>
                                            <option value="18">
                            US-LA Rate (4%)
                        </option>
                                            <option value="21">
                            US-MA Rate (6.25%)
                        </option>
                                            <option value="20">
                            US-MD Rate (6%)
                        </option>
                                            <option value="19">
                            US-ME Rate (5%)
                        </option>
                                            <option value="22">
                            US-MI Rate (6%)
                        </option>
                                            <option value="23">
                            US-MN Rate (6.875%)
                        </option>
                                            <option value="25">
                            US-MO Rate (4.225%)
                        </option>
                                            <option value="24">
                            US-MS Rate (7%)
                        </option>
                                            <option value="26">
                            US-MT Rate (0%)
                        </option>
                                            <option value="33">
                            US-NC Rate (5.5%)
                        </option>
                                            <option value="34">
                            US-ND Rate (5%)
                        </option>
                                            <option value="27">
                            US-NE Rate (5.5%)
                        </option>
                                            <option value="29">
                            US-NH Rate (0%)
                        </option>
                                            <option value="30">
                            US-NJ Rate (7%)
                        </option>
                                            <option value="31">
                            US-NM Rate (5.125%)
                        </option>
                                            <option value="28">
                            US-NV Rate (6.85%)
                        </option>
                                            <option value="32">
                            US-NY Rate (4%)
                        </option>
                                            <option value="35">
                            US-OH Rate (5.5%)
                        </option>
                                            <option value="36">
                            US-OK Rate (4.5%)
                        </option>
                                            <option value="37">
                            US-OR Rate (0%)
                        </option>
                                            <option value="38">
                            US-PA Rate (6%)
                        </option>
                                            <option value="51">
                            US-PR Rate (5.5%)
                        </option>
                                            <option value="39">
                            US-RI Rate (7%)
                        </option>
                                            <option value="40">
                            US-SC Rate (6%)
                        </option>
                                            <option value="41">
                            US-SD Rate (4%)
                        </option>
                                            <option value="42">
                            US-TN Rate (7%)
                        </option>
                                            <option value="43">
                            US-TX Rate (6.25%)
                        </option>
                                            <option value="44">
                            US-UT Rate (4.75%)
                        </option>
                                            <option value="46">
                            US-VA Rate (4%)
                        </option>
                                            <option value="45">
                            US-VT Rate (6%)
                        </option>
                                            <option value="47">
                            US-WA Rate (6.5%)
                        </option>
                                            <option value="49">
                            US-WI Rate (5%)
                        </option>
                                            <option value="48">
                            US-WV Rate (6%)
                        </option>
                                            <option value="50">
                            US-WY Rate (4%)
                        </option>
                                    </select>
                <a class="button" href="index.php?controller=AdminTaxRulesGroup&token=4f50e54b73526a686349de0cae9188b0&addtax_rules_group&id_product=332">
                <img src="../img/admin/add.gif" alt="Create" title="Create"> Create
                </a>
            </span>
                    </td>
    </tr>
    <tr style="display:none;">
        <td class="col-left">
            

            <label>Eco-tax (tax incl.):</label>
        </td>
        <td>
            € <input size="11" maxlength="14" id="ecotax" name="ecotax" value="0.00" onkeyup="$('#priceType').val('TI');if (isArrowKey(event))return; calcPriceTE(); this.value = this.value.replace(/,/g, '.'); if (parseInt(this.value) > getE('priceTE').value) this.value = getE('priceTE').value; if (isNaN(this.value)) this.value = 0;" type="text">
            <span style="margin-left:10px">(already included in price)</span>
        </td>
    </tr>
    <tr>
        <td class="col-left"><label>Retail price with tax:</label></td>
        <td>
            € <input size="11" maxlength="14" id="priceTI" value="" onchange="noComma('priceTI');" onkeyup="$('#priceType').val('TI');if (isArrowKey(event)) return;  calcPriceTE();" type="text">
            <input id="priceType" name="priceType" value="TE" type="hidden">
        </td>
    </tr>
    <tr id="tr_unit_price">
        <td class="col-left">
            

            <label>Unit price:</label>
        </td>
        <td>
            €  <input size="11" maxlength="14" id="unit_price" name="unit_price" value="0.00" onkeyup="if (isArrowKey(event)) return ;this.value = this.value.replace(/,/g, '.'); unitPriceWithTax('unit');" type="text">
            per <input size="6" maxlength="10" id="unity" name="unity" value="" onkeyup="if (isArrowKey(event)) return ;unitySecond();" onchange="unitySecond();" type="text">
                            <span style="margin-left:15px">or
                    € <span id="unit_price_with_tax">0.00</span>
                    per <span id="unity_second"></span> with tax
                </span>
                        <p>e.g. per lb.</p>
        </td>
    </tr>
    <tr>
        <td class="col-left">
            

            <label> </label>
        </td>
        <td>
            <input name="on_sale" id="on_sale" style="padding-top: 5px;" value="1" type="checkbox"> <label for="on_sale" class="t">Display the "on sale" icon on the product page, and in the text found within the product listing.</label>
        </td>
    </tr>
    <tr>
        <td class="col-left"><label><b>Final retail price:</b></label></td>
        <td>
            <span>
            € <span id="finalPrice" style="font-weight: bold;">0.00</span><span style="display:none;"> (tax incl.)</span>
            </span>
            <span style="display:none;">

                             /
                        € <span id="finalPriceWithoutTax" style="font-weight: bold;">0.00</span> (tax excl.)</span>
        </td>
    </tr>
</tbody></table>
<div class="separation"></div>

    <h4>Specific prices</h4>
    <div class="hint" style="display:block;min-height:0;">
        You can set specific prices for clients belonging to different groups, different countries, etc...
    </div>
    <br>
    <a class="button bt-icon" href="#" id="show_specific_price"><img src="../img/admin/add.gif" alt=""><span>Add a new specific price</span></a>
    <a class="button bt-icon" href="#" id="hide_specific_price" style="display:none"><img src="../img/admin/cross.png" alt=""><span>Cancel new specific price</span></a>
    <br>
    
    <div id="add_specific_price" style="display: none;">
        <label>For:</label>
                    <div class="margin-form">
                <input name="sp_id_shop" value="0" type="hidden">
                    <select name="sp_id_currency" id="spm_currency_0" onchange="changeCurrencySpecificPrice(0);">
                <option value="0">All currencies</option>
                                    <option value="1">Dollar</option>
                                    <option value="2">Euro</option>
                            </select>
                        >
            <select name="sp_id_country" id="sp_id_country">
                <option value="0">All countries</option>
                                    <option value="231">Afghanistan</option>
                                    <option value="244">Åland Islands</option>
                                    <option value="230">Albania</option>
                                    <option value="38">Algeria</option>
                                    <option value="39">American Samoa</option>
                                    <option value="40">Andorra</option>
                                    <option value="41">Angola</option>
                                    <option value="42">Anguilla</option>
                                    <option value="232">Antarctica</option>
                                    <option value="43">Antigua and Barbuda</option>
                                    <option value="44">Argentina</option>
                                    <option value="45">Armenia</option>
                                    <option value="46">Aruba</option>
                                    <option value="24">Australia</option>
                                    <option value="2">Austria</option>
                                    <option value="47">Azerbaijan</option>
                                    <option value="48">Bahamas</option>
                                    <option value="49">Bahrain</option>
                                    <option value="50">Bangladesh</option>
                                    <option value="51">Barbados</option>
                                    <option value="52">Belarus</option>
                                    <option value="3">Belgium</option>
                                    <option value="53">Belize</option>
                                    <option value="54">Benin</option>
                                    <option value="55">Bermuda</option>
                                    <option value="56">Bhutan</option>
                                    <option value="34">Bolivia</option>
                                    <option value="233">Bosnia and Herzegovina</option>
                                    <option value="57">Botswana</option>
                                    <option value="234">Bouvet Island</option>
                                    <option value="58">Brazil</option>
                                    <option value="235">British Indian Ocean Territory</option>
                                    <option value="59">Brunei</option>
                                    <option value="236">Bulgaria</option>
                                    <option value="60">Burkina Faso</option>
                                    <option value="61">Burma (Myanmar)</option>
                                    <option value="62">Burundi</option>
                                    <option value="63">Cambodia</option>
                                    <option value="64">Cameroon</option>
                                    <option value="4">Canada</option>
                                    <option value="65">Cape Verde</option>
                                    <option value="237">Cayman Islands</option>
                                    <option value="66">Central African Republic</option>
                                    <option value="67">Chad</option>
                                    <option value="68">Chile</option>
                                    <option value="5">China</option>
                                    <option value="238">Christmas Island</option>
                                    <option value="239">Cocos (Keeling) Islands</option>
                                    <option value="69">Colombia</option>
                                    <option value="70">Comoros</option>
                                    <option value="71">Congo, Dem. Republic</option>
                                    <option value="72">Congo, Republic</option>
                                    <option value="240">Cook Islands</option>
                                    <option value="73">Costa Rica</option>
                                    <option value="74">Croatia</option>
                                    <option value="75">Cuba</option>
                                    <option value="76">Cyprus</option>
                                    <option value="16">Czech Republic</option>
                                    <option value="20">Denmark</option>
                                    <option value="77">Djibouti</option>
                                    <option value="78">Dominica</option>
                                    <option value="79">Dominican Republic</option>
                                    <option value="80">East Timor</option>
                                    <option value="81">Ecuador</option>
                                    <option value="82">Egypt</option>
                                    <option value="83">El Salvador</option>
                                    <option value="84">Equatorial Guinea</option>
                                    <option value="85">Eritrea</option>
                                    <option value="86">Estonia</option>
                                    <option value="87">Ethiopia</option>
                                    <option value="88">Falkland Islands</option>
                                    <option value="89">Faroe Islands</option>
                                    <option value="90">Fiji</option>
                                    <option value="7">Finland</option>
                                    <option value="8">France</option>
                                    <option value="241">French Guiana</option>
                                    <option value="242">French Polynesia</option>
                                    <option value="243">French Southern Territories</option>
                                    <option value="91">Gabon</option>
                                    <option value="92">Gambia</option>
                                    <option value="93">Georgia</option>
                                    <option value="1">Germany</option>
                                    <option value="94">Ghana</option>
                                    <option value="97">Gibraltar</option>
                                    <option value="9">Greece</option>
                                    <option value="96">Greenland</option>
                                    <option value="95">Grenada</option>
                                    <option value="98">Guadeloupe</option>
                                    <option value="99">Guam</option>
                                    <option value="100">Guatemala</option>
                                    <option value="101">Guernsey</option>
                                    <option value="102">Guinea</option>
                                    <option value="103">Guinea-Bissau</option>
                                    <option value="104">Guyana</option>
                                    <option value="105">Haiti</option>
                                    <option value="106">Heard Island and McDonald Islands</option>
                                    <option value="108">Honduras</option>
                                    <option value="22">HongKong</option>
                                    <option value="143">Hungary</option>
                                    <option value="109">Iceland</option>
                                    <option value="110">India</option>
                                    <option value="111">Indonesia</option>
                                    <option value="112">Iran</option>
                                    <option value="113">Iraq</option>
                                    <option value="26">Ireland</option>
                                    <option value="29">Israel</option>
                                    <option value="10">Italy</option>
                                    <option value="32">Ivory Coast</option>
                                    <option value="115">Jamaica</option>
                                    <option value="11">Japan</option>
                                    <option value="116">Jersey</option>
                                    <option value="117">Jordan</option>
                                    <option value="118">Kazakhstan</option>
                                    <option value="119">Kenya</option>
                                    <option value="120">Kiribati</option>
                                    <option value="121">Korea, Dem. Republic of</option>
                                    <option value="122">Kuwait</option>
                                    <option value="123">Kyrgyzstan</option>
                                    <option value="124">Laos</option>
                                    <option value="125">Latvia</option>
                                    <option value="126">Lebanon</option>
                                    <option value="127">Lesotho</option>
                                    <option value="128">Liberia</option>
                                    <option value="129">Libya</option>
                                    <option value="130">Liechtenstein</option>
                                    <option value="131">Lithuania</option>
                                    <option value="12">Luxemburg</option>
                                    <option value="132">Macau</option>
                                    <option value="133">Macedonia</option>
                                    <option value="134">Madagascar</option>
                                    <option value="135">Malawi</option>
                                    <option value="136">Malaysia</option>
                                    <option value="137">Maldives</option>
                                    <option value="138">Mali</option>
                                    <option value="139">Malta</option>
                                    <option value="114">Man Island</option>
                                    <option value="140">Marshall Islands</option>
                                    <option value="141">Martinique</option>
                                    <option value="142">Mauritania</option>
                                    <option value="35">Mauritius</option>
                                    <option value="144">Mayotte</option>
                                    <option value="145">Mexico</option>
                                    <option value="146">Micronesia</option>
                                    <option value="147">Moldova</option>
                                    <option value="148">Monaco</option>
                                    <option value="149">Mongolia</option>
                                    <option value="150">Montenegro</option>
                                    <option value="151">Montserrat</option>
                                    <option value="152">Morocco</option>
                                    <option value="153">Mozambique</option>
                                    <option value="154">Namibia</option>
                                    <option value="155">Nauru</option>
                                    <option value="156">Nepal</option>
                                    <option value="13">Netherlands</option>
                                    <option value="157">Netherlands Antilles</option>
                                    <option value="158">New Caledonia</option>
                                    <option value="27">New Zealand</option>
                                    <option value="159">Nicaragua</option>
                                    <option value="160">Niger</option>
                                    <option value="31">Nigeria</option>
                                    <option value="161">Niue</option>
                                    <option value="162">Norfolk Island</option>
                                    <option value="163">Northern Mariana Islands</option>
                                    <option value="23">Norway</option>
                                    <option value="164">Oman</option>
                                    <option value="165">Pakistan</option>
                                    <option value="166">Palau</option>
                                    <option value="167">Palestinian Territories</option>
                                    <option value="168">Panama</option>
                                    <option value="169">Papua New Guinea</option>
                                    <option value="170">Paraguay</option>
                                    <option value="171">Peru</option>
                                    <option value="172">Philippines</option>
                                    <option value="173">Pitcairn</option>
                                    <option value="14">Poland</option>
                                    <option value="15">Portugal</option>
                                    <option value="174">Puerto Rico</option>
                                    <option value="175">Qatar</option>
                                    <option value="176">Reunion Island</option>
                                    <option value="36">Romania</option>
                                    <option value="177">Russian Federation</option>
                                    <option value="178">Rwanda</option>
                                    <option value="179">Saint Barthelemy</option>
                                    <option value="180">Saint Kitts and Nevis</option>
                                    <option value="181">Saint Lucia</option>
                                    <option value="182">Saint Martin</option>
                                    <option value="183">Saint Pierre and Miquelon</option>
                                    <option value="184">Saint Vincent and the Grenadines</option>
                                    <option value="185">Samoa</option>
                                    <option value="186">San Marino</option>
                                    <option value="187">São Tomé and Príncipe</option>
                                    <option value="188">Saudi Arabia</option>
                                    <option value="189">Senegal</option>
                                    <option value="190">Serbia</option>
                                    <option value="191">Seychelles</option>
                                    <option value="192">Sierra Leone</option>
                                    <option value="25">Singapore</option>
                                    <option value="37">Slovakia</option>
                                    <option value="193">Slovenia</option>
                                    <option value="194">Solomon Islands</option>
                                    <option value="195">Somalia</option>
                                    <option value="30">South Africa</option>
                                    <option value="196">South Georgia and the South Sandwich Islands</option>
                                    <option value="28">South Korea</option>
                                    <option value="6">Spain</option>
                                    <option value="197">Sri Lanka</option>
                                    <option value="198">Sudan</option>
                                    <option value="199">Suriname</option>
                                    <option value="200">Svalbard and Jan Mayen</option>
                                    <option value="201">Swaziland</option>
                                    <option value="18">Sweden</option>
                                    <option value="19">Switzerland</option>
                                    <option value="202">Syria</option>
                                    <option value="203">Taiwan</option>
                                    <option value="204">Tajikistan</option>
                                    <option value="205">Tanzania</option>
                                    <option value="206">Thailand</option>
                                    <option value="33">Togo</option>
                                    <option value="207">Tokelau</option>
                                    <option value="208">Tonga</option>
                                    <option value="209">Trinidad and Tobago</option>
                                    <option value="210">Tunisia</option>
                                    <option value="211">Turkey</option>
                                    <option value="212">Turkmenistan</option>
                                    <option value="213">Turks and Caicos Islands</option>
                                    <option value="214">Tuvalu</option>
                                    <option value="215">Uganda</option>
                                    <option value="216">Ukraine</option>
                                    <option value="217">United Arab Emirates</option>
                                    <option value="17">United Kingdom</option>
                                    <option value="21">United States</option>
                                    <option value="218">Uruguay</option>
                                    <option value="219">Uzbekistan</option>
                                    <option value="220">Vanuatu</option>
                                    <option value="107">Vatican City State</option>
                                    <option value="221">Venezuela</option>
                                    <option value="222">Vietnam</option>
                                    <option value="223">Virgin Islands (British)</option>
                                    <option value="224">Virgin Islands (U.S.)</option>
                                    <option value="225">Wallis and Futuna</option>
                                    <option value="226">Western Sahara</option>
                                    <option value="227">Yemen</option>
                                    <option value="228">Zambia</option>
                                    <option value="229">Zimbabwe</option>
                            </select>
                        >
            <select name="sp_id_group" id="sp_id_group">
                <option value="0">All groups</option>
                                    <option value="1">Visitor</option>
                                    <option value="2">Guest</option>
                                    <option value="3">Customer</option>
                            </select>
        </div>
        <label>Customer:</label>
        <div class="margin-form">
            <input name="sp_id_customer" id="id_customer" value="0" type="hidden">
            <input name="customer" value="All customers" id="customer" autocomplete="off" type="text">
            <img src="../img/admin/field-loader.gif" id="customerLoader" alt="Loading..." style="display: none;">
            <div id="customers"></div>
        </div>
                <label>Available from:</label>
        <div class="margin-form">
            <input class="datepicker hasDatepicker" name="sp_from" value="" style="text-align: center" id="sp_from" type="text"><span style="font-weight:bold; color:#000000; font-size:12px"> to</span>
            <input class="datepicker hasDatepicker" name="sp_to" value="" style="text-align: center" id="sp_to" type="text">
        </div>

        <label>Starting at</label>
        <div class="margin-form">
            <input name="sp_from_quantity" value="1" size="3" type="text"> <span style="font-weight:bold; color:#000000; font-size:12px">unit</span>
        </div>
        

        <label>Product price
                            (tax excl.):
                    </label>
        <div class="margin-form">
            <span id="spm_currency_sign_pre_0" style="font-weight:bold; color:#000000; font-size:12px">
                €
            </span>
            <input disabled="disabled" name="sp_price" id="sp_price" value="0.00" size="11" type="text">
            <span id="spm_currency_sign_post_0" style="font-weight:bold; color:#000000; font-size:12px">
                
            </span>
        </div>
        <label>
            Leave base price:
        </label>
        <div class="margin-form">
            <input id="leave_bprice" value="1" checked="checked" name="leave_bprice" type="checkbox">
        </div>
        <label>Apply a discount of:</label>
        <div class="margin-form">
            <input name="sp_reduction" value="0.00" size="11" type="text">
            <select name="sp_reduction_type">
                <option selected="selected">---</option>
                <option value="amount">Amount</option>
                <option value="percentage">Percentage</option>
            </select>
            <p class="preference_description">The discount is applied after the tax</p>
        </div>
    </div>

    <table style="text-align: left;width:100%" class="table" id="specific_prices_list" cellpadding="0" cellspacing="0">
        <thead>
            <tr>
                <th class="cell border" style="width: 12%;">Rule</th>
                <th class="cell border" style="width: 12%;">Combination</th>
                                <th class="cell border" style="width: 12%;">Currency</th>
                <th class="cell border" style="width: 11%;">Country</th>
                <th class="cell border" style="width: 13%;">Group</th>
                <th class="cell border" style="width: 13%;">Customer</th>
                <th class="cell border" style="width: 13%;">Fixed price</th>
                <th class="cell border" style="width: 13%;">Impact</th>
                <th class="cell border" style="width: 15%;">Period</th>
                <th class="cell border" style="width: 13%;">From (quantity)</th>
                <th class="cell border" style="width: 2%;">Action</th>
            </tr>
        </thead>
        <tbody>
            
                <tr>
                    <td colspan="13">No specific prices.</td>
                </tr>
            </tbody>
        </table>
        
        
        <div class="separation"></div>
        <h4>Priority management</h4>
        <div class="hint" style="display:block;min-height:0;">
                Sometimes one customer can fit into multiple price rules. Priorities allow you to define which rule applies to the customer.
        </div><br>
        <label>Priorities:</label>
        <div class="margin-form">
            <select name="specificPricePriority[]">
                <option value="id_shop" selected="selected">Shop</option>
                <option value="id_currency">Currency</option>
                <option value="id_country">Country</option>
                <option value="id_group">Group</option>
            </select>
            >
            <select name="specificPricePriority[]">
                <option value="id_shop">Shop</option>
                <option value="id_currency" selected="selected">Currency</option>
                <option value="id_country">Country</option>
                <option value="id_group">Group</option>
            </select>
            >
            <select name="specificPricePriority[]">
                <option value="id_shop">Shop</option>
                <option value="id_currency">Currency</option>
                <option value="id_country" selected="selected">Country</option>
                <option value="id_group">Group</option>
            </select>
            >
            <select name="specificPricePriority[]">
                <option value="id_shop">Shop</option>
                <option value="id_currency">Currency</option>
                <option value="id_country">Country</option>
                <option value="id_group" selected="selected">Group</option>
            </select>
        </div>

        <div class="margin-form">
            <input name="specificPricePriorityToAll" id="specificPricePriorityToAll" type="checkbox"> <label class="t" for="specificPricePriorityToAll">Apply to all products</label>
        </div>
        
                
            

</div>
                            <div id="product-tab-content-Seo" class="product-tab-content" style="display:none">
    
    
    
    
        
<input name="submitted_tabs[]" value="Seo" type="hidden">
<h4>SEO</h4>




<div class="separation"></div>

<table>
    <tbody><tr>
        <td class="col-left">
            

            <label>Meta title:</label>
        </td>
        <td>
            
<div class="translatable">
<div class="lang_1" style="float: left;">
    <input size="30" id="meta_title_1" name="meta_title_1" value="5X Super Telephoto Detachable Lens with Clip for iPhone 5/4/4S" onkeyup="if (isArrowKey(event)) return ;updateFriendlyURL();" onblur="updateLinkRewrite();" type="text">
</div>
<div class="displayed_flag"><img alt="English (United States)" src="../img/l/1.jpg" class="language_current pointer"></div><div class="language_flags">Choose language:<br><br><img alt="English (United States)" src="../img/l/1.jpg" style="margin: 2px;" class="pointer"></div></div>

            <p class="preference_description">Product page title: Leave blank to use the product name</p>
        </td>
    </tr>
    <tr>
        <td class="col-left">
            

            <label>Meta description:</label>
        </td>
        <td>
            
<div class="translatable">
<div class="lang_1" style="float: left;">
    <input size="30" id="meta_description_1" name="meta_description_1" value="Mobilehouse.fr offers high quality 5X Super Telephoto Detachable Lens with Clip for iPhone 5/4/4S" onkeyup="if (isArrowKey(event)) return ;updateFriendlyURL();" onblur="updateLinkRewrite();" type="text">
</div>
<div class="displayed_flag"><img alt="English (United States)" src="../img/l/1.jpg" class="language_current pointer"></div><div class="language_flags">Choose language:<br><br><img alt="English (United States)" src="../img/l/1.jpg" style="margin: 2px;" class="pointer"></div></div>

            <p class="preference_description">A single sentence for the HTML header is needed.</p>
        </td>
    </tr>
    <tr>
        <td class="col-left">
            

            <label>Meta keywords:</label>
        </td>
        <td>
            
<div class="translatable">
<div class="lang_1" style="float: left;">
    <input size="30" id="meta_keywords_1" name="meta_keywords_1" value="iphone 5 gadgets" onkeyup="if (isArrowKey(event)) return ;updateFriendlyURL();" onblur="updateLinkRewrite();" type="text">
</div>
<div class="displayed_flag"><img alt="English (United States)" src="../img/l/1.jpg" class="language_current pointer"></div><div class="language_flags">Choose language:<br><br><img alt="English (United States)" src="../img/l/1.jpg" style="margin: 2px;" class="pointer"></div></div>

            <p class="preference_description">Keywords for HTML header, separated by commas.</p>
        </td>
    </tr>
    <tr>
        <td class="col-left">
            

            <label>Friendly URL:</label>
        </td>
        <td>
            
<div class="translatable">
<div class="lang_1" style="float: left;">
    <input size="30" id="link_rewrite_1" name="link_rewrite_1" value="5x-super-telephoto-detachable-lens-with-clip-for-iphone-544s" onkeyup="if (isArrowKey(event)) return ;updateFriendlyURL();" onblur="updateLinkRewrite();" type="text">
</div>
<div class="displayed_flag"><img alt="English (United States)" src="../img/l/1.jpg" class="language_current pointer"></div><div class="language_flags">Choose language:<br><br><img alt="English (United States)" src="../img/l/1.jpg" style="margin: 2px;" class="pointer"></div></div>

            
            <p class="clear" style="padding:10px 0 0 0">
            <a style="cursor:pointer" class="button" onmousedown="updateFriendlyURLByName();">Generate</a> 
            friendly URL from the product name.<br><br>
            The product link will look like this:
            http://www.mobilehouse.fr/lang/332-<span id="friendly-url">5x-super-telephoto-detachable-lens-with-clip-for-iphone-544s</span>.html</p>
        </td>
    </tr>
</tbody></table>

</div>
                            <div id="product-tab-content-Associations" class="product-tab-content" style="display:none">
    
    
    
    
        
<input name="submitted_tabs[]" value="Associations" type="hidden">
<div class="Associations">
    <h4>Associations</h4>

    

    <div class="separation"></div>
        <div id="no_default_category" class="hint">
        Please select a default category.
    </div>
    <table>
        <tbody><tr>
            <td class="col-left">
                

                <label for="category_block">Associated categories:</label>
            </td>
            <td class="col-right">
                <div id="category_block">
                    
        
        <div class="category-filter">
            <span><a href="#" id="collapse_all">Collapse All</a>| </span>
            <span><a href="#" id="expand_all">Expand All</a>| </span>
            
                <span><a href="#" id="check_all">Check All</a>| </span>
                <span><a href="#" id="uncheck_all">Uncheck All</a>| </span>
                <span>Find a category: <input class="ac_input" autocomplete="off" name="search_cat" id="search_cat" type="text"></span></div><input name="categoryBox[]" value="16" type="hidden"><input name="categoryBox[]" value="24" type="hidden">
            <ul id="categories-treeview" class="filetree treeview">
                <li id="2" class="last static">
                    <span class="folder"><input name="categoryBox[]" value="2" checked="" onclick="clickOnCategoryBox($(this));" type="checkbox">
                            <span class="category_label">Home</span> </span>
                    <ul style="display: block;"><li class="hasChildren expandable" id="6"><div class="hitarea hasChildren-hitarea expandable-hitarea"></div> <input value="6" name="categoryBox[]" checked="" onclick="clickOnCategoryBox($(this));" type="checkbox"> <span class="category_label">IPHONE 4 / 4S ACCESSORIES</span> <span class="category_level" style="display: none;">2</span> <span class="nb_sub_cat_selected" style="font-weight: bold;">(<span class="nb_sub_cat_selected_value">1</span> Selected)</span><ul style="display: none;"><li class="last"> <input value="undefined" name="categoryBox[]" onclick="clickOnCategoryBox($(this));" type="checkbox"> <span class="category_label placeholder"> </span> <span class="category_level placeholder" style="display: none;">undefined</span> </li></ul></li><li class="hasChildren expandable" id="17"><div class="hitarea hasChildren-hitarea expandable-hitarea"></div> <input value="17" name="categoryBox[]" checked="" onclick="clickOnCategoryBox($(this));" type="checkbox"> <span class="category_label">IPHONE 5 ACCESSORIES</span> <span class="category_level" style="display: none;">2</span> <span class="nb_sub_cat_selected" style="font-weight: bold;">(<span class="nb_sub_cat_selected_value">1</span> Selected)</span><ul style="display: none;"><li class="last"> <input value="undefined" name="categoryBox[]" onclick="clickOnCategoryBox($(this));" type="checkbox"> <span class="category_label placeholder"> </span> <span class="category_level placeholder" style="display: none;">undefined</span> </li></ul></li><li class="hasChildren expandable" id="28"><div class="hitarea hasChildren-hitarea expandable-hitarea"></div> <input value="28" name="categoryBox[]" checked="" onclick="clickOnCategoryBox($(this));" type="checkbox"> <span class="category_label">IPHONE 5S ACCESSORIES</span> <span class="category_level" style="display: none;">2</span> <span class="nb_sub_cat_selected" style="font-weight: bold;display: none;">(<span class="nb_sub_cat_selected_value">0</span> Selected)</span><ul style="display: none;"><li class="last"> <input value="undefined" name="categoryBox[]" onclick="clickOnCategoryBox($(this));" type="checkbox"> <span class="category_label placeholder"> </span> <span class="category_level placeholder" style="display: none;">undefined</span> </li></ul></li><li class="hasChildren expandable lastExpandable" id="29"><div class="hitarea hasChildren-hitarea expandable-hitarea lastExpandable-hitarea"></div> <input value="29" name="categoryBox[]" checked="" onclick="clickOnCategoryBox($(this));" type="checkbox"> <span class="category_label">IPHONE 5C ACCESSORIES</span> <span class="category_level" style="display: none;">2</span> <span class="nb_sub_cat_selected" style="font-weight: bold;display: none;">(<span class="nb_sub_cat_selected_value">0</span> Selected)</span><ul style="display: none;"><li class="last"> <input value="undefined" name="categoryBox[]" onclick="clickOnCategoryBox($(this));" type="checkbox"> <span class="category_label placeholder"> </span> <span class="category_level placeholder" style="display: none;">undefined</span> </li></ul></li></ul>
                </li>
            </ul>
                </div>
            </td>
        </tr>
        <tr>
            <td colspan="2"> </td>
        </tr>
        <tr>
            <td></td>
            <td class="col-right">
                    <a class="button bt-icon confirm_leave" href="index.php?controller=AdminCategories&token=a3513c26dcf37e375792aacd237eba0a&addcategory">
                        <img src="../img/admin/add.gif" alt="Create new category" title="Create new category">
                        <span>Create new category</span>
                    </a>
            </td>
        </tr>
        <tr>
            <td class="col-left">
                

                <label for="id_category_default">Default category:</label>
            </td>
            <td class="col-right">
                <select id="id_category_default" name="id_category_default">
                                            <option value="16" selected="selected">IPHONE 4 / 4S GADGETS</option>
                                            <option value="2">Home</option>
                                            <option value="6">IPHONE 4 / 4S ACCESSORIES</option>
                                            <option value="17">IPHONE 5 ACCESSORIES</option>
                                            <option value="24">IPHONE 5 GADGETS</option>
                                            <option value="28">IPHONE 5S ACCESSORIES</option>
                                            <option value="29">IPHONE 5C ACCESSORIES</option>
                                    </select>
                <div class="hint" style="display:block;">The default category is the category displayed by default.</div>
            </td>
        </tr>
    </tbody></table>
<div class="separation"></div>
    <br><table>
        <tbody><tr>
            <td class="col-left"><label>Accessories:</label></td>
            <td style="padding-bottom:5px;">
                <input name="inputAccessories" id="inputAccessories" value="" type="hidden">
                <input name="nameAccessories" id="nameAccessories" value="" type="hidden">

                <div id="ajax_choose_product">
                    <p style="clear:both;margin-top:0;">
                        <input class="ac_input" autocomplete="off" value="" id="product_autocomplete_input" type="text">
                        Begin typing the first letters of the product name, then select the product from the drop-down list.
                    </p>
                    <p class="preference_description">(Do not forget to save the product afterward)</p>
                    <!--<img onclick="$(this).prev().search();" style="cursor: pointer;" src="../img/admin/add.gif" alt="Add an accessory" title="Add an accessory" />-->
                </div>
                <div id="divAccessories">
                    
                                    </div>
            </td>
        </tr>
        <tr>
        
        <td class="col-left"><label>Manufacturer:</label></td>
        <td style="padding-bottom:5px;">
            <select name="id_manufacturer" id="id_manufacturer">
                <option value="0">-- Choose (optional) --</option>
                                <option disabled="disabled">----------</option>
            <option value="1">Apple Computer, Inc</option><option value="2">Shure Incorporated</option></select>   
            <a class="button bt-icon confirm_leave" style="margin-bottom:0" href="index.php?controller=AdminManufacturers&token=22f2c9cda93862ab7196d84e252b5f6c&addmanufacturer">
                <img src="../img/admin/add.gif" alt="Create new manufacturer" title="Create new manufacturer">
                <span>Create new manufacturer</span>
            </a>
        </td>
        </tr>
    </tbody></table>
</div>
</div>
                            <div id="product-tab-content-Shipping" class="product-tab-content" style="display:none">
    
    
    
    
        
<input name="submitted_tabs[]" value="Shipping" type="hidden">
<h4 class="tab">1. Info.</h4>
<h4>Shipping</h4>


<div class="separation"></div>

<table>
    <tbody><tr>
        <td class="col-left"><label>Width (package):</label></td>
        <td style="padding-bottom:5px;">
            <input size="6" maxlength="6" name="width" value="0.000000" onkeyup="if (isArrowKey(event)) return ;this.value = this.value.replace(/,/g, '.');" type="text">  in
        </td>
    </tr>
    <tr>
        <td class="col-left"><label>Length (package):</label></td>
        <td style="padding-bottom:5px;">
            <input size="6" maxlength="6" name="height" value="0.000000" onkeyup="if (isArrowKey(event)) return ;this.value = this.value.replace(/,/g, '.');" type="text">  in
        </td>
    </tr>
    <tr>
    <td class="col-left"><label>Depth (package):</label></td>
    <td style="padding-bottom:5px;">
    <input size="6" maxlength="6" name="depth" value="0.000000" onkeyup="if (isArrowKey(event)) return ;this.value = this.value.replace(/,/g, '.');" type="text">  in
    </td>
    </tr>
    <tr>
    <td class="col-left"><label>Weight (package):</label></td>
    <td style="padding-bottom:5px;">
    <input size="6" maxlength="6" name="weight" value="0.000000" onkeyup="if (isArrowKey(event)) return ;this.value = this.value.replace(/,/g, '.');" type="text">  lb
    </td>
    </tr>
    <tr>
        <td class="col-left"><label>Additional shipping cost (per quantity):</label></td>
        <td style="padding-bottom:5px;">€ <input name="additional_shipping_cost" onchange="this.value = this.value.replace(/,/g, '.');" value="0.00" type="text">
            tax excl.            <p class="preference_description">A carrier tax will be applied.</p>
        </td>
    </tr>
    <tr>
        <td class="col-left">
            <label>Carriers:</label>
        </td>
        <td class="padding-bottom:5px;">
            <select name="carriers[]" id="carriers_restriction" multiple="multiple" size="4" style="height:100px;width:300px;">
                                    <option value="1">MOBILESTORE</option>
                                    <option value="2">My carrier</option>
                            </select>
            <br>
            <button class="button" onclick="unselectAllCarriers(); return false;">Unselect all</button>
            <p class="preference_description">If no carrier selected, all carriers can be used to ship this product.</p>
        </td>
    </tr>
</tbody></table>


</div>
                            <div id="product-tab-content-Combinations" class="not-loaded product-tab-content" style="display:none">
                                    </div>
                            <div id="product-tab-content-Quantities" class="not-loaded product-tab-content" style="display:none">
                                    </div>
                            <div id="product-tab-content-Pack" class="not-loaded product-tab-content" style="display:none">
                                    </div>
                            <div id="product-tab-content-VirtualProduct" class="product-tab-content" style="display:none">
    
    
    
    
        


<input name="submitted_tabs[]" value="VirtualProduct" type="hidden">
<h4>Virtual Product (services, booking or downloadable products)</h4>
<div class="separation"></div>
<div>
    <div style="display: none;" class="is_virtual_good">
        <input id="is_virtual_good" name="is_virtual_good" value="true" type="checkbox">
            <label for="is_virtual_good" class="t bold">Is this a virtual product?</label>
    </div>
    
    <div id="virtual_good" style="display:none">
        <div>
            <label>Does this product have an associated file?</label>
            <label style="width:50px"><input value="1" name="is_virtual_file" type="radio">Yes</label>
            <label style="width:50px;"><input value="0" name="is_virtual_file" checked="checked" type="radio">No</label>
        </div><br>
        <div class="separation"></div>
        
        <div id="is_virtual_file_product" style="display:none;">
                        
                                            <table style="float: left; margin-left: 10px;" cellpadding="5">
                    <tbody><tr id="upload_input">
                        <td class="col-left">
                            <label id="virtual_product_file_label" for="virtual_product_file" class="t">Upload a file</label>
                        </td>
                        <td class="col-right">
                            <input id="virtual_product_file" name="virtual_product_file" onchange="uploadFile();" maxlength="40" type="file">
                            <p class="preference_description">Your server's maximum file-upload size is: 40 MB</p>
                        </td>
                    </tr>
                    <tr id="upload-error" style="display:none">
                        <td colspan="2"></td>
                    </tr>
                    <tr id="upload-confirmation" style="display:none">
                        <td colspan="2">
                                                        <div class="conf">
                            
                                <a class="delete_virtual_product" id="delete_downloadable_product" href="index.php?controller=AdminProducts&deleteVirtualProduct=true&token=c5c939f97ec0b12df96d128f6a212067&id_product=332">
                                    <img src="../img/admin/delete.gif" alt="Delete this file">
                                </a>
                            </div>
                        </td>
                    </tr>
                                        <tr>
                        <td class="col-left">
                            <label for="virtual_product_name" class="t">Filename</label>
                        </td>
                        <td class="col-right">
                            <input id="virtual_product_name" name="virtual_product_name" style="width:200px" value="" type="text">
                            <p class="preference_description" name="help_box">The full filename with its extension (e.g. Book.pdf)</p>
                        </td>
                    </tr>
                    <tr>
                        <td class="col-left">
                            <label for="virtual_product_nb_downloable" class="t">Number of allowed downloads</label>
                        </td>
                        <td class="col-right">
                            <input id="virtual_product_nb_downloable" name="virtual_product_nb_downloable" value="" class="" size="6" type="text">
                            <p class="preference_description">Number of downloads allowed per customer. (Set to 0 for unlimited downloads)</p>
                        </td>
                    </tr>
                    <tr>
                        <td class="col-left">
                            <label for="virtual_product_expiration_date" class="t">Expiration date</label>
                        </td>
                        <td class="col-right">
                            <input class="datepicker hasDatepicker" id="virtual_product_expiration_date" name="virtual_product_expiration_date" value="" size="11" maxlength="10" autocomplete="off" type="text"> Format: YYYY-MM-DD
                            <p class="preference_description">If set, the file will not be downloadable after this date. Leave blank if you do not wish to attach an expiration date.</p>
                        </td>
                    </tr>
                        <tr><td class="col-left">
                            <label for="virtual_product_nb_days" class="t">Number of days</label>
                        </td>
                        <td class="col-right">
                            <input id="virtual_product_nb_days" name="virtual_product_nb_days" value="" class="" size="4" type="text"><sup> *</sup>
                            <p class="preference_description">Number of days this file can be accessed by customers - <em>(Set to zero for unlimited access.)</em></p>
                        </td>
                    </tr>
                    
                    
                        
                            
                        
                        
                            
                            
                        
                    
                            </tbody></table>
        </div>
    </div>
    <div style="clear:both"></div>
</div>
</div>
                            <div id="product-tab-content-Images" class="product-tab-content" style="display:none">
    
    
    
    
        
    <input name="submitted_tabs[]" value="Images" type="hidden">
    <h4 class="tab">2. Images (<span id="countImage">0</span>)</h4>
    <h4>Add a new image to this product</h4>    <div class="separation"></div><br>

    <table style="width:100%" cellpadding="5">
        <tbody><tr>
            <td class="col-left"><label class="file_upload_label">File:</label></td>
            <td style="padding-bottom:5px;">
                <div id="file-uploader"><div class="qq-uploader"><div style="position: relative; overflow: hidden; direction: ltr;" class="qq-upload-button">Upload an image<input style="position: absolute; right: 0px; top: 0px; font-family: Arial; font-size: 18px; margin: 0px; padding: 0px; cursor: pointer; opacity: 0;" name="file" multiple="multiple" type="file"></div><ul class="qq-upload-list" style="display:none;"></ul></div></div>
                <div id="progressBarImage" class="progressBarImage"></div>
                <div id="showCounter" style="display:none;"><span id="imageUpload">0</span><span id="imageTotal">0</span></div>
                    <p class="preference_description" style="clear: both;">
                        Format: JPG, GIF, PNG. Filesize: 8.00 MB max.
                    </p>
            </td>
        </tr>
        <tr>
            <td colspan="2" style="text-align:center;">
                <input name="resizer" value="auto" type="hidden">
                                </td>
        </tr>
        <tr><td colspan="2" style="padding-bottom:10px;"><div class="separation"></div></td></tr>
        <tr>
            <td colspan="2">
                <table class="table tableDnD" id="imageTable" cellpadding="0" cellspacing="0">
                        <thead>
                        <tr class="nodrag nodrop">
                            <th style="width: 100px;">Image</th>
                            <th>Position</th>
                                                        <th>Cover</th>
                            <th>Action</th>
                        </tr>
                        </thead>
                        <tbody id="imageList">
                        </tbody>
                </table>
            </td>
        </tr>
    </tbody></table>

    <table id="lineType" style="display:none;">
        <tbody><tr id="image_id">
            <td style="padding: 4px;">
                <a href="/img/p/image_path.jpg" class="fancybox">
                    <img src="/img/p/en-default-small_default.jpg" alt="image_id" title="image_id">
                </a>
            </td>
            <td id="td_image_id" class="pointer dragHandle center positionImage">
                image_position
            </td>
                        <td class="center cover"><a href="#">
                <img class="covered" src="../img/admin/blank.gif" alt="e"></a>
            </td>
            <td class="center">
                <a href="#" class="delete_product_image">
                    <img src="../img/admin/delete.gif" alt="Delete this image" title="Delete this image">
                </a>
            </td>
        </tr>
    </tbody></table>

    

</div>
                            <div id="product-tab-content-Features" class="product-tab-content" style="display:none">
    
    
    
    
        
    <input name="submitted_tabs[]" value="Features" type="hidden">
    <h4>Assign features to this product:</h4>
    <div class="separation"></div>
                <ul>
                    <li>You can specify a value for each relevant feature regarding this product. Empty fields will not be displayed.</li>
                    <li>You can either create a specific value, or select among the existing pre-defined values you've previously added.</li>
                </ul>
            
        
    
    <br>
    <table class="table" style="width:100%;" border="0" cellpadding="0" cellspacing="0">
        <colgroup>
            <col width="300">
            <col width="">
            <col width="300">
        </colgroup>
        <tbody><tr>
            <th height="39px">Feature</th>
            <th>Pre-defined value</th>
            <th><u>or</u> Customized value</th>
        </tr>
    </tbody></table>
        <table style="background-color:#fff; width: 100%;border:1px solid #ccc; border-top:none;  padding:4px 6px;" cellpadding="5">
            <colgroup>
            <col width="300">
            <col width="">
            <col width="300">
        </colgroup>
    <tbody><tr>
        <td>Height</td>
        <td>
                    <input name="feature_1_value" value="0" type="hidden">
                <span>N/A -
                <a href="index.php?controller=AdminFeatures&token=9622fc5006e34af41b64d51ab4dd331c&addfeature_value&id_feature=1" class="confirm_leave button"><img src="../img/admin/add.gif" alt="values_first" title="Add pre-defined values first"> Add pre-defined values first</a>
            </span>
                </td>
        <td class="translatable">
                    <div class="lang_1" style="float: left;">
            <textarea class="custom_1_" name="custom_1_1" cols="40" rows="1" onkeyup="if (isArrowKey(event)) return ;$('#feature_1_value').val(0);"></textarea>
            </div>
                <div class="displayed_flag"><img alt="English (United States)" src="../img/l/1.jpg" class="language_current pointer"></div><div class="language_flags">Choose language:<br><br><img alt="English (United States)" src="../img/l/1.jpg" style="margin: 2px;" class="pointer"></div></td>
    </tr>
    
        </tbody></table><table style="background-color:#fff; width: 100%;border:1px solid #ccc; border-top:none;  padding:4px 6px;" cellpadding="5">
            <colgroup>
            <col width="300">
            <col width="">
            <col width="300">
        </colgroup>
    <tbody><tr>
        <td>Width</td>
        <td>
                    <input name="feature_2_value" value="0" type="hidden">
                <span>N/A -
                <a href="index.php?controller=AdminFeatures&token=9622fc5006e34af41b64d51ab4dd331c&addfeature_value&id_feature=2" class="confirm_leave button"><img src="../img/admin/add.gif" alt="values_first" title="Add pre-defined values first"> Add pre-defined values first</a>
            </span>
                </td>
        <td class="translatable">
                    <div class="lang_1" style="float: left;">
            <textarea class="custom_2_" name="custom_2_1" cols="40" rows="1" onkeyup="if (isArrowKey(event)) return ;$('#feature_2_value').val(0);"></textarea>
            </div>
                <div class="displayed_flag"><img alt="English (United States)" src="../img/l/1.jpg" class="language_current pointer"></div><div class="language_flags">Choose language:<br><br><img alt="English (United States)" src="../img/l/1.jpg" style="margin: 2px;" class="pointer"></div></td>
    </tr>
    
        </tbody></table><table style="background-color:#fff; width: 100%;border:1px solid #ccc; border-top:none;  padding:4px 6px;" cellpadding="5">
            <colgroup>
            <col width="300">
            <col width="">
            <col width="300">
        </colgroup>
    <tbody><tr>
        <td>Depth</td>
        <td>
                    <input name="feature_3_value" value="0" type="hidden">
                <span>N/A -
                <a href="index.php?controller=AdminFeatures&token=9622fc5006e34af41b64d51ab4dd331c&addfeature_value&id_feature=3" class="confirm_leave button"><img src="../img/admin/add.gif" alt="values_first" title="Add pre-defined values first"> Add pre-defined values first</a>
            </span>
                </td>
        <td class="translatable">
                    <div class="lang_1" style="float: left;">
            <textarea class="custom_3_" name="custom_3_1" cols="40" rows="1" onkeyup="if (isArrowKey(event)) return ;$('#feature_3_value').val(0);"></textarea>
            </div>
                <div class="displayed_flag"><img alt="English (United States)" src="../img/l/1.jpg" class="language_current pointer"></div><div class="language_flags">Choose language:<br><br><img alt="English (United States)" src="../img/l/1.jpg" style="margin: 2px;" class="pointer"></div></td>
    </tr>
    
        </tbody></table><table style="background-color:#fff; width: 100%;border:1px solid #ccc; border-top:none;  padding:4px 6px;" cellpadding="5">
            <colgroup>
            <col width="300">
            <col width="">
            <col width="300">
        </colgroup>
    <tbody><tr>
        <td>Weight</td>
        <td>
                    <input name="feature_4_value" value="0" type="hidden">
                <span>N/A -
                <a href="index.php?controller=AdminFeatures&token=9622fc5006e34af41b64d51ab4dd331c&addfeature_value&id_feature=4" class="confirm_leave button"><img src="../img/admin/add.gif" alt="values_first" title="Add pre-defined values first"> Add pre-defined values first</a>
            </span>
                </td>
        <td class="translatable">
                    <div class="lang_1" style="float: left;">
            <textarea class="custom_4_" name="custom_4_1" cols="40" rows="1" onkeyup="if (isArrowKey(event)) return ;$('#feature_4_value').val(0);"></textarea>
            </div>
                <div class="displayed_flag"><img alt="English (United States)" src="../img/l/1.jpg" class="language_current pointer"></div><div class="language_flags">Choose language:<br><br><img alt="English (United States)" src="../img/l/1.jpg" style="margin: 2px;" class="pointer"></div></td>
    </tr>
    
        </tbody></table><table style="background-color:#fff; width: 100%;border:1px solid #ccc; border-top:none;  padding:4px 6px;" cellpadding="5">
            <colgroup>
            <col width="300">
            <col width="">
            <col width="300">
        </colgroup>
    <tbody><tr>
        <td>Headphone</td>
        <td>
                    <select id="feature_5_value" name="feature_5_value" onchange="$('.custom_5_').val('');">
                <option value="0">--- </option>
                                            <option value="1">
                            Jack stereo 
                        </option>
                                            <option value="2">
                            Mini-jack stereo 
                        </option>
                        
            </select>
                </td>
        <td class="translatable">
                    <div class="lang_1" style="float: left;">
            <textarea class="custom_5_" name="custom_5_1" cols="40" rows="1" onkeyup="if (isArrowKey(event)) return ;$('#feature_5_value').val(0);"></textarea>
            </div>
                <div class="displayed_flag"><img alt="English (United States)" src="../img/l/1.jpg" class="language_current pointer"></div><div class="language_flags">Choose language:<br><br><img alt="English (United States)" src="../img/l/1.jpg" style="margin: 2px;" class="pointer"></div></td>
    </tr>
    
        
    </tbody></table>
    <div class="separation"></div>
    <div>
        <a href="index.php?controller=AdminFeatures&token=9622fc5006e34af41b64d51ab4dd331c&addfeature" class="confirm_leave button">
            <img src="../img/admin/add.gif" alt="new_features" title="Add a new feature"> Add a new feature
        </a>
    </div>

</div>
                            <div id="product-tab-content-Customization" class="product-tab-content" style="display:none">
    
    
    
    
        
    <input name="submitted_tabs[]" value="Customization" type="hidden">
    <h4>Add or modify customizable properties.</h4>
    
    

    <div class="separation"></div><br>
    <table style="width:100%" cellpadding="5">
        <tbody><tr>
            <td style="width:150px;text-align:right;padding-right:10px;font-weight:bold;vertical-align:top;" valign="top">
                

                <label>File fields:</label>
            </td>
            <td style="padding-bottom:5px;">
                <input name="uploadable_files" id="uploadable_files" size="4" value="0" type="text">
                <p class="preference_description">Number of upload file fields displayed</p>
            </td>
        </tr>
        <tr>
            <td style="width:150px;text-align:right;padding-right:10px;font-weight:bold;vertical-align:top;" valign="top">
            

            <label>Text fields:</label>
            </td>
            <td style="padding-bottom:5px;">
                <input name="text_fields" id="text_fields" size="4" value="0" type="text">
                <p class="preference_description">Number of text fields displayed</p>
            </td>
        </tr>
        <tr>
            <td><div class="clear"> </div></td>
        </tr>

                    </tbody></table>

</div>
                            <div id="product-tab-content-Attachments" class="product-tab-content" style="display:none">
    
    
    
    
        
    <input name="submitted_tabs[]" value="Attachments" type="hidden">
    <h4>Attachment</h4>
    <div class="separation"></div>
    <fieldset style="border:none;">
        <label>Filename: </label>
        <div class="margin-form translatable">
                            <div class="lang_1" style="float: left;">
                    <input name="attachment_name_1" value="" type="text">
                </div>
                        <sup> *</sup>
        </div>
        <p class="margin-form preference_description">Maximum 32 characters.</p>
        <div class="clear"> </div>
        <label>Description: </label>
        <div class="margin-form translatable">
                            <div class="lang_1" style="display: block; float: left;">
                    <textarea name="attachment_description_1"></textarea>
                </div>
                    </div>
        <div class="clear"> </div>
        <label>File:</label>
        <div class="margin-form">
            <p><input name="attachment_file" type="file"></p>
            <p class="preference_description">Upload a file from your computer (8.00 MB max.)</p>
        </div>
        <div class="clear"> </div>
        <div class="margin-form">
            <input value="Upload attachment file" name="submitAddAttachments" class="button" type="submit">
        </div>
        <div class="small"><sup>*</sup> Required field</div>
    </fieldset>
    <div class="separation"></div>
    <div class="clear"> </div>
    <table>
        <tbody><tr>
            <td>
                <p>Available attachments:</p>
                <select multiple="" id="selectAttachment2" style="width:300px;height:160px;">
                                    </select><br><br>
                <a href="#" id="addAttachment" style="text-align:center;display:block;border:1px solid #aaa;text-decoration:none;background-color:#fafafa;color:#123456;margin:2px;padding:2px">
                    Add >>
                </a>
            </td>
            <td style="padding-left:20px;">
                <p>Attachments for this product:</p>
                <select multiple="" id="selectAttachment1" name="attachments[]" style="width:300px;height:160px;">
                                    </select><br><br>
                <a href="#" id="removeAttachment" style="text-align:center;display:block;border:1px solid #aaa;text-decoration:none;background-color:#fafafa;color:#123456;margin:2px;padding:2px">
                    << Remove
                </a>
            </td>
        </tr>
    </tbody></table>
    <div class="clear"> </div>
    <input name="arrayAttachments" id="arrayAttachments" value="" type="hidden">

    

</div>
                            <div id="product-tab-content-Suppliers" class="product-tab-content" style="display:none">
    
    
    
    
        
<input name="supplier_loaded" value="1" type="hidden">
    <input name="submitted_tabs[]" value="Suppliers" type="hidden">
    <h4>Suppliers of the current product</h4>
    <div class="separation"></div>
    <div class="hint" style="display:block; position:'auto';">
        <p>This interface allows you to specify the suppliers of the current product and eventually its combinations.</p>
        <p>It is also possible to specify supplier references according to previously associated suppliers.</p>
        <br>
        <p>When using the advanced stock management tool (see Preferences/Products), the values you define (prices, references) will be used in supply orders.</p>
    </div>
    <p>Please choose the suppliers associated with this product. Please select a default supplier, as well.</p>
    <a class="button bt-icon confirm_leave" href="index.php?controller=AdminSuppliers&token=41e616735a1c442164039d4ee3049a34&addsupplier">
        <img src="../img/admin/add.gif" alt="Create a new supplier" title="Create a new supplier"><span>Create a new supplier</span>
    </a>
    <table style="width:100%" cellpadding="5">
        <tbody>
            <tr>
                <td style="text-align:left;vertical-align:top;" valign="top">
                    <table class="table" style="width:50%;" cellpadding="0" cellspacing="0">
                        <thead>
                            <tr>
                                <th>Selected</th>
                                <th>Supplier Name</th>
                                <th>Default</th>
                            </tr>
                        </thead>
                        <tbody>
                                                    <tr>
                                <td><input class="supplierCheckBox" name="check_supplier_1" value="1" type="checkbox"></td>
                                <td>AppleStore</td>
                                <td><input id="default_supplier_1" name="default_supplier" value="1" disabled="disabled" type="radio"></td>
                            </tr>
                                                    <tr>
                                <td><input class="supplierCheckBox" name="check_supplier_4" value="4" type="checkbox"></td>
                                <td>EVERBUING</td>
                                <td><input id="default_supplier_4" name="default_supplier" value="4" disabled="disabled" type="radio"></td>
                            </tr>
                                                    <tr>
                                <td><input class="supplierCheckBox" name="check_supplier_2" value="2" type="checkbox"></td>
                                <td>Shure Online Store</td>
                                <td><input id="default_supplier_2" name="default_supplier" value="2" disabled="disabled" type="radio"></td>
                            </tr>
                                                </tbody>
                    </table>
                </td>
            </tr>
        </tbody>
    </table>
    <p> </p>
                    <h4>Product reference(s)</h4>
    <div class="separation"></div>
            <p>You must specify the suppliers associated with this product. You must also select the default product supplier before setting references.</p>
        <p>Click "Save and Stay" after changing selected suppliers to display the associated product references.</p>
    <div role="tablist" class="ui-accordion ui-widget ui-helper-reset" id="suppliers_accordion" style="margin-top:10px; display:block;">
            </div>

</div>
                    </div>
        <input name="id_product_attribute" id="id_product_attribute" value="0" type="hidden">
        <input name="key_tab" id="key_tab" value="Quantities" type="hidden">
        <input style="display: none;" id="product_form_submit_btn" value="Save" name="submitAddproduct" class="button" type="submit">

 

 

Edited by Gregory Roussac (see edit history)
Link to comment
Share on other sites

voila jai cliquer sur console et sur l'onglet All sa donne ceci

 

 

 

Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 15px;    
gamification.css (ligne 146, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 15px;    
gamification.css (ligne 159, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 15px;    
gamification.css (ligne 172, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 15px;    
gamification.css (ligne 191, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 4px;    
jquery...box.css (ligne 33, col. 22)
Propriété « -moz-box-shadow » inconnue. Déclaration abandonnée.
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);    
jquery...box.css (ligne 43, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 15px;    
jquery...box.css (ligne 231, col. 22)
Nom de fonctionnalité média attendue, mais « -webkit-min-device-pixel-ratio » trouvé.
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5),    
jquery...box.css (ligne 261, col. 24)
Nom de fonctionnalité média attendue, mais « min-device-pixel-ratio » trouvé.
  only screen and (min-device-pixel-ratio: 1.5){    
jquery...box.css (ligne 263, col. 21)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 20px;    
admin.css (ligne 591, col. 19)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), t...    
admin.css (ligne 1317, col. 13)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr...    
admin.css (ligne 1318, col. 10)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), t...    
admin.css (ligne 1401, col. 13)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr...    
admin.css (ligne 1402, col. 10)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), t...    
admin.css (ligne 1443, col. 13)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), t...    
admin.css (ligne 1468, col. 13)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), t...    
admin.css (ligne 1539, col. 13)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr...    
admin.css (ligne 1540, col. 10)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), t...    
admin.css (ligne 2084, col. 13)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius:3px;    
admin.css (ligne 2342, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius : 5px;    
admin.css (ligne 2461, col. 22)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius : 5px;    
admin.css (ligne 2551, col. 22)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius : 5px;    
admin.css (ligne 2572, col. 22)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius : 5px;    
admin.css (ligne 2587, col. 22)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius : 5px;    
admin.css (ligne 2605, col. 22)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), t...    
admin.css (ligne 36, col. 13)
« important » attendu, mais « ie7 » trouvé. « ; » ou « } » attendus pour terminer une déclaration, mais « ie7 » trouvé. Déclaration abandonnée.
  ...D; border-radius:0px; /*hacking ie7*/ font-size:0 !ie7; color: transparent !ie;    
admin.css (ligne 80, col. 363)
« important » attendu, mais « ie » trouvé. « ; » ou « } » attendus pour terminer une déclaration, mais « ie » trouvé. Déclaration abandonnée.
  ...D; border-radius:0px; /*hacking ie7*/ font-size:0 !ie7; color: transparent !ie;    
admin.css (ligne 80, col. 388)
Propriété « -moz-box-shadow » inconnue. Déclaration abandonnée.
  ...ow: 1px 5px 5px #CCCCCC; -moz-box-shadow:1px 5px 10px #CCCCCC; -webkit-box-shado...    
admin.css (ligne 121, col. 159)
Une fin de valeur était attendue, mais « : » a été trouvé. Erreur d'analyse de la valeur pour « padding ». Déclaration abandonnée.
  ...lor:#fff;border:1px solid #ccc;padding:0: border-radius:3px; -moz-border-radius:...    
admin.css (ligne 133, col. 61)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  ...padding:0: border-radius:3px; -moz-border-radius:3px;-webkit-border-radius:3px;    
admin.css (ligne 133, col. 100)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), t...    
admin.css (ligne 141, col. 13)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  ...lor:#fff; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;    
admin.css (ligne 194, col. 156)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  ...x; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; font-si...    
admin.css (ligne 197, col. 147)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  ...0; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;-o-borde...    
admin.css (ligne 208, col. 140)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  ...cc; border-radius:3px;-moz-border-radius:3px; -webkit-border-radius:3px;-o-borde...    
admin.css (ligne 214, col. 116)
« important » attendu, mais « ie » trouvé. « ; » ou « } » attendus pour terminer une déclaration, mais « ie » trouvé. Déclaration abandonnée.
  ...argin: 0 auto;width: 32px; /*hacking ie7*/ margin:0 !ie; position:relative !ie;    
admin.css (ligne 215, col. 125)
« important » attendu, mais « ie » trouvé. « ; » ou « } » attendus pour terminer une déclaration, mais « ie » trouvé. Déclaration abandonnée.
  ...argin: 0 auto;width: 32px; /*hacking ie7*/ margin:0 !ie; position:relative !ie;    
admin.css (ligne 215, col. 148)
Propriété « -moz-box-shadow » inconnue. Déclaration abandonnée.
  -moz-box-shadow: 1px 5px 10px #CCCCCC;    
admin.css (ligne 264, col. 16)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 4px 4px 0 0;    
admin.css (ligne 296, col. 23)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), t...    
admin.css (ligne 326, col. 13)
« important » attendu, mais « ie » trouvé. « ; » ou « } » attendus pour terminer une déclaration, mais « ie » trouvé. Déclaration abandonnée.
  ...ts .blocConversion { display:block; display:inline-table; min-height:80px !ie;    
admin.css (ligne 503, col. 99)
Propriété « zoom » inconnue. Déclaration abandonnée.
  ...es_list_container_tab #modules_list_container_content li{zoom:1;display:inline;    
admin.css (ligne 575, col. 74)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  background: -o-linear-gradient(top, #ddd, #aaa);    
admin.css (ligne 664, col. 13)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  background: -webkit-linear-gradient(top, #ddd, #aaa);    
admin.css (ligne 665, col. 13)
Couleur attendue, mais « top » trouvé. Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  background: linear-gradient(top, #ddd, #aaa);    
admin.css (ligne 666, col. 29)
Propriété « zoom » inconnue. Déclaration abandonnée.
  zoom: 1;    
jquery...tip.css (ligne 62, col. 6)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 5px;    
jquery.alerts.css (ligne 9, col. 19)
Propriété « zoom » inconnue. Déclaration abandonnée.
  zoom: 1;    
jquery.chosen.css (ligne 6, col. 8)
Déclaration attendue, mais « * » trouvé. Passage à la déclaration suivante.
  *display: inline;    
jquery.chosen.css (ligne 7, col. 4)
Propriété « -moz-box-shadow » inconnue. Déclaration abandonnée.
  -moz-box-shadow : 0 4px 5px rgba(0,0,0,.15);    
jquery.chosen.css (ligne 17, col. 22)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffff...    
jquery.chosen.css (ligne 27, col. 22)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee...    
jquery.chosen.css (ligne 28, col. 22)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%,...    
jquery.chosen.css (ligne 30, col. 22)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%...    
jquery.chosen.css (ligne 31, col. 22)
Couleur attendue, mais « top » trouvé. Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f...    
jquery.chosen.css (ligne 32, col. 38)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius : 5px;    
jquery.chosen.css (ligne 34, col. 25)
Propriété « -moz-background-clip » inconnue. Déclaration abandonnée.
  -moz-background-clip : padding;    
jquery.chosen.css (ligne 36, col. 27)
Propriété « -moz-box-shadow » inconnue. Déclaration abandonnée.
  -moz-box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);    
jquery.chosen.css (ligne 41, col. 22)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  ...-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, col...    
jquery.chosen.css (ligne 98, col. 63)
POST http://www.mobilehouse.fr//index.php?co...ification&token=a6eba61418daa8284f7b33141d700b82'>http://www.mobilehouse.fr//index.php?co...ification&token=a6eba61418daa8284f7b33141d700b82
200 OK
  444ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//ajax.php
200 OK
  298ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//index.php
200 OK
  561ms
jquery....min.js (ligne 4)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  ...-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ff...    
jquery.chosen.css (ligne 99, col. 63)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  ...-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff ...    
jquery.chosen.css (ligne 101, col. 63)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  ...-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff...    
jquery.chosen.css (ligne 102, col. 63)
Couleur attendue, mais « top » trouvé. Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  ...prite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%)    
jquery.chosen.css (ligne 103, col. 79)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius : 0 0 4px 4px;    
jquery.chosen.css (ligne 113, col. 25)
Propriété « -moz-background-clip » inconnue. Déclaration abandonnée.
  -moz-background-clip : padding;    
jquery.chosen.css (ligne 115, col. 27)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeee...    
jquery.chosen.css (ligne 129, col. 22)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);    
jquery.chosen.css (ligne 130, col. 22)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);    
jquery.chosen.css (ligne 132, col. 22)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);    
jquery.chosen.css (ligne 133, col. 22)
Couleur attendue, mais « top » trouvé. Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);    
jquery.chosen.css (ligne 134, col. 38)
Propriété « -moz-box-shadow » inconnue. Déclaration abandonnée.
  -moz-box-shadow : none;    
jquery.chosen.css (ligne 164, col. 22)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius : 3px;    
jquery.chosen.css (ligne 173, col. 25)
Propriété « -moz-background-clip » inconnue. Déclaration abandonnée.
  -moz-background-clip : padding;    
jquery.chosen.css (ligne 175, col. 27)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', end...    
jquery.chosen.css (ligne 179, col. 12)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4...    
jquery.chosen.css (ligne 180, col. 22)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8...    
jquery.chosen.css (ligne 181, col. 22)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%,...    
jquery.chosen.css (ligne 183, col. 22)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%...    
jquery.chosen.css (ligne 184, col. 22)
Couleur attendue, mais « top » trouvé. Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #e...    
jquery.chosen.css (ligne 185, col. 38)
Propriété « -moz-box-shadow » inconnue. Déclaration abandonnée.
  -moz-box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);    
jquery.chosen.css (ligne 187, col. 22)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', end...    
jquery.chosen.css (ligne 244, col. 12)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875...    
jquery.chosen.css (ligne 245, col. 22)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);    
jquery.chosen.css (ligne 246, col. 22)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);    
jquery.chosen.css (ligne 248, col. 22)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);    
jquery.chosen.css (ligne 249, col. 22)
Couleur attendue, mais « top » trouvé. Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);    
jquery.chosen.css (ligne 250, col. 38)
Propriété « -moz-box-shadow » inconnue. Déclaration abandonnée.
  -moz-box-shadow : 0 0 5px rgba(0,0,0,.3);    
jquery.chosen.css (ligne 303, col. 22)
Propriété « -moz-box-shadow » inconnue. Déclaration abandonnée.
  -moz-box-shadow : 0 1px 0 #fff inset;    
jquery.chosen.css (ligne 311, col. 22)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', end...    
jquery.chosen.css (ligne 315, col. 12)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeee...    
jquery.chosen.css (ligne 316, col. 22)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);    
jquery.chosen.css (ligne 317, col. 22)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);    
jquery.chosen.css (ligne 319, col. 22)
Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);    
jquery.chosen.css (ligne 320, col. 22)
Couleur attendue, mais « top » trouvé. Erreur d'analyse de la valeur pour « background-image ». Déclaration abandonnée.
  background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);    
jquery.chosen.css (ligne 321, col. 38)
Propriété « -moz-border-radius-bottomleft » inconnue. Déclaration abandonnée.
  -moz-border-radius-bottomleft : 0;    
jquery.chosen.css (ligne 324, col. 34)
Propriété « -moz-border-radius-bottomright » inconnue. Déclaration abandonnée.
  -moz-border-radius-bottomright: 0;    
jquery.chosen.css (ligne 325, col. 34)
Propriété « -moz-box-shadow » inconnue. Déclaration abandonnée.
  -moz-box-shadow : 0 0 5px rgba(0,0,0,.3);    
jquery.chosen.css (ligne 338, col. 22)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  ...sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, col...    
jquery.chosen.css (ligne 379, col. 64)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  ...sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ff...    
jquery.chosen.css (ligne 380, col. 64)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  ...sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff ...    
jquery.chosen.css (ligne 382, col. 64)
Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  ...sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff...    
jquery.chosen.css (ligne 383, col. 64)
Couleur attendue, mais « top » trouvé. Erreur d'analyse de la valeur pour « background ». Déclaration abandonnée.
  ...rite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%)    
jquery.chosen.css (ligne 384, col. 80)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter:alpha(opacity=75);    
jquery...box.css (ligne 46, col. 8)
Propriété « -moz-opacity » inconnue. Déclaration abandonnée.
  -moz-opacity: 0.75;    
jquery...box.css (ligne 47, col. 13)
Erreur d'analyse de la valeur pour « height ». Déclaration abandonnée.
  document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');" class="errorSourceCode ">height: expression(document.body.scrollHeight > document.body.offsetHeight ? doc...    
jquery...box.css (ligne 53, col. 13)
Erreur d'analyse de la valeur pour « margin-top ». Déclaration abandonnée.
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = d...    
jquery...box.css (ligne 70, col. 12)
Erreur d'analyse de la valeur pour « margin-top ». Déclaration abandonnée.
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = d...    
jquery...box.css (ligne 141, col. 12)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter:alpha(opacity=0);    
jquery...box.css (ligne 151, col. 8)
Propriété « -moz-opacity » inconnue. Déclaration abandonnée.
  -moz-opacity: 0;    
jquery...box.css (ligne 152, col. 13)
Erreur d'analyse de la valeur pour « height ». Déclaration abandonnée.
  document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');" class="errorSourceCode ">height: expression(document.body.scrollHeight > document.body.offsetHeight ? doc...    
jquery...box.css (ligne 160, col. 13)
Erreur d'analyse de la valeur pour « margin-top ». Déclaration abandonnée.
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = d...    
jquery...box.css (ligne 173, col. 13)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter:Alpha(Opacity=70);    
jquery...eme.css (ligne 138, col. 8)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter:Alpha(Opacity=35);    
jquery...eme.css (ligne 145, col. 8)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter:Alpha(Opacity=35); /* For IE8 - See #6059 */    
jquery...eme.css (ligne 149, col. 8)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;    
jquery...eme.css (ligne 397, col. 9)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;    
jquery...eme.css (ligne 404, col. 9)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter:Alpha(Opacity=0);    
jquery...ore.css (ligne 56, col. 8)
POST http://www.mobilehouse.fr//index.php?co...n=Prices&updateproduct&ajax=1&rand=1381346133972
200 OK
  669ms
jquery....min.js (ligne 4)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 3px;    
ui.css (ligne 165, col. 19)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter: alpha(opacity = 30);    
ui.css (ligne 196, col. 9)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter: alpha(opacity = 30);    
ui.css (ligne 357, col. 9)
Propriété « -moz-border-radius-bottomleft » inconnue. Déclaration abandonnée.
  -moz-border-radius-bottomleft: 3px;    
ui.css (ligne 376, col. 30)
Propriété « -moz-border-radius-topleft » inconnue. Déclaration abandonnée.
  -moz-border-radius-topleft: 3px;    
ui.css (ligne 380, col. 27)
Propriété « -moz-border-radius-bottomright » inconnue. Déclaration abandonnée.
  -moz-border-radius-bottomright: 3px;    
ui.css (ligne 387, col. 31)
Propriété « -moz-border-radius-topright » inconnue. Déclaration abandonnée.
  -moz-border-radius-topright: 3px;    
ui.css (ligne 391, col. 28)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  filter: alpha(opacity = 50);    
ui.css (ligne 565, col. 9)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  ...; left:0; opacity:0.5; -ms-filter:'alpha(opacity=50)'; filter:alpha(opacity=50)    
window.css (ligne 10, col. 137)
Erreur d'analyse de la valeur pour « filter ». Déclaration abandonnée.
  ...ity:0.6; -ms-filter:'alpha(opacity=60)'; filter:alpha(opacity=60); display:none    
window.css (ligne 11, col. 152)
Propriété « scrollbar-3dlight-color » inconnue. Déclaration abandonnée.
  scrollbar-3dlight-color:#F0F0EE;    
content.css (ligne 58, col. 23)
Propriété « scrollbar-arrow-color » inconnue. Déclaration abandonnée.
  scrollbar-arrow-color:#676662;    
content.css (ligne 59, col. 21)
Propriété « scrollbar-base-color » inconnue. Déclaration abandonnée.
  scrollbar-base-color:#F0F0EE;    
content.css (ligne 60, col. 20)
Propriété « scrollbar-darkshadow-color » inconnue. Déclaration abandonnée.
  scrollbar-darkshadow-color:#DDD;    
content.css (ligne 61, col. 26)
Propriété « scrollbar-face-color » inconnue. Déclaration abandonnée.
  scrollbar-face-color:#E0E0DD;    
content.css (ligne 62, col. 20)
Propriété « scrollbar-highlight-color » inconnue. Déclaration abandonnée.
  scrollbar-highlight-color:#F0F0EE;    
content.css (ligne 63, col. 25)
Propriété « scrollbar-shadow-color » inconnue. Déclaration abandonnée.
  scrollbar-shadow-color:#F0F0EE;    
content.css (ligne 64, col. 22)
Propriété « scrollbar-track-color » inconnue. Déclaration abandonnée.
  scrollbar-track-color:#F5F5F5;    
content.css (ligne 65, col. 21)
Propriété « zoom » inconnue. Déclaration abandonnée.
  .clearfix {zoom: 1}    
global.css (ligne 35, col. 15)
Propriété « appearance » inconnue. Déclaration abandonnée.
  appearance:none;    
global.css (ligne 138, col. 11)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius:0px !important;    
global.css (ligne 140, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 3px !important;    
global.css (ligne 157, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius:2px;    
global.css (ligne 389, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 3px;    
global.css (ligne 793, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius:0;    
global.css (ligne 850, col. 19)
Propriété « zoom » inconnue. Déclaration abandonnée.
  .payment_module {zoom: 1}    
global.css (ligne 1228, col. 21)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 3px;    
global.css (ligne 1367, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 3px;    
global.css (ligne 1555, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 3px;    
global.css (ligne 1624, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius:0;    
global.css (ligne 1710, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius:3px;    
global.css (ligne 1836, col. 19)
Propriété « scrollbar-3dlight-color » inconnue. Déclaration abandonnée.
  scrollbar-3dlight-color:#F0F0EE;    
content.css (ligne 58, col. 23)
Propriété « scrollbar-arrow-color » inconnue. Déclaration abandonnée.
  scrollbar-arrow-color:#676662;    
content.css (ligne 59, col. 21)
Propriété « scrollbar-base-color » inconnue. Déclaration abandonnée.
  scrollbar-base-color:#F0F0EE;    
content.css (ligne 60, col. 20)
Propriété « scrollbar-darkshadow-color » inconnue. Déclaration abandonnée.
  scrollbar-darkshadow-color:#DDD;    
content.css (ligne 61, col. 26)
Propriété « scrollbar-face-color » inconnue. Déclaration abandonnée.
  scrollbar-face-color:#E0E0DD;    
content.css (ligne 62, col. 20)
Propriété « scrollbar-highlight-color » inconnue. Déclaration abandonnée.
  scrollbar-highlight-color:#F0F0EE;    
content.css (ligne 63, col. 25)
Propriété « scrollbar-shadow-color » inconnue. Déclaration abandonnée.
  scrollbar-shadow-color:#F0F0EE;    
content.css (ligne 64, col. 22)
Propriété « scrollbar-track-color » inconnue. Déclaration abandonnée.
  scrollbar-track-color:#F5F5F5;    
content.css (ligne 65, col. 21)
Propriété « zoom » inconnue. Déclaration abandonnée.
  .clearfix {zoom: 1}    
global.css (ligne 35, col. 15)
Propriété « appearance » inconnue. Déclaration abandonnée.
  appearance:none;    
global.css (ligne 138, col. 11)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius:0px !important;    
global.css (ligne 140, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 3px !important;    
global.css (ligne 157, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius:2px;    
global.css (ligne 389, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 3px;    
global.css (ligne 793, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius:0;    
global.css (ligne 850, col. 19)
Propriété « zoom » inconnue. Déclaration abandonnée.
  .payment_module {zoom: 1}    
global.css (ligne 1228, col. 21)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 3px;    
global.css (ligne 1367, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 3px;    
global.css (ligne 1555, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius: 3px;    
global.css (ligne 1624, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius:0;    
global.css (ligne 1710, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  -moz-border-radius:3px;    
global.css (ligne 1836, col. 19)
Propriété « -moz-border-radius » inconnue. Déclaration abandonnée.
  ... {top:-1px!important;-moz-border-radius: 15px;-o-border-radius: 15px;-webkit-bor...    
index....a212067 (ligne 8, col. 68)
GET http://www.mobilehouse.fr//index.php?co...token=c5c939f97ec0b12df96d128f6a212067&ajax=true
200 OK
  466ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//index.php?co...tion=Seo&updateproduct&ajax=1&rand=1381346135487
200 OK
  648ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//index.php?co...antities&updateproduct&ajax=1&rand=1381346136021
500 Internal Server Error
  507ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//index.php?co...ciations&updateproduct&ajax=1&rand=1381346136183
200 OK
  418ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//ajax.php
200 OK
  283ms
jquery....min.js (ligne 4)
GET http://www.mobilehouse.fr//ajax-tab.php...ucts&action=productManufacturers&_=1381346137004
200 OK
  754ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//index.php?co...Shipping&updateproduct&ajax=1&rand=1381346137014
200 OK
  808ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//index.php?co...inations&updateproduct&ajax=1&rand=1381346137839
500 Internal Server Error
  486ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//index.php?co...antities&updateproduct&ajax=1&rand=1381346138336
500 Internal Server Error
  487ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//index.php?co...ion=Pack&updateproduct&ajax=1&rand=1381346138826
500 Internal Server Error
  689ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//index.php?co...lProduct&updateproduct&ajax=1&rand=1381346139517
200 OK
  501ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//index.php?co...n=Images&updateproduct&ajax=1&rand=1381346140222
200 OK
  366ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//index.php?co...Features&updateproduct&ajax=1&rand=1381346140635
200 OK
  448ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//index.php?co...mization&updateproduct&ajax=1&rand=1381346141130
200 OK
  475ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//index.php?co...achments&updateproduct&ajax=1&rand=1381346141639
200 OK
  390ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//index.php?co...uppliers&updateproduct&ajax=1&rand=1381346142065
200 OK
  683ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr//index.php?co...rehouses&updateproduct&ajax=1&rand=1381346142782
200 OK
  1,56s
jquery....min.js (ligne 4)
Erreur d'analyse de la valeur pour « position ». Déclaration abandonnée.
  display:block; position:'auto';

 

 

Edited by Gregory Roussac (see edit history)
Link to comment
Share on other sites

Normalement c'est beaucoup plus simple avec moins de lignes mais bon.

 

Vous avez des erreurs 500 dans la liste.

 

Est ce que vous pouvez consulter les logs de votre serveur Apache ?

 

Si flemme de chercher dans les logs, vous pouvez aussi activer le mod_dev dans /config/settings.inc.php et regarder les réponses des requêtes POST qui donne une 500, notamment ces trois là.

POST http://www.mobilehouse.fr/xxx/index.php?co...inations&updateproduct&ajax=1&rand=1381346137839
500 Internal Server Error
  486ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr/xxxx/index.php?co...antities&updateproduct&ajax=1&rand=1381346138336
500 Internal Server Error
  487ms
jquery....min.js (ligne 4)
POST http://www.mobilehouse.fr/xxxx/index.php?co...ion=Pack&updateproduct&ajax=1&rand=1381346138826
500 Internal Server Error
  689ms

Attention à vos copié collé, il continent l'adresse de votre back office. Supprimez le nom de l'admin quand vous postez.

 

Cordialement

post-1328-0-68266100-1381347228_thumb.jpg

post-1328-0-24290200-1381347235_thumb.jpg

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...