jswlyéé

download jswlyéé

If you can't read please download the document

description

guj

Transcript of jswlyéé

dc enta tfeser wa7dek w testentej wa7dek et dc klemek yelzmek wa7dek aussi , ene jamais golt makch mo7taram et ... dja eli golto eli ene naref enta chnowa c tt (ntsawer 9asdi wathe7 ) , pr "mch m7taramin w ma5a5 5amja fch tehkiiii hey fi9 " ene klem ma3jbnich golt ma3jbnich pt kn mch mn 7a9i goli zada , enta 7aleltha mkch mo7tram et .... omourek ene jamais 9sadt akaka , enta ya nes kol te9bl lienta ye3jbek si nn tejbed ro7k ngolk toghlet aka{% extends "::layout/layout.html.twig" %}{% block javascripts %} var help_class_name = 'AdminProducts'; var iso_user = 'fr'; var full_language_code = 'fr-fr'; var country_iso_code = 'TN'; var _PS_VERSION_ = '1.6.0.14'; var roundMode = 2; var youEditFieldFor = ''; var autorefresh_notifications = '1'; var new_order_msg = 'Une nouvelle commande a t passe sur votre boutique.'; var order_number_msg = 'Numro de la commande '; var total_msg = 'Total '; var from_msg = 'Du '; var see_order_msg = 'Afficher cette commande'; var new_customer_msg = 'Un nouveau client s\'est inscrit sur votre boutique'; var customer_name_msg = 'Nom de client '; var new_msg = 'Un nouveau message a t post sur votre boutique.'; var see_msg = 'Lire le message'; var token = '05be5f56c46ac7062fcefb0887f34a53'; var token_admin_orders = '8b7acfb5d2234b8190f0e0785b081fe1'; var token_admin_customers = 'cfdcfb1a05e5163f5017adadfc126e5a'; var token_admin_customer_threads = '81bb92e2f356487992901b822036a70f'; var currentIndex = 'index.php?controller=AdminProducts'; var employee_token = '8a55b14338dd665c5601353581caee1c'; var choose_language_translate = 'Choisissez la langue'; var default_language = '1'; var admin_modules_link = 'index.php?controller=AdminModules&token=206fe8ed6268dac2652f3ca0a28ccb0a'; var tab_modules_list = 'erpillicopresta,prediggo,ecopresto,shopgate,prestagiftvouchers,dmuassocprodcat'; var update_success_msg = 'Mise jour russie'; var errorLogin = 'PrestaShop n\'a pas pu se connecter Addons. Veuillez vrifier vos identifiants et votre connexion Internet.'; var search_product_msg = 'Rechercher un produit';

var ids_ps_advice = new Array("324", "479", "590"); var admin_gamification_ajax_url = 'index.php?controller=AdminGamification&token=4d65d5d01c5047bd89e60dca4e737080'; var current_id_tab = 21; {% endblock %}{% block stylesheets %} {% endblock %}{% block body %} {% include "::modulesUsed/navigation.html.twig" %} Informations Prix Rfrencement - SEO Associations Livraison Dclinaisons Quantits Produit dmatrialis Images Caractristiques Personnalisation Documents joints Fournisseurs Entrepts var id_product = 0; var id_lang_default = 1; var product_type_pack = 1; var product_type_virtual = 2; var product_type_simple = 0; var has_combinations = 0; var toload = new Array(); var empty_pack_msg = 'Le pack est vide. Vous devez ajouter au moins un produit au pack avant de pouvoir enregistrer le pack.'; var empty_name_msg = 'Le produit n\'a pas de nom. Vous devez saisir un nom pour la langue par dfaut avant de pouvoir enregistrer le produit.'; var empty_link_rewrite_msg = 'L'URL rcrite est vide. Vous devez saisir une URL rcrite pour la langue par dfaut avant de pouvoir enregistrer le produit.'; var reload_tab_title = 'Confirmation'; var reload_tab_description = 'Une erreur de serveur est survenue lors du chargement des onglets : tous les onglets n\'ont pas pu tre chargs.' + '\n' + 'Veuillez essayer de nouveau en rafrachissant la page.' + '\n' + 'Si vous rencontrez toujours ce problme, veuillez vrifier vos logs serveur ou contacter votre hbergeur pour plus d\'information.'; $('#product-tab-content-wait').show(); var post_data = []; var save_error = false; var error_heading_msg = 'Erreur'; var error_continue_msg = 'Continuer'; var product_type = 0; var display_multishop_checkboxes = false; var tabs_preloaded = new Array(); var tabs_to_preload = new Array(); var mod_evasive = false; var mod_security = false; $(document).ready(function () { if (product_type == product_type_pack) { $('a[id*="VirtualProduct"]').hide(); $('a[id*="Combinations"]').hide(); } else if (product_type == product_type_virtual) { $('a[id*="Pack"]').hide(); $('a[id*="Shipping"]').hide(); $('a[id*="Combinations"]').hide(); } else { $('a[id*="Pack"]').hide(); $('a[id*="VirtualProduct"]').hide(); } $('#desc-product-newCombination').hide(); $(".productTabs a").click(function (e) { e.preventDefault(); // currentId is the current product tab id currentId = false; if ($(".productTabs a.active").length) currentId = $(".productTabs a.active").attr('id').substr(5); // id is the wanted producttab id id = $(this).attr('id').substr(5); // Update submit button value var split_position = id.indexOf('-') + 1; var btn_name = id.substr(split_position); if ((btn_name == 'VirtualProduct' || btn_name == 'Pack') && $('#name_' + id_lang_default).val() == '') { alert(missing_product_name); $('#name_' + id_lang_default).focus(); return false; } $('#key_tab').val(btn_name); if ($(this).attr("id") != $(".productTabs a.active ").attr('id')) { $(".productTabs a").removeClass('active'); $("#product-tab-content-" + currentId).hide(); } // if the tab has not already been loaded, load it now tabs_manager.display(id, true); tabs_manager.onLoad(id, function () { $("#product-tab-content-" + id).show(0, function () { $(this).trigger('displayed'); }); $("#link-" + id).addClass('active'); }); var languages = new Array(); if (btn_name == "Combinations") { $('#desc-product-new').hide(); $('#desc-product-newCombination').show(); populate_attrs(); } else if (btn_name == "Attachments") { handleSaveButtons(); } else { $('#desc-product-newCombination').hide(); // if pack is enabled, save button are visible only if pack is valid if ($("input[name='id_product']").val() != 0 || btn_name != 'Informations') handleSaveButtons(); } $('.label-tooltip').tooltip(); }); $(".productTabs a.active").click(); // disable save if Associations tab is not loaded if ($('#product-tab-content-Associations').hasClass('not-loaded')) disableSave(); tabs_manager.onLoad('Associations', function () { if ($("input[name='id_product']").val() != 0) handleSaveButtons(); }); $('.confirm_leave').live('click', function () { // Double quotes are necessary when the translated string has single quotes return confirm("Vous perdrez toutes les modifications non enregistres, souhaitez-vous continuer ?"); }); $('#toolbar-footer').appendTo($('#product-tab-content-Informations').children('.product-tab')); $('.product-tab-content').on('displayed', function (e) { $('#toolbar-footer').appendTo($(this).children('.product-tab')); }); }); // Listen to the load event that is fired each time an ajax call to load a tab has completed $(window).bind("load", function () { var tabs_to_preload = new Array(); if ($("#product-tab-content-" + 'Informations').hasClass('not-loaded')) tabs_to_preload.push('Informations'); if ($("#product-tab-content-" + 'Prices').hasClass('not-loaded')) tabs_to_preload.push('Prices'); if ($("#product-tab-content-" + 'Seo').hasClass('not-loaded')) tabs_to_preload.push('Seo'); if ($("#product-tab-content-" + 'Associations').hasClass('not-loaded')) tabs_to_preload.push('Associations'); if ($("#product-tab-content-" + 'Shipping').hasClass('not-loaded')) tabs_to_preload.push('Shipping'); if ($("#product-tab-content-" + 'Combinations').hasClass('not-loaded')) tabs_to_preload.push('Combinations'); if ($("#product-tab-content-" + 'Quantities').hasClass('not-loaded')) tabs_to_preload.push('Quantities'); if ($("#product-tab-content-" + 'Pack').hasClass('not-loaded')) tabs_to_preload.push('Pack'); if ($("#product-tab-content-" + 'VirtualProduct').hasClass('not-loaded')) tabs_to_preload.push('VirtualProduct'); if ($("#product-tab-content-" + 'Images').hasClass('not-loaded')) tabs_to_preload.push('Images'); if ($("#product-tab-content-" + 'Features').hasClass('not-loaded')) tabs_to_preload.push('Features'); if ($("#product-tab-content-" + 'Customization').hasClass('not-loaded')) tabs_to_preload.push('Customization'); if ($("#product-tab-content-" + 'Attachments').hasClass('not-loaded')) tabs_to_preload.push('Attachments'); if ($("#product-tab-content-" + 'Suppliers').hasClass('not-loaded')) tabs_to_preload.push('Suppliers'); if ($("#product-tab-content-" + 'Warehouses').hasClass('not-loaded')) tabs_to_preload.push('Warehouses'); // Recursively load tabs starting with the first element of stack tabs_manager.displayBulk(tabs_to_preload); $('.productTabs').show(); $('#product-tab-content-wait').hide(); function checkIfProductTypeIsPack() { var typeIsPack = $('#pack_product').is(':checked'); if (typeIsPack && $('#inputPackItems').val() == '') { $('.pack-empty-warning').removeClass('alert-warning').addClass('alert-danger'); $('#curPackItemName').select2('open'); } return typeIsPack; } $("#product_form").validate({ ignore: '.updateCurrentText', rules: { inputPackItems: { required: { depends: checkIfProductTypeIsPack }, } }, messages: { inputPackItems: { required: "" } }, submitHandler: function (form) { form.submit(); }, // override jquery validate plugin defaults for bootstrap 3 highlight: function (element) { $(element).closest('.form-group').addClass('has-error'); }, unhighlight: function (element) { $(element).closest('.form-group').removeClass('has-error'); }, errorElement: 'span', errorClass: 'help-block', errorPlacement: function (error, element) { if (element.parent('.input-group').length) { error.insertAfter(element.parent()); } else { error.insertAfter(element); } } }); }); //  Chargement... Informations var msg_select_one = "Veuillez slectionner au moins un produit."; var msg_set_quantity = "Veuillez mettre une quantit pour ajouter un produit."; var ps_force_friendly_product = 0; var PS_ALLOW_ACCENTED_CHARS_URL = 0; var combination_images = new Array(); Type Produit standard Pack de produits existants Produit dmatrialis (services, rservations, produits tlchargeables, etc.) Vous ne pouvez pas avoir de dclinaisons avec un produit virtuel. Vous ne pouvez pas utiliser de dclinaisons dans un pack. Nom Rfrence Code-barres EAN-13 ou JAN Code-barres UPC Activ Oui Non

Rediriger lorsqu'inactif Pas de redirection (404) Redirection permanente (301) Redirection temporaire (302) 404 Page non trouve = Ne pas rediriger et afficher une page d'erreur 404.
301 Document dplac de faon permanente = Afficher un autre produit la place de manire permanente.
302 Document dplac de faon temporaire = Afficher un autre produit la place de manire temporaire. Produit associ Aucun produit associ. var no_related_product = 'Aucun produit associ'; var id_product_redirected = 0; var product_name_redirected = ''; Options Disponible la vente Afficher le prix

Exclusivit web (non vendu en magasin) function visibilite(thingId){var targetElement;targetElement = document.getElementById(thingId) ;var divs = document.getElementsByClassName("toto");if (targetElement.style.display == "none"){ for(var i=0;i 0) $(".datepicker").datepicker({ prevText: '', nextText: '', dateFormat: 'yy-mm-dd' }); if ($(".datetimepicker").length > 0) $('.datetimepicker').datetimepicker({ prevText: '', nextText: '', dateFormat: 'yy-mm-dd', // Define a custom regional settings in order to use PrestaShop translation tools currentText: 'Maintenant', closeText: 'Valider', ampm: false, amNames: ['AM', 'A'], pmNames: ['PM', 'P'], timeFormat: 'hh:mm:ss tt', timeSuffix: '', timeOnlyTitle: 'Choisir l\'heure', timeText: 'Heure', hourText: 'Heure', minuteText: 'Minute', }); }); state_token = '91cc2349320e945e934ad4ef883aac33'; PrestaShop 1.6.0.14 - 0.789s Contact / Bug Tracker / Forum / Addons / Formation PrestaShop Addons Connect your shop with PrestaShop's marketplace in order to automatically import all your Addons purchases. Connect to PrestaShop Addons I forgot my password
Sign in Don't have an account? Discover the Power of PrestaShop Addons! Explore the PrestaShop Official Marketplace and find over 3 500 innovative modules and themes that optimize conversion rates, increase traffic, build customer loyalty and maximize your productivity Create an Account {% endblock %}