dfi-america.com
Open in
urlscan Pro
192.190.221.197
Public Scan
URL:
https://dfi-america.com/estore/&data
Submission: On July 23 via api from DE — Scanned from DE
Submission: On July 23 via api from DE — Scanned from DE
Form analysis
2 forms found in the DOMGET https://dfi-america.com/estore/catalogsearch/result/
<form class="form minisearch" id="search_mini_form" action="https://dfi-america.com/estore/catalogsearch/result/" method="get">
<div class="field search">
<div class="control">
<input id="search" type="text" name="q" value="" placeholder="Search..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
<div id="search_autocomplete" class="search-autocomplete"></div>
<div class="nested">
<a class="action advanced" href="https://dfi-america.com/estore/catalogsearch/advanced/" data-action="advanced-search">
Advanced Search </a>
</div>
<div class="search-category" style="position:absolute; top: 0; right: 40px; width: 130px">
<select id="mpsearch-category">
<option value="0">All Categories</option>
<option value="7">Systems</option>
<option value="35">- Box PC</option>
<option value="36">- Panel PC</option>
<option value="18">Peripherals</option>
<option value="10">- cpu</option>
<option value="37">- Memory</option>
<option value="38">- PSU</option>
<option value="39">- Others</option>
<option value="24">Embedded Board</option>
<option value="25">- Industrial Board</option>
<option value="30">- Single Board Computer</option>
</select>
</div>
<script src="https://dfi-america.com/estore/pub/media/mageplaza/search/default_0.js"></script>
<script type="text/javascript">
require(['jquery', 'Magento_Catalog/js/price-utils', 'mpDevbridgeAutocomplete'], function($, priceUtils) {
"use strict";
var baseUrl = 'https://dfi-america.com/estore/',
baseImageUrl = 'https://dfi-america.com/estore/pub/media/catalog/product/',
priceFormat = {
"pattern": "$%s",
"precision": 2,
"requiredPrecision": 2,
"decimalSymbol": ".",
"groupSymbol": ",",
"groupLength": 3,
"integerRequired": false
},
displayInfo = ["price", "image", "description"];
var categorySelect = $('#mpsearch-category'),
searchInput = $('#search');
if (categorySelect.length) {
categorySelect.on('change', function() {
searchInput.focus();
if ($(this).val() === 0) {
$(this).removeAttr('name');
} else {
$(this).attr('name', 'cat');
}
});
}
searchInput.devbridgeAutocomplete({
lookup: mageplazaSearchProducts,
lookupLimit: 10,
maxHeight: 2000,
minChars: 1,
lookupFilter: function(suggestion, query, queryLowerCase) {
if (categorySelect.length) {
var categoryId = categorySelect.val();
if (categoryId > 0 && ($.inArray(categoryId, suggestion.c) === -1)) {
return false;
}
}
return suggestion.value.toLowerCase().indexOf(queryLowerCase) !== -1;
},
onSelect: function(suggestion) {
window.location.href = correctProductUrl(suggestion.u);
},
formatResult: function(suggestion, currentValue) {
var html = '<a href="' + correctProductUrl(suggestion.u) + '">';
if ($.inArray('image', displayInfo) !== -1) {
html += '<div class="suggestion-left"><img class="img-responsive" src="' + correctProductUrl(suggestion.i, true) + '" alt="" /></div>';
}
html += '<div class="suggestion-right">';
html += '<div class="product-line product-name">' + suggestion.value + '</div>';
if ($.inArray('price', displayInfo) !== -1) {
html += '<div class="product-line product-price">Price: ' + priceUtils.formatPrice(suggestion.p, priceFormat) + '</div>';
}
if ($.inArray('description', displayInfo) !== -1 && suggestion.d) {
html += '<div class="product-des"><p class="short-des">' + suggestion.d + '...</p></div>';
}
html += '</div></a>';
return html;
}
// onSearchComplete: function (query, suggestion) {
// $('.autocomplete-suggestions').append("<div id='view_all'><a href='javascript:void(0)' id='search-view-all'>View all >></a></div>");
// $('#search-view-all').on('click', function(){
// $('#search_mini_form').submit();
// });
// }
});
function correctProductUrl(urlKey, isImage) {
if (urlKey.search('http') !== -1) {
return urlKey;
}
return ((typeof isImage !== 'undefined') ? baseImageUrl : baseUrl) + urlKey;
}
});
</script>
</div>
</div>
<div class="actions">
<button type="submit" title="Search" class="action search" disabled="">
<span>Search</span>
</button>
</div>
</form>
POST
<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
<div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
<div class="field email required">
<label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
<div class="control">
<input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{"mage/trim-input":{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
autocomplete="off">
</div>
</div>
<div class="field password required">
<label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
<div class="control">
<input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
</div>
</div>
<!-- ko foreach: getRegion('additional-login-form-fields') -->
<!-- ko template: getTemplate() -->
<input name="captcha_form_id" type="hidden" data-bind="value: formId, attr: {'data-scope': dataScope}" value="user_login" data-scope="">
<!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
<!-- /ko -->
<!-- /ko -->
<div class="actions-toolbar">
<input name="context" type="hidden" value="checkout">
<div class="primary">
<button type="submit" class="action action-login secondary" name="send" id="send2">
<span data-bind="i18n: 'Sign In'">Sign In</span>
</button>
</div>
<div class="secondary">
<a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://dfi-america.com/estore/customer/account/forgotpassword/">
<span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
</a>
</div>
</div>
</div>
</form>
Text Content
The store will not work correctly in the case when cookies are disabled. JavaScript seems to be disabled in your browser. For the best experience on our site, be sure to turn on Javascript in your browser. × Toggle Nav Menu * Embedded Board * Industrial Board * ATX * MicroATX * Mini-ITX * EATX * Single Board Computer * 1.8" SBC * 2.5" Pico-ITX * 3.5" SBC * 4" SBC * Systems * Box PC * Panel PC * Peripherals * cpu * Memory * PSU * Others Account * * Compare () * Sign In * Contact Us * Create an Account * * Compare () * Sign In * Contact Us * Create an Account Advanced Search All Categories Systems - Box PC - Panel PC Peripherals - cpu - Memory - PSU - Others Embedded Board - Industrial Board - Single Board Computer Search Cart 0 items My Cart Close 0 Item View Cart You have no items in your shopping cart. 404 You might want to check that URL again or head over to our homepage. CONTACT INFO * Phone: 732-390-2815 * Email: CS-USA@dfi.com * DFI.com CUSTOMER SERVICE * About Us * Contact Us * My account * Orders history * Technical Support * Sales and Quoation * World Wide Offices * World Wide Partners COPYRIGHT© DFI AMERICA 2021. ALL RIGHTS RESERVED. Close Checkout as a new customer Creating an account has many benefits: * See order and shipping status * Track order history * Check out faster Create an Account Checkout using your account Email Address Password Sign In Forgot Your Password?