sho-967941.shopwhizzyapps.com Open in urlscan Pro
142.132.213.207  Public Scan

URL: https://sho-967941.shopwhizzyapps.com/
Submission: On April 18 via api from US — Scanned from DE

Form analysis 7 forms found in the DOM

POST https://sho-967941.shopwhizzyapps.com/sociallogin/account/loginPost/

<form style="display:none;" class="form" x-data="initSocialLoginPost()" @submit="submitForm($el)" action="https://sho-967941.shopwhizzyapps.com/sociallogin/account/loginPost/" method="post" id="sociallogin-login-form">
  <input id="sociallogin-login-referer" name="refress-redirect-url" type="hidden" value="">
  <input id="sociallogin-login-submit" type="submit" value="">
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required">
      <label class="label" for="form-login-username" form="login-form">
        <span>Email Address</span>
      </label>
      <div class="control">
        <input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" autocomplete="off" class="form-input input-text">
      </div>
    </div>
    <div class="field password required">
      <label for="form-login-password" class="label" form="login-form">
        <span>Password</span>
      </label>
      <div class="control">
        <input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" autocomplete="off" @change="errors = 0">
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
      <button type="submit" disabled="" data-recaptcha-btn="" class="inline-flex btn btn-primary disabled:opacity-75"> Sign In </button>
      <a href="https://sho-967941.shopwhizzyapps.com/customer/account/forgotpassword/">
                                        Forgot Your Password?                                    </a>
    </div>
  </div>
</form>

POST https://sho-967941.shopwhizzyapps.com/amasty_customform/form/submit/

<form class="default lg:min-w-[400px]" id="amform-form-5" action="https://sho-967941.shopwhizzyapps.com/amasty_customform/form/submit/" enctype="multipart/form-data" method="post">
  <input name="form_key" type="hidden" value="WKotmRU2WffII1Uf">
  <input name="form_id" type="hidden" value="5">
  <input name="is_survey" type="hidden" value="0">
  <div class="grid gap-4 grid-cols-6 max-w-3xl">
    <h2 class="col-span-6 text-3xl"> Send us a message </h2>
    <div class="col-span-6 form-control">
      <label class="text-sm mb-1 ml-2" for="first_name"> First Name </label>
      <input type="text" id="first_name" name="first_name" class="form-input" required="">
    </div>
    <div class="col-span-6 form-control">
      <label class="text-sm mb-1 ml-2" for="last_name"> Last Name </label>
      <input type="text" id="last_name" name="last_name" class="form-input" required="">
    </div>
    <div class="col-span-6 form-control">
      <label class="text-sm mb-1 ml-2" for="email"> Email </label>
      <input type="email" id="email" name="email" class="form-input" required="">
    </div>
    <div class="col-span-6 form-control">
      <label class="text-sm mb-1 ml-2" for="message"> Message </label>
      <textarea id="message" name="message" class="rounded-md border-gray-300 w-full focus:border-gray-500" rows="" required=""></textarea>
    </div>
    <button type="submit" class="btn btn-primary col-span-6 block"> Submit </button>
  </div>
</form>

POST https://sho-967941.shopwhizzyapps.com/newsletter/subscriber/new/

<form class="form subscribe w-full lg:flex" action="https://sho-967941.shopwhizzyapps.com/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
  <input name="email" type="email" required="" id="newsletter-subscribe" class="form-input inline-flex w-full rounded-md mb-2 lg:mr-4 lg:mb-auto" placeholder="Enter your email address">
  <button class="btn btn-primary transition-all px-3 p-1 text-sm hover:bg-white w-full lg:w-auto font-normal"> Subscribe </button>
  <input name="form_key" type="hidden" value="WKotmRU2WffII1Uf">
  <div class="control">
    <input type="hidden" value="" name="g-recaptcha-response">
  </div>
  <div>
    <template x-if="displayErrorMessage">
      <p class="flex items-center text-red">
        <span class="inline-block w-8 h-8 mr-3">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true" width="24" height="24" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
            <title>exclamation-circle</title>
          </svg>
        </span>
        <template x-for="errorMessage in errorMessages">
          <span x-html="errorMessage"></span>
        </template>
      </p>
    </template>
  </div>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required">
      <label class="label" for="customer-email">
        <span>Email Address</span>
      </label>
      <div class="control">
        <input name="username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label">
        <span>Password</span>
      </label>
      <div class="control">
        <input name="password" type="password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0">
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
      <button type="submit" class="inline-flex btn btn-primary"> Sign In </button>
      <span class="cursor-pointer" @click="openForgot = true,openLogin = false,openButtonLogin = false"> Forgot Your Password? </span>
    </div>
  </div>
</form>

POST

<form class="form form-fotgotpassword" method="post" @submit.prevent="submitForgotForm();" id="fotgot-form">
  <fieldset class="fieldset">
    <div class="text-secondary-darker mb-8">Please enter your email address below to receive a password reset link.</div>
    <div class="field email required">
      <label for="email_address" class="label"><span>Email</span></label>
      <div class="control">
        <input type="email" name="email" alt="email" id="email_address" class="form-input" required="" value="">
      </div>
    </div>
  </fieldset>
  <div class="actions-toolbar">
    <div class="primary">
      <button type="submit" class="action submit primary"><span>Reset My Password</span></button>
    </div>
    <div class="secondary ml-4 self-center">
      <a class="action back cursor-pointer" @click="openForgot = false,openLogin = true,
                   openButtonLogin = true">
                    <span>
                        Back                    </span>
                </a>
    </div>
  </div>
</form>

POST

<form class="form create account form-create-account" method="post" @submit.prevent="submitRegisterForm();" id="create-form">
  <div class="md:grid">
    <fieldset class="my-8 card">
      <legend class="contents">
        <span> Personal Information </span>
      </legend>
      <input type="hidden" name="success_url" value="">
      <input type="hidden" name="error_url" value="">
      <div class="field field-reserved w-full field-name-firstname required">
        <label class="label" for="firstname">
          <span> First Name </span>
        </label>
        <div class="control">
          <input type="text" id="firstname" name="firstname" value="" required="" title="First Name" class="form-input required-entry" @input.debounce="onChange">
        </div>
      </div>
      <div class="field field-reserved w-full field-name-lastname required">
        <label class="label" for="lastname">
          <span> Last Name </span>
        </label>
        <div class="control">
          <input type="text" id="lastname" name="lastname" required="" value="" title="Last Name" class="form-input required-entry" @input.debounce="onChange">
        </div>
      </div>
      <div class="field choice newsletter">
        <input type="checkbox" name="is_subscribed" title="Sign Up for Newsletter" value="1" id="is_subscribed" class="checkbox">
        <label for="is_subscribed" class="label">
          <span> Sign Up for Newsletter </span>
        </label>
      </div>
      <div class="field field-reserved taxvat ">
        <label class="label" for="taxvat">
          <span>Tax/VAT Number</span>
        </label>
        <div class="control">
          <input type="text" id="taxvat" name="taxvat" value="" title="Tax/VAT Number" class="form-input ">
        </div>
      </div>
    </fieldset>
    <fieldset class="my-8 card">
      <legend class="contents">
        <span> Sign-in Information</span>
      </legend>
      <div class="field required">
        <label for="email_address" class="label">
          <span> Email </span>
        </label>
        <div class="control">
          <input type="email" name="email" autocomplete="email" id="email_address" required="" value="" title="Email" class="form-input">
        </div>
      </div>
      <div class="field">
        <label for="password" class="label"><span>Password</span></label>
        <div class="control">
          <input type="password" name="password" id="password" title="Password" minlength="8" class="form-input" required="" x-on:change="checkPasswordsMatch()" autocomplete="off">
        </div>
        <p class="text-sm text-secondary mt-3"> Minimum of different classes of characters in password is 3. Classes of characters: Lower Case, Upper Case, Digits, Special Characters. </p>
      </div>
      <div class="field">
        <label for="password-confirmation" class="label">
          <span> Confirm Password </span>
        </label>
        <div class="control">
          <input type="password" name="password_confirmation" title="Confirm Password" id="password-confirmation" x-on:change="checkPasswordsMatch()" x-on:keyup="checkPasswordsMatch()" required="" minlength="8" class="form-input" autocomplete="off">
        </div>
      </div>
      <div class="field">
        <p class="my-4 text-red invisible" :class="passwordsMatching ? 'invisible' : 'visible'"> Your password confirmation must match your password. </p>
      </div>
    </fieldset>
  </div>
  <div class="actions-toolbar flex">
    <div class="primary">
      <button type="submit" class="action submit primary btn btn-primary" title="Create an Account">
        <span>Create an Account </span>
      </button>
    </div>
    <div class="secondary ml-4 self-center">
      <a class="action back cursor-pointer" @click="openRegister = false,openLogin = true,openCreate=true,openButtonRegister = false,
                   openButtonLogin = true">
                    <span>
                        Back                    </span>
                </a>
    </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.

Appoteket.no Magento Hyvä Case Study Read more about it.
Skip to Content
close
Hosting chevron_right
chevron_left Hosting Magento Wordpress Woocommerce Prestashop Shopware
ElasticSearch Other Application
Services
chevron_right
chevron_left Services Hosting Web Development Support and Maintenance SEO
Integrations
Shop Solutions
chevron_right
chevron_left Shop Solutions Adobe Commerce / Magento Hyvä Theme Shopify
Resources
chevron_right
chevron_left Resources Help Center Blog Helpdesk Knowledge Base
Create a Shop
Sign In Get Started
Hosting expand_more
Hosting for industry-leading platforms
Magentoarrow_forward Fully optimized, prepared for the most demanding stores.
Woocommerce arrow_forward Robust stack with blazing-fast performances.
Wordpress arrow_forward Secure and scalable hosting for all kind of projects.
Prestashop arrow_forward Fast, secure and scalable for top level stores.
Shopware arrow_forward Fine tuned hosting, based on the CMS specifications.
ElasticSearch arrow_forward All resources allocated to a single service. Built
for heavy catalog stores.
Other Application arrow_forward Versatile hosting, capable to run almost any CMS
or project.

Related with Hosting
input Free Migration arrow_forward sync_saved_locally Case Studies arrow_forward
important_devices Performance Optimization arrow_forward browse_activity SEO
Optimization arrow_forward
Services expand_more
360 ecommerce support services
dns Hosting
devices Web Development
data_object Support and Maintenance
important_devices SEO
api Integrations
Tired of slow stores?
Meet
Hyvä Theme
check Latest technology
check Minimal footprint
check Lightning fast
check SEO/SERP oriented
Check it now!
Resources expand_more
Get Started
support Help Center
contact_support Blog
live_help Helpdesk
school Knowledge Base
Reach more with ShopWhizzy
Case Studies arrow_forward Start Selling Online arrow_forward Partner Program
arrow_forward Affiliate Program arrow_forward
Create a Shop
Sign In Get Started
Cart local_mall



MY CART 10 OF %1 PRODUCTS IN CART DISPLAYED

Cart is empty
Cart is empty

x









Subtotal:

Checkout or View and Edit Cart
loader
Loading...
Close panel

Checkout using your account

Email Address

Password

Sign In Forgot Your Password?


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
close


PREMIUM ECOMMERCE SOLUTIONS FOR YOUR BUSINESS


CHALLENGE YOUR GROWTH POTENTIAL WITH SHOPWHIZZY.

Hosting Plans arrow_forward I need a Shop arrow_forward



HOSTING WITH SHOPWHIZZY


IMMEDIATE BENEFITS

exit_to_app Free Store Migration
bolt Faster Store
thumb_up Better Customer Experience
local_fire_department Increased SEO rating
trending_up More Revenue
Switch to ShopWhizzy arrow_forward


BE WHIZZY
BE SHOPWHIZZY

With Shopwhizzy you will have the most effective, flexible, fast and secure
solution for your website.

We have more then 17 years experience developing stores and modules, we know in
depth what a server needs to make your store sell!

Optimized, Scalable and Fast
Hosting
Slow Store? Make your business fly!
Performance and Speed
Web Development
We build fast and functional stores.
Visibility and Authority
SEO Optimization
Do you want to boost your position in search engines?


Do not worry, Shopwizzy guarantee a Free Migration from your current hosting.

Moving your store can be a daunting process, but we take care of it. Leave the
experts do it and focus on your business.

ShopWhizzy is helping business to grow since 2007


EXPERIENCED ECOMMERCE SUPPORT

verified Certified Developers
local_police Secure Implementation
code Best coding practices

Optimized for the industry's leading platforms

Magento
Adobe Commerce
Wordpress
WooCommerce
Prestashop
Shopware
Check Hosting Plans arrow_forward


OUR BEST SERVICES FOR YOU

ShopWhizzy provide implementation, maintenance and consulting services for
ecommerce stores.

Our catalog of services includes:

web hosting
web design & development
website integrations
free migrations
Search Engine Optimization (SEO on page & SEO off page)
server and e-commerce support
online marketing and content creation



WE WORK


WORLDWIDE

ShopWhizzy work with clients from all over the world. Thanks to our team and the
advanced technology, we are able to give guarantee support almost immediate time
for any country.



24/7

support

+15

years of experience

+500

premium ecommerce stores hosted

<2 sec

average page speed


WHY CHOOSE SHOPWHIZZY

Because every e-store owner needs peace of mind. We deal with the server and you
with the business.


Performance

Security

Expert Support

Freedom


SSD-BASED MAGENTO CLOUD HOSTING

We offer dedicated resources with SSD-based Magento hosting. Our cloud servers
are tweaked to deliver superior Magento performance.


ADVANCED CACHE

We offer advanced cache options such as FPC, Varnish, Memcached, and Redis to
speed up your Magento store. That evaluation is done by store and always to
maximize performance.


OPTIMIZED STACK

Our stack uses the latest technologies, Nginx, PHP-FPM/CGI, and MySQL/MariaDB
for improved loading times.


PHP 8 READY SERVERS

All our servers offer PHP 8 by default. Witness the difference that we bring to
your Magento website.


DEDICATED FIREWALLS

We protect all our servers with platform-level firewalls and perform regular
firmware upgrades to ensure Magento store security on the cloud.


FREE SSL

Built-in Let’s Encrypt SSL certificate that improves the security of your
Magento website and secures all server-client communications for free.


24/7 MONITORED SERVERS

All servers are prepared with a set of monitoring tools in order to allow 5 min
checks and warnings when server or store goes down.


DAILY BACKUPS

All our services include a 7 days backup in an external source to prevent loss
of data in case of critical malfunction.


EXPERT SUPPORT

Our Support Team is active between 7am and 20pm, from monday to friday, for
routine or non critical tasks. Critical issues are also tackled during weekends
and holiday seasons by an emergency team.


24/7 TICKETING

With our 24/7 ticketing system, you can keep track of your queries while our
team of experts take care of all your issues.


FREE MIGRATIONS

Never worry about migrating to our hosting platform. Let us know about your
application, Magento or other, and we’ll take care of that for you.


TROUBLESHOOTING

Our Cloud Engineers are experts in identifying bugs and issues. In case you face
a server-related issue, simply contact our team and let them take care of
things.


BEST HOSTING PROVIDERS

We work with the best hosting providers AWS, Linode, Vultr or DigitalOcean with
more than 60 global data centers


BLOCK STORAGE

Several add-ons are available for a fraction of cost in order to deliver the
best and optimized server for your Magento store.


SEAMLESS VERTICAL SCALING

You can vertically scale the RAM, processor, bandwidth, and storage of your
server without altering customization in order to adapt to the current store
requirements.


NO LONG-TERM CONTRACT

Our plans are easy and decomplicated. Payed monthly without term. Stop when you
want.


VIRTUALMIN

All servers are installed with virtualmin to allow some server control, like add
emails, create databases, create additional subdomains and others.


MULTIPLE PHP VERSIONS

You can switch between different PHP versions with a single click. We support
latest versions of PHP 7.


PREMIUM DIGITAL SOLUTIONS


ALLOW YOUR STORE
AN UPGRADE!

Send us a message


SEND US A MESSAGE

First Name
Last Name
Email
Message
Submit
close
or
Check our plans

The success of a store depends a lot on its speed. At ShopWhizzy our experts are
specialized in making your store run faster and perform flawlessly.

Bruno Gaiteiro, ShopWhizzy CEO


+500 CLIENTS
TRUST SHOPWHIZZY


Find out why

Curiosity about us!

Why "ShopWhizzy"?

"Whizzy" is an adjective that means modern, innovative, or advanced, especially
in terms of technology. It is often used to describe software, websites, or user
interfaces that are fast, responsive, and feature-rich. The term "whizzy" may
also imply a certain level of excitement or enthusiasm about the technology,
suggesting that it is particularly impressive or enjoyable to use.

At ShopWhizzy we want to give your business a "WHIZZY ECOMMERCE PLATFORM", an
online store designed to be engaging, an interactive website and a most
memorable online store for your clients!

Our manifestonorth_east

Online Stores

 * Sell Online
 * Adobe Commerce
 * Hyvä Theme
 * Shopify Store
 * Shop Solutions
 * Products Import
 * Payment Gateways
 * Demo Stores
 * Dropshipping
 * B2B
 * Marketplace

Services

 * Ecommerce Hosting
 * Magento Hosting
 * Wordpress Hosting
 * New Shop Development
 * Migrations
 * SEO Optimization
 * Performance Optimization
 * Modules Development
 * Data Entry
 * Catalog External API
 * Support and Maintenance

Support

 * Help Center
 * Knowledge Base
 * Blog
 * Sitemap
 * Terms and Conditions
 * Privacy Policy
 * Acceptable Use Policy

Shopwhizzy

 * Contact
 * Partner Program
 * Affiliate Program
 * On Social
 * Our Clients
 * Whizzy vs Others

 * facebook
 * instagram
 * linkedin

Newsletter

Subscribe


exclamation-circle

This form is protected by reCAPTCHA - the Google Privacy Policy and Terms of
Service apply.

© 2024 ShopWhizzy. Registered Trademark. All rights reserved.
English chevron-up chevron-down
Português
EUR chevron-up chevron-down
GBP USD
Top


LOGIN

Email Address

Password

Sign In Forgot Your Password?


FORGOT PASSWORD

Please enter your email address below to receive a password reset link.
Email

Reset My Password
Back


CREATE NEW CUSTOMER ACCOUNT

Personal Information
First Name

Last Name

Sign Up for Newsletter
Tax/VAT Number

Sign-in Information
Email

Password


Minimum of different classes of characters in password is 3. Classes of
characters: Lower Case, Upper Case, Digits, Special Characters.

Confirm Password


Your password confirmation must match your password.

Create an Account
Back



NEW CUSTOMERS

Creating an account has many benefits: check out faster, keep more than one
address, track orders and more.

Create an Account


SOCIAL LOGIN

 * Sign In with Google
 * Sign In with Linkedin


or



SOCIAL REGISTER

 * Register with Google
 * Register with Linkedin


or

loader
Loading...