{"id":16538,"date":"2018-06-12T10:53:58","date_gmt":"2018-06-12T10:53:58","guid":{"rendered":"http:\/\/saudifactories.com\/create-account\/"},"modified":"2025-04-16T04:23:44","modified_gmt":"2025-04-16T04:23:44","slug":"create-account","status":"publish","type":"page","link":"https:\/\/saudifactories.com\/ar\/create-account\/","title":{"rendered":"\u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628"},"content":{"rendered":"<div class=\"registration-form woocommerce\">\r\n\r\n\t\r\n\t<h2>\u062d\u0641\u0638 \u0648\u0645\u062a\u0627\u0628\u0639\u0647 <\/h2>\r\n\r\n\t<form method=\"post\" class=\"register\">\r\n\r\n\t\t\n\n\t\t<img decoding=\"async\" src=\"https:\/\/saudifactories.com\/wp-content\/themes\/buy2alibaba-child\/images\/steps-ar-1.png\" class=\"img-responsive text-center sv_step_img\">\n\n\t\n<input type=\"hidden\" name=\"store_region\" value=\"\">\n<input type=\"hidden\" name=\"store_city\" value=\"\">\n<p class=\"form-row\">\n    <!--       <label for=\"reg_user_type\">User Type<\/label> -->\n                      \n         <input type=\"hidden\" name=\"user_type\" value=\"vendor\">\n           \n       <!-- <select name=\"user_type\">\n\t\t\t\t<option value=\"customer\" >Customer<\/option>\n       \t\t\t<option value=\"vendor\" >Vendor<\/option>\n\t\t<\/select>-->\n\t\t<\/p>\n       <p class=\"form-row form-row-first\"> \n       <label for=\"reg_billing_first_name\">\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644<span class=\"required\">*<\/span><\/label>\n       <input type=\"text\" class=\"input-text\" name=\"billing_first_name\" id=\"reg_billing_first_name\" value=\"\" \/>\n       <\/p>\n       <p class=\"form-row form-row-last\">\n       <label for=\"reg_billing_last_name\">\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u062e\u064a\u0631<span class=\"required\">*<\/span><\/label>\n       <input type=\"text\" class=\"input-text\" name=\"billing_last_name\" id=\"reg_billing_last_name\" value=\"\" \/>\n       <\/p>\n       <div class=\"clear\"><\/div>\n\t   \n       <div class=\"clear\"><\/div>\n    \n     \n       <input type=\"hidden\" name=\"billing_state\" value=\"\">\n<input type=\"hidden\" name=\"billing_city\" value=\"\">\n   \n              <\/p>\n \t\t\n\t\t\t\t<p class=\"form-row form-row-first \" style=\"display:none\">\n       <label for=\"reg_billing_postcode\">\u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f\u064a<\/label>\n       <input type=\"text\" class=\"input-text\" name=\"billing_postcode\" id=\"reg_billing_postcode\" value=\"\" \/>\n       <\/p>\n     \n       <div class=\"clear\"><\/div>\n \n    <script>\n      var map;\n      var markers = [];\n\n   \n \/\/ Adds a marker to the map and push to the array.\n      function addMarker(location) {\n        var marker = new google.maps.Marker({\n          position: location,\n          map: map,\n          draggable: true,\n        });\n        markers.push(marker);\n        map.setCenter(location); \n        geocodePosition(marker.getPosition());\n           google.maps.event.addListener(marker, 'dragend', function() {\n              \/\/ updateMarkerStatus('Drag ended');\n              geocodePosition(marker.getPosition());\n            });\n      }\n\n\/\/ Sets the map on all markers in the array.\n      function setMapOnAll(map) {\n        for (var i = 0; i < markers.length; i++) {\n          markers[i].setMap(map);\n        }\n      }\n\n\/\/ Deletes all markers in the array by removing references to them.\n      function deleteMarkers() {\n        clearMarkers();\n        markers = [];\n      }\n\n\/\/ Removes the markers from the map, but keeps them in the array.\n      function clearMarkers() {\n        setMapOnAll(null);\n      }\n\nfunction initMap() {\n \n var myLatLng = {lat: 25.37, lng: 44.76};           \n    var mapOptions = {\n        center: new google.maps.LatLng(25.37,44.76),\n        zoom: 8,\n        \n    };\n\n    map = new google.maps.Map(document.getElementById('map'), mapOptions);\n   \n  \n  \/\/ Adds a marker at the center of the map.\n        addMarker(myLatLng);\n\n         \n\n            \n    \/\/ Create the DIV to hold the control and call the constructor passing in this DIV\n    var geolocationDiv = document.createElement('div');\n    \n    \n     var input = document.getElementById('pac-input');\n        var searchBox = new google.maps.places.SearchBox(input);\n        map.controls[google.maps.ControlPosition.TOP_LEFT].push(input);\n        \n        \/\/ Bias the SearchBox results towards current map's viewport.\n        map.addListener('bounds_changed', function() {\n          searchBox.setBounds(map.getBounds());\n        });\n\n        \n        \/\/ Listen for the event fired when the user selects a prediction and retrieve\n        \/\/ more details for that place.\n        searchBox.addListener('places_changed', function() {\n          var places = searchBox.getPlaces();\n\n          if (places.length == 0) {\n            return;\n          }\n\n          \n\n          \/\/ For each place, get the icon, name and location.\n          var bounds = new google.maps.LatLngBounds();\n          places.forEach(function(place) {\n              \n           if (!place.geometry) {\n              console.log(\"Returned place contains no geometry\");\n              return;\n            }\n            var icon = {\n              url: place.icon,\n              size: new google.maps.Size(71, 71),\n              origin: new google.maps.Point(0, 0),\n              anchor: new google.maps.Point(17, 34),\n              scaledSize: new google.maps.Size(25, 25)\n            };\n\n            deleteMarkers();\n            \n            addMarker(place.geometry.location);\n         \n             if (navigator.geolocation) {\n        navigator.geolocation.getCurrentPosition(function (position) {\n\n            var pos = new google.maps.LatLng(position.coords.latitude, position.coords.longitude);\n            deleteMarkers();\n            addMarker(pos);\n               \n        });\n    }\n            \n \n \n            if (place.geometry.viewport) {\n              \/\/ Only geocodes have viewport.\n              bounds.union(place.geometry.viewport);\n            } else {\n              bounds.extend(place.geometry.location);\n            }\n          });\n          map.fitBounds(bounds);\n        });\n        \n        var geolocationControl = new GeolocationControl(geolocationDiv, map);\n\n    map.controls[google.maps.ControlPosition.TOP_CENTER].push(geolocationDiv);\n}\n\nfunction GeolocationControl(controlDiv, map) {\n\n    \/\/ Set CSS for the control button\n    var controlUI = document.createElement('div');\n    controlUI.style.backgroundColor = '#444';\n    controlUI.style.borderStyle = 'solid';\n    controlUI.style.borderWidth = '1px';\n    controlUI.style.borderColor = 'white';\n    controlUI.style.height = '28px';\n    controlUI.style.marginTop = '5px';\n    controlUI.style.cursor = 'pointer';\n    controlUI.style.textAlign = 'center';\n    controlUI.title = 'Get my location';\n    controlDiv.appendChild(controlUI);\n\n    \/\/ Set CSS for the control text\n    var controlText = document.createElement('div');\n    controlText.style.fontFamily = 'Arial,sans-serif';\n    controlText.style.fontSize = '10px';\n    controlText.style.color = 'white';\n    controlText.style.paddingLeft = '10px';\n    controlText.style.paddingRight = '10px';\n    controlText.style.marginTop = '8px';\n    controlText.innerHTML = 'Get my location';\n    controlUI.appendChild(controlText);\ngeolocate();\n    \/\/ Setup the click event listeners to geolocate user\n    google.maps.event.addDomListener(controlUI, 'click', geolocate);\n    \/\/ google.maps.event.addDomListener(controlUI, 'click', geolocate);\n}\n\nfunction geolocate() {\n\n    if (navigator.geolocation) {\n\n        navigator.geolocation.getCurrentPosition(function (position) {\n         \n            \n            var pos = new google.maps.LatLng(position.coords.latitude, position.coords.longitude);\n            deleteMarkers();\n            addMarker(pos);\n            \n           \n            \n        });\n    }\n}\n\nfunction geocodePosition(pos) {\n    \/\/alert(pos.lat())\n    jQuery('#reg_user_lat').val(pos.lat());\n          jQuery('#reg_user_long').val(pos.lng());\n  \n}\nfunction handleEvent(event) {\n    \n    var geocoder = new google.maps.Geocoder();\n            geocoder.geocode({'latLng': event.latLng }, function(results, status) {\nif (status == google.maps.GeocoderStatus.OK) {\nif (results[0]) {\nalert(results[0].formatted_address)\n}\n}\n});\n    jQuery('#reg_user_lat').val(event.latLng.lat());\n          jQuery('#reg_user_long').val(event.latLng.lng());\n   \n}\n\n    <\/script>\n   <!-- AIzaSyDnbUvWXW0f1ihDyIYTJlp0Od861ZWmdgw -->\n    <script async defer\n    src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyDS74ORylxM2PJmIMuCx9aggfIU1o4cLfc&callback=initMap&sensor=false&libraries=places\">\n    <\/script>\n\n       <p class=\"form-row form-row-first \"  style=\"display:none\">\n       <label for=\"reg_billing_postcode\">Latitude<\/label>\n       <input type=\"text\" class=\"input-text\" name=\"user_latitude\" id=\"reg_user_lat\" value=\"\" \/>\n       \n       <\/p>\n       \n       <p class=\"form-row form-row-last\" style=\"display:none\">\n           <label for=\"reg_billing_postcode\">Longtitude<\/label>\n       <input type=\"text\" class=\"input-text\" name=\"user_longtitude\" id=\"reg_user_long\" value=\"\" \/>\n       \n       <\/p>\n     \n       <div class=\"clear\"><\/div>\n       \r\n\t\t\r\n\t\t<p class=\"woocommerce-FormRow woocommerce-FormRow--wide form-row form-row-wide\">\r\n\t\t\t<label for=\"reg_email\">\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0643\u062a\u0631\u0648\u0646\u0649 <span class=\"required\">*<\/span><\/label>\r\n\t\t\t<input type=\"email\" class=\"woocommerce-Input woocommerce-Input--text input-text\" name=\"email\" id=\"reg_email\" value=\"\" \/>\r\n\t\t<\/p>\r\n\r\n\t\t\r\n\t\t\t<p class=\"woocommerce-FormRow woocommerce-FormRow--wide form-row form-row-wide\">\r\n\t\t\t\t<label for=\"reg_password\">\u0627\u062e\u062a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 <span class=\"required\">*<\/span><\/label>\r\n\t\t\t\t<input type=\"password\" class=\"woocommerce-Input woocommerce-Input--text input-text\" name=\"password\" id=\"reg_password\" \/>\r\n\t\t\t<\/p>\r\n\r\n\t\t\r\n\t\t<!-- Spam Trap -->\r\n\t\t<div style=\"right: -999em; position: absolute;\"><label for=\"trap\">Anti-spam<\/label><input type=\"text\" name=\"email_2\" id=\"trap\" tabindex=\"-1\" autocomplete=\"off\" \/><\/div>\r\n\r\n\t\t\t<p class=\"form-row form-row-wide\">\n\t\t<label for=\"reg_password2\">\u062a\u0627\u0643\u064a\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 <span class=\"required\">*<\/span><\/label>\n\t\t<input type=\"password\" class=\"input-text\" name=\"password2\" id=\"reg_password2\" value=\"\" \/>\n\t<\/p>\n\t\n\n<p style=\"display:none;\">\n\t<label for=\"apply_for_vendor\">\n\t\t<input class=\"input-checkbox\" id=\"apply_for_vendor\"  type=\"checkbox\" name=\"apply_for_vendor\" value=\"1\"\/>\n\t\t\u062a\u0642\u062f\u0645 \u0628\u0637\u0644\u0628 \u0644\u062a\u0635\u0628\u062d \u0628\u0627\u0626\u0639\u0627\u061f\t<\/label>\n\t<br \/>\n<\/p>\n\n\n\n<div class=\"clear\"><\/div>\n<wc-order-attribution-inputs><\/wc-order-attribution-inputs><div class=\"woocommerce-privacy-policy-text\"><p>Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our <a href=\"https:\/\/saudifactories.com\/selling-with-saudi-factories\/\" class=\"woocommerce-privacy-policy-link\" target=\"_blank\">\u0633\u064a\u0627\u0633\u0629 \u0627\u0644\u062e\u0635\u0648\u0635\u064a\u0629<\/a>.<\/p>\n<\/div>\t\t\r\n\t\t<p class=\"woocomerce-FormRow form-row\">\r\n\t\t\t<input type=\"hidden\" id=\"woocommerce-register-nonce\" name=\"woocommerce-register-nonce\" value=\"af1cb5fa71\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/ar\/wp-json\/wp\/v2\/pages\/16538\" \/>\t\t\t<input type=\"submit\" class=\"woocommerce-Button button\" name=\"register\" value=\"\u062d\u0641\u0638 \u0648\u0645\u062a\u0627\u0628\u0639\u0647 \" \/>\r\n\t\t<\/p>\r\n\r\n\t\t<p class=\"woocommerce-simple-registration-login-link\">\r\n\t\t\t<a href=\"https:\/\/saudifactories.com\/wp-login.php?redirect_to=https%3A%2F%2Fsaudifactories.com%2Far%2Fcreate-account%2F\">Log in<\/a>\r\n\t\t<\/p>\r\n\r\n\t\t\r\n\t<\/form>\r\n\r\n<\/div>\r\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-wc-register.php","meta":{"footnotes":""},"class_list":["post-16538","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628 - Saudi Factories<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/saudifactories.com\/create-account\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628 - Saudi Factories\" \/>\n<meta property=\"og:url\" content=\"http:\/\/saudifactories.com\/create-account\/\" \/>\n<meta property=\"og:site_name\" content=\"Saudi Factories\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-16T04:23:44+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u062f\u0642\u064a\u0642\u0629\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/saudifactories.com\/create-account\/\",\"url\":\"http:\/\/saudifactories.com\/create-account\/\",\"name\":\"\u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628 - Saudi Factories\",\"isPartOf\":{\"@id\":\"https:\/\/saudifactories.com\/ar\/#website\"},\"datePublished\":\"2018-06-12T10:53:58+00:00\",\"dateModified\":\"2025-04-16T04:23:44+00:00\",\"breadcrumb\":{\"@id\":\"http:\/\/saudifactories.com\/create-account\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/saudifactories.com\/create-account\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/saudifactories.com\/create-account\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/saudifactories.com\/ar\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/saudifactories.com\/ar\/#website\",\"url\":\"https:\/\/saudifactories.com\/ar\/\",\"name\":\"Saudi Factories\",\"description\":\"\u0623\u0643\u0628\u0631 \u0633\u0648\u0642 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a B2B \u0644\u0634\u0631\u0627\u0621 \u0645\u0646\u062a\u062c\u0627\u062a \u0639\u0627\u0644\u064a\u0629 \u0627\u0644\u062c\u0648\u062f\u0629 &quot;\u0635\u0646\u0639 \u0641\u064a \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629&quot;\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/saudifactories.com\/ar\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628 - Saudi Factories","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/saudifactories.com\/create-account\/","og_locale":"ar_AR","og_type":"article","og_title":"\u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628 - Saudi Factories","og_url":"http:\/\/saudifactories.com\/create-account\/","og_site_name":"Saudi Factories","article_modified_time":"2025-04-16T04:23:44+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"1 \u062f\u0642\u064a\u0642\u0629"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/saudifactories.com\/create-account\/","url":"http:\/\/saudifactories.com\/create-account\/","name":"\u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628 - Saudi Factories","isPartOf":{"@id":"https:\/\/saudifactories.com\/ar\/#website"},"datePublished":"2018-06-12T10:53:58+00:00","dateModified":"2025-04-16T04:23:44+00:00","breadcrumb":{"@id":"http:\/\/saudifactories.com\/create-account\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["http:\/\/saudifactories.com\/create-account\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/saudifactories.com\/create-account\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/saudifactories.com\/ar\/"},{"@type":"ListItem","position":2,"name":"\u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628"}]},{"@type":"WebSite","@id":"https:\/\/saudifactories.com\/ar\/#website","url":"https:\/\/saudifactories.com\/ar\/","name":"Saudi Factories","description":"\u0623\u0643\u0628\u0631 \u0633\u0648\u0642 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a B2B \u0644\u0634\u0631\u0627\u0621 \u0645\u0646\u062a\u062c\u0627\u062a \u0639\u0627\u0644\u064a\u0629 \u0627\u0644\u062c\u0648\u062f\u0629 &quot;\u0635\u0646\u0639 \u0641\u064a \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629&quot;","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/saudifactories.com\/ar\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"}]}},"_links":{"self":[{"href":"https:\/\/saudifactories.com\/ar\/wp-json\/wp\/v2\/pages\/16538","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/saudifactories.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/saudifactories.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/saudifactories.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/saudifactories.com\/ar\/wp-json\/wp\/v2\/comments?post=16538"}],"version-history":[{"count":3,"href":"https:\/\/saudifactories.com\/ar\/wp-json\/wp\/v2\/pages\/16538\/revisions"}],"predecessor-version":[{"id":19216,"href":"https:\/\/saudifactories.com\/ar\/wp-json\/wp\/v2\/pages\/16538\/revisions\/19216"}],"wp:attachment":[{"href":"https:\/\/saudifactories.com\/ar\/wp-json\/wp\/v2\/media?parent=16538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}