testupdate.dev.myresero.com Open in urlscan Pro
3.15.52.168  Public Scan

URL: https://testupdate.dev.myresero.com/
Submission: On February 25 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

GET https://testupdate.dev.myresero.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://testupdate.dev.myresero.com/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <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://testupdate.dev.myresero.com/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
      <div class="search-category" style="position:absolute; top: 0; right: 35px; width: 130px">
        <select id="mpsearch-category">
          <option value="0">All Categories</option>
          <option value="-1">Textbooks</option>
          <option value="1352">Apparel</option>
          <option value="1360">- Accessories</option>
          <option value="1359">- Alumni</option>
          <option value="1358">- Children</option>
          <option value="1357">- Men</option>
          <option value="1356">- Women</option>
          <option value="1349">Gifts</option>
          <option value="1366">- Athletic</option>
          <option value="1361">- Drinkware</option>
          <option value="1368">- Graduation &amp; Alumni</option>
          <option value="1367">- Holiday</option>
          <option value="1362">- Home &amp; Office Decor</option>
          <option value="1363">- Infants &amp; Children</option>
          <option value="1364">- Pets</option>
          <option value="1365">- Travel &amp; Auto Accessories</option>
          <option value="1351">Grocery</option>
          <option value="1354">- Frozen Dinners</option>
          <option value="1353">- Medicine</option>
          <option value="1355">- Snacks &amp; Cookies</option>
          <option value="1350">Supplies</option>
          <option value="1371">- Bags &amp; Backpacks</option>
          <option value="1370">- Dorm &amp; Apartment</option>
          <option value="1369">- School &amp; Office Supplies</option>
          <option value="1372">- Technology Accessories</option>
        </select>
      </div>
      <script src="https://testupdate.dev.myresero.com/media/mageplaza/search/testupdate_0.js"></script>
      <script type="text/javascript">
        require(['jquery', 'Magento_Catalog/js/price-utils', 'mpDevbridgeAutocomplete'], function($, priceUtils) {
          "use strict";
          var baseUrl = 'https://testupdate.dev.myresero.com/',
            baseImageUrl = 'https://testupdate.dev.myresero.com/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: 3,
            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="{&quot;mage/trim-input&quot;:{}}" 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() -->
    <!-- ko foreach: {data: elems, as: 'element'} --><!-- /ko -->
    <!-- /ko -->
    <!-- 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://testupdate.dev.myresero.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Skip to Content
 * Default welcome msg!
 * Contact Us
 * Compare ()
 * Blog
 * Sign In
 * Create an Account

Cart 0 items
My Cart 0
Close You have no items in your shopping cart.

Toggle Nav
Search
Search
Advanced Search
All Categories Textbooks Apparel - Accessories - Alumni - Children - Men - Women
Gifts - Athletic - Drinkware - Graduation & Alumni - Holiday - Home & Office
Decor - Infants & Children - Pets - Travel & Auto Accessories Grocery - Frozen
Dinners - Medicine - Snacks & Cookies Supplies - Bags & Backpacks - Dorm &
Apartment - School & Office Supplies - Technology Accessories
Search
CALL US NOW
+123 5678 890
Menu
 * Home
 * Textbooks
 * 
   Apparel
    * 
      Accessories
      * Bags, Purses, & Wallets
      * Headwear
      * Scarves & Jewelry
      * Test Apparel
      * Winter Wear
    * 
      Alumni
      * Athletic Wear
      * Outerwear
      * Spirit Wear
    * 
      Children
      * Athletic Wear
      * Outerwear
      * Spirit Wear
    * 
      Men
      * Athletic Wear
      * Career Wear
      * Outerwear
      * Spirit Wear
    * 
      Women
      * Athletic Wear
      * Career Wear
      * Outerwear
      * Spirit Wear

 * 
   Gifts
    * 
      Athletic
      * Book
      * Fan Gear
      * Golf
      * Test Book
    * 
      Drinkware
      * Glassware
      * Mugs
      * Water Bottles
    * 
      Graduation & Alumni
      * Auto Accessories
      * Desk Accessories
      * Diploma Frames
      * Writing Instruments
    * 
      Holiday
      * Decor
      * Ornaments
    * 
      Home & Office Decor
      * Blankets & Pillows
      * Desk Accessories
      * Kitchenware & Linens
      * Outdoor
      * Photo Frame
      * Wall Art
    * 
      Infants & Children
      * Books
      * Toys
    * 
      Pets
      * Pet Accessories
    * 
      Travel & Auto Accessories
      * Decals & Magnets
      * Flags
      * License Plates & Frames
      * Luggage Tags & Keychains

 * 
   Grocery
    * 
      Frozen Dinners
      * Family Meals
      * Individual Meals
    * 
      Medicine
      * Allergy
      * Pain Relief
    * 
      Snacks & Cookies
      * Snack

 * 
   Supplies
    * 
      Bags & Backpacks
      * Backpacks
      * Bags
    * 
      Dorm & Apartment
      * Bed & Bath
      * Home
      * Household Items
      * Kitchen
    * 
      School & Office Supplies
      * Binders
      * Desk Accessories & Organization
      * Notebooks & Paper
      * Planners & Calendars
      * Stationary & Cards
      * Writing Instruments
    * 
      Technology Accessories
      * Audio
      * Cables & Connectors
      * Calculators
      * Cases & Covers
      * Computer Peripherals
      * Software

Account
 * Default welcome msg!
 * Contact Us
 * Compare ()
 * Blog
 * Sign In
 * Create an Account

Settings
Language
testupdate
 * Add More

80% off for select items


FASHION MEGA SALE

shop now
up to 70% off


WOMEN'S HATS

shop now
80% off for select items


FASHION MEGA SALE

shop now
up to 70% off


WOMEN'S HATS

shop now
80% off for select items


FASHION MEGA SALE

shop now
up to 70% off


WOMEN'S HATS

shop now



FREE SHIPPING & RETURN

Free shipping on all orders over $99.


MONEY BACK GUARANTEE

100% money back guarantee.


ONLINE SUPPORT 24/7

Lorem ipsum dolor sit amet.




FEATURED PRODUCTS

We can't find products matching the selection.


NEW PRODUCTS

Quickview
Rating:
0%

Pro Case iPad 10.2" Black

Special Price $0.00 was $0.00
Quickview
Rating:
0%

Ear Muffs Safety

Special Price $0.00 was $0.00
Quickview
Rating:
0%

Keyboard Universal Bluetooth

Special Price $0.00 was $0.00
Quickview
Rating:
0%

Rose Quartz Roller/Heart Guash

Special Price $0.00 was $0.00
Quickview
Rating:
0%

Face Shield 3 Pack with Foam

Special Price $0.00 was $0.00
Quickview
Rating:
0%

Nexigo Webcam 1080P FHD

Special Price $0.00 was $0.00
Quickview
Rating:
0%

Drawer Organizer 6 Piece

Special Price $0.00 was $0.00
Quickview
Rating:
0%

Pro Case iPad 10.2 Navy

Special Price $0.00 was $0.00
Quickview
Rating:
0%

Pro Case iPad 10.2" Black

Special Price $0.00 was $0.00
Quickview
Rating:
0%

Ear Muffs Safety

Special Price $0.00 was $0.00
Quickview
Rating:
0%

Keyboard Universal Bluetooth

Special Price $0.00 was $0.00
Quickview
Rating:
0%

Rose Quartz Roller/Heart Guash

Special Price $0.00 was $0.00
Quickview
Rating:
0%

Face Shield 3 Pack with Foam

Special Price $0.00 was $0.00
Quickview
Rating:
0%

Nexigo Webcam 1080P FHD

Special Price $0.00 was $0.00
Quickview
Rating:
0%

Drawer Organizer 6 Piece

Special Price $0.00 was $0.00
Quickview
Rating:
0%

Pro Case iPad 10.2 Navy

Special Price $0.00 was $0.00



CUSTOMER SUPPORT

You Won't Be Alone

We really care about you and your website as much as you do. Purchasing Porto or
any other theme from us you get 100% free support.


SECURED PAYMENT

Safe & Fast

With Porto you can customize the layout, colors and styles within only a few
minutes. Start creating an amazing website right now!


RETURNS

Easy & Free

Porto has very powerful admin features to help customer to build their own shop
in minutes without any special skills in web development.


Contact Information

 * Address
   123 Street Name, City, England

 * Phone
   (123) 456-7890

 * Email
   mail@example.com

MY ACCOUNT
 * About us
 * Contact us
 * My Account

 * Order history
 * Advanced search
 * Login

Main Features
 * Super Fast Magento Theme
 * 1st Fully working Ajax Theme
 * 20 Unique Homepage Layouts

 * Powerful Admin Panel
 * Mobile & Retina Optimized

Porto eCommerce. © 2018. All Rights Reserved





‹ › ×
×




Previous Next

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?