op4.webnapps.gr Open in urlscan Pro
185.234.52.87  Public Scan

URL: https://op4.webnapps.gr/
Submission: On April 17 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

POST https://op4.webnapps.gr/index.php?route=common/currency/currency

<form action="https://op4.webnapps.gr/index.php?route=common/currency/currency" method="post" enctype="multipart/form-data" id="form-currency">
  <div class="btn-group">
    <span class="pull-left hidden-xs hidden-sm hidden-md text-ex">Νόμισμα:</span>
    <button class="btn btn-link dropdown-toggle" data-toggle="dropdown"> EUR <i class="fa fa-angle-down"></i>
    </button>
    <ul class="dropdown-menu">
      <li>
        <button class="item-selected currency-select btn btn-link btn-block" type="button" name="EUR"> Euro € </button>
      </li>
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="USD"> $ US Dollar </button>
      </li>
    </ul>
  </div>
  <input type="hidden" name="code" value="">
  <input type="hidden" name="redirect" value="https://op4.webnapps.gr/index.php?route=common/home">
</form>

POST https://op4.webnapps.gr/index.php?route=common/language/language

<form action="https://op4.webnapps.gr/index.php?route=common/language/language" method="post" enctype="multipart/form-data" id="form-language">
  <div class="btn-group">
    <span class="pull-left hidden-xs hidden-sm hidden-md text-ex">Γλώσσα:</span>
    <button class="btn btn-link dropdown-toggle" data-toggle="dropdown"> el-gr <i class="fa fa-angle-down"></i>
    </button>
    <ul class="dropdown-menu">
      <li><button class="btn btn-link btn-block language-select item-selected" type="button" name="el-gr"><img src="catalog/language/el-gr/el-gr.png" alt="Ελληνικά" title="Ελληνικά"> Ελληνικά</button></li>
      <li><button class="btn btn-link btn-block language-select" type="button" name="en-gb"><img src="catalog/language/en-gb/en-gb.png" alt="English" title="English"> English</button></li>
    </ul>
  </div>
  <input type="hidden" name="code" value="">
  <input type="hidden" name="redirect" value="https://op4.webnapps.gr/index.php?route=common/home">
</form>

POST #

<form action="#" method="post" id="ajax-login-form" enctype="multipart/form-data">
  <div class="form-group">
    <label class="control-label" for="input-email">E-Mail Address</label>
    <input type="text" name="email" value="" placeholder="E-Mail Address" id="input-email" class="form-control">
  </div>
  <div class="form-group">
    <label class="control-label" for="input-password">Password</label>
    <input type="password" name="password" value="" placeholder="Password" id="input-password" class="form-control">
    <a class="forgotten" href="https://op4.webnapps.gr/index.php?route=account/forgotten">Forgotten Password</a>
  </div>
  <div class="action">
    <button class="button" type="button" onclick="ocajaxlogin.loginAction(document.getElementById('input-email').value, document.getElementById('input-password').value)"><span>Σύνδεση</span></button>
    <button class="button" type="button" onclick="ocajaxlogin.appendRegisterForm()"><span>Create an account</span></button>
    <img class="ajax-load-img" alt="" src="https://op4.webnapps.gr/image/catalog/AjaxLoader.gif" width="30" height="30">
  </div>
</form>

POST https://op4.webnapps.gr/index.php?route=extension/module/ajaxregister

<form action="https://op4.webnapps.gr/index.php?route=extension/module/ajaxregister" method="post" id="ajax-register-form" enctype="multipart/form-data" class="form-horizontal">
  <fieldset id="account">
    <legend>Your Personal Details</legend>
    <div class="form-group required" style="display:  none ;">
      <label class="col-sm-2 control-label">Customer Group</label>
      <div class="col-sm-10">
        <div class="radio">
          <label>
            <input type="radio" name="customer_group_id" value="1" checked="checked"> Default</label>
        </div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-firstname">First Name</label>
      <div class="col-sm-10">
        <input type="text" name="firstname" value="" placeholder="First Name" id="input-firstname" class="form-control">
        <!-- Error First Name -->
        <div class="for-error error-firstname"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-lastname">Last Name</label>
      <div class="col-sm-10">
        <input type="text" name="lastname" value="" placeholder="Last Name" id="input-lastname" class="form-control">
        <!-- Error Last Name -->
        <div class="for-error error-lastname"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-register-email">E-Mail</label>
      <div class="col-sm-10">
        <input type="email" name="email" value="" placeholder="E-Mail" id="input-register-email" class="form-control">
        <!-- Error Email -->
        <div class="for-error error-email"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-telephone">Telephone</label>
      <div class="col-sm-10">
        <input type="tel" name="telephone" value="" placeholder="Telephone" id="input-telephone" class="form-control">
        <!-- Error Phone -->
        <div class="for-error error-telephone"></div>
      </div>
    </div>
  </fieldset>
  <fieldset>
    <legend>Your Password</legend>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-register-password">Password</label>
      <div class="col-sm-10">
        <input type="password" name="password" value="" placeholder="Password" id="input-register-password" class="form-control">
        <!-- Error Password -->
        <div class="for-error error-password"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-confirm">Password Confirm</label>
      <div class="col-sm-10">
        <input type="password" name="confirm" value="" placeholder="Password Confirm" id="input-confirm" class="form-control">
        <!-- Error Confirm Password -->
        <div class="for-error error-confirm"></div>
      </div>
    </div>
  </fieldset>
  <fieldset>
    <legend>Newsletter</legend>
    <div class="form-group">
      <label class="col-sm-2 control-label">Subscribe</label>
      <div class="col-sm-10">
        <label class="radio-inline">
          <input type="radio" name="newsletter" value="1"> Ναι</label>
        <label class="radio-inline">
          <input type="radio" name="newsletter" value="0" checked="checked"> Όχι</label>
      </div>
    </div>
  </fieldset>
  <div class="buttons">
    <div class="pull-right">I have read and agree to the <a href="https://op4.webnapps.gr/index.php?route=information/information/agree&amp;information_id=3" class="agree"><b>Privacy Policy</b></a>
      <input type="checkbox" name="agree" value="1"> &nbsp; <input type="button" onclick="ocajaxlogin.registerAction();" value="Συνέχεια" class="btn btn-primary">
      <img class="ajax-load-img" alt="" src="https://op4.webnapps.gr/image/catalog/AjaxLoader.gif" width="30" height="30">
    </div>
  </div>
</form>

Name: subscribe

<form name="subscribe" id="subscribe-normal">
  <input type="text" value="" name="subscribe_email" id="subscribe_email-normal" placeholder="Enter you email address here...">
  <input type="hidden" value="" name="subscribe_name" id="subscribe_name">
  <a class="btn" onclick="email_subscribe()">Subscribe</a>
</form>

Name: subscribe

<form name="subscribe" id="subscribe_popup">
  <div>
    <!-- <span class="required">*</span><span>Enter you email address here...</span>-->
    <input type="text" value="" name="subscribe_pemail" id="subscribe_pemail" placeholder="Enter you email address here...">
    <input type="hidden" value="" name="subscribe_pname" id="subscribe_pname">
    <div id="notification"></div>
    <a class="button" onclick="email_subscribepopup()"><span>Subscribe</span></a>
  </div>
</form>

Text Content

 * Νόμισμα: EUR
    * Euro €
    * $ US Dollar

 * Γλώσσα: el-gr
    * Ελληνικά
    * English

 * Ο Λογαριασμός μου
    * Δημιουργία Λογαριασμού
    * Σύνδεση Λογαριασμού

All Categories

 * All Categories
 * Desktops
 * PC
 * Mac
 * Laptops & Notebooks
 * Macs
 * Windows
 * Components
 * Mice and Trackballs
 * Monitors
 * test 1
 * test 2
 * Printers
 * Scanners
 * Web Cameras
 * Tablets
 * Software
 * Phones & PDAs
 * Cameras
 * MP3 Players
 * test 11
 * test 12
 * test 15
 * test 16
 * test 17
 * test 18
 * test 19
 * test 20
 * test 25
 * test 21
 * test 22
 * test 23
 * test 24
 * test 4
 * test 5
 * test 6
 * test 7
 * test 8
 * test 9

Search

Compare Λίστα Επιθυμιών (0)
0 προϊόν(τα) - my cart0.00

 * Το καλάθι είναι άδειο!




CATEGORIES

Desktops
PCMac

Laptops & Notebooks
MacsWindows

MP3 Players
test 11test 12test 15test 16test 17
test 18test 19test 20
test 25
test 21test 22
test 23test 24test 4test 5
test 6test 7test 8test 9

Components
Mice and TrackballsMonitors
test 1test 2
Printers
Scanners
Web Cameras

Tablets
Software
Phones & PDAs
Cameras
Categories
 * Desktops
   * PC
   * Mac
 * Laptops & Notebooks
   * Macs
   * Windows
 * Components
   * Mice and Trackballs
   * Monitors
     * test 1
     * test 2
   * Printers
   * Scanners
   * Web Cameras
 * Tablets
 * Software
 * Phones & PDAs
 * Cameras
 * MP3 Players
   * test 11
   * test 12
   * test 15
   * test 16
   * test 17
   * test 18
   * test 19
   * test 20
     * test 25
   * test 21
   * test 22
   * test 23
   * test 24
   * test 4
   * test 5
   * test 6
   * test 7
   * test 8
   * test 9

Αρχική
Components
Mice and TrackballsMonitors
test 1test 2
Printers
Scanners
Web Cameras

MP3 Players
test 11test 12test 15test 16test 17
test 18test 19test 20
test 25
test 21test 22
test 23test 24test 4test 5
test 6test 7test 8test 9

Tablets
Software
Cameras





LOGIN OR CREATE AN ACCOUNT

Close


RETURNING CUSTOMER

I am a returning customer

E-Mail Address
Password Forgotten Password
Σύνδεση Create an account


LOGIN OR CREATE AN ACCOUNT

Close


REGISTER ACCOUNT

If you already have an account with us, please login at the login form.

Your Personal Details
Customer Group
Default
First Name

Last Name

E-Mail

Telephone

Your Password
Password

Password Confirm

Newsletter
Subscribe
Ναι Όχι
I have read and agree to the Privacy Policy  



Ο ΛΟΓΑΡΙΑΣΜΌΣ ΣΑΣ ΈΧΕΙ ΔΗΜΙΟΥΡΓΗΘΕΊ!

Σας ευχαριστούμε για την εγγραφή σας. Smart Store!

Θα ενημερωθείτε μέσω e-mail μόλις ενεργοποιηθεί ο λογαριασμός σας από τον
ιδιοκτήτη του καταστήματος.

Εάν έχετε ΟΠΟΙΕΣΔΗΠΟΤΕ ερωτήσεις σχετικά με τη λειτουργία του ηλεκτρονικού
καταστήματος, παρακαλώ επικοινωνήστε μαζί μας..

Συνέχεια


ΑΠΟΣΎΝΔΕΣΗ

Έχετε αποσυνδεθεί από τον λογαριασμό σας. Είναι ασφαλές πλέον να απομακρυνθείτε
από τον υπολογιστή.

Το περιεχόμενο του καλαθιού αγορών σας έχει αποθηκευτεί και θα επανέλθει όταν
συνδεθείτε ξανά στον λογαριασμό σας.

Συνέχεια




PRODUCTS MODULE

There is no product


TABS PRODUTS

 * Tab title
 * Tab title



SAMSUNG GALAXY TAB 10.1

Price:

199.99€

199.99€

Καλάθι Επιθυμητό Σύγκριση

Hewlett-Packard

HP LP3065

Price:

100.00€

100.00€

Καλάθι Επιθυμητό Σύγκριση

Apple

IPOD CLASSIC

Price:

100.00€

100.00€

Καλάθι Επιθυμητό Σύγκριση

Sony

SONY VAIO

Price:

1,000.00€

1,000.00€

Καλάθι Επιθυμητό Σύγκριση

Apple

MACBOOK PRO

Price:

2,000.00€

2,000.00€

Καλάθι Επιθυμητό Σύγκριση

Apple

MACBOOK AIR

Price:

1,000.00€

1,000.00€

Καλάθι Επιθυμητό Σύγκριση

Apple

MACBOOK

Price:

500.00€

500.00€

Καλάθι Επιθυμητό Σύγκριση
-10%


Apple

APPLE CINEMA 30"

Price:

90.00€

100.00€

90.00€

Καλάθι Επιθυμητό Σύγκριση

Apple

IMAC

Price:

100.00€

100.00€

Καλάθι Επιθυμητό Σύγκριση

Apple

IPHONE

Price:

101.00€

101.00€

Καλάθι Επιθυμητό Σύγκριση

Apple

IPOD NANO

Price:

100.00€

100.00€

Καλάθι Επιθυμητό Σύγκριση

PRODUCT 8

Price:

100.00€

100.00€

Καλάθι Επιθυμητό Σύγκριση
prev
next

-10%


Apple

APPLE CINEMA 30"

Price:

90.00€

100.00€

90.00€

Καλάθι Επιθυμητό Σύγκριση
-20%


Canon

CANON EOS 5D

Price:

80.00€

100.00€

80.00€

Καλάθι Επιθυμητό Σύγκριση
prev
next




TABS PRODUTS

 * Tab title
 * Tab title
 * Tab title



There is no product

prev
next


There is no product

prev
next


There is no product

prev
next




PRODUCTS MODULE

SAMSUNG GALAXY TAB 10.1

Price:

199.99€

199.99€

Available:Pre-Order

Apple

IPOD CLASSIC

Price:

100.00€

100.00€

Available:In Stock

Hewlett-Packard

HP LP3065

Price:

100.00€

100.00€

Available:In Stock

Sony

SONY VAIO

Price:

1,000.00€

1,000.00€

Available:In Stock

Apple

MACBOOK PRO

Price:

2,000.00€

2,000.00€

Available:In Stock

Apple

MACBOOK AIR

Price:

1,000.00€

1,000.00€

Available:In Stock

Apple

MACBOOK

Price:

500.00€

500.00€

Available:In Stock

Apple

APPLE CINEMA 30"

Price:

90.00€

100.00€

90.00€

Available:In Stock

Apple

IMAC

Price:

100.00€

100.00€

Available:In Stock

Apple

IPHONE

Price:

101.00€

101.00€

Available:In Stock

Apple

IPOD NANO

Price:

100.00€

100.00€

Available:In Stock

PRODUCT 8

Price:

100.00€

100.00€

Available:In Stock

prev
next



PRODUCTS MODULE

There is no product


LATEST FROM OUR BLOG

No articles


TESTIMONIALS

There is no testimonial


PRODUCTS MODULE

There is no product


SIGN UP FOR NEWSLETTERS

Get e-mail updates about our latest shop and special offers.
Subscribe


ΠΛΗΡΟΦΟΡΊΕΣ

 * About Us
 * Delivery Information
 * Privacy Policy
 * Terms & Conditions
 * Αγορά Δωροεπιταγής
 * Πρόγραμμα Συνεργατών

ΕΞΥΠΗΡΈΤΗΣΗ ΠΕΛΑΤΏΝ

 * Επικοινωνήστε μαζί μας
 * Επιστροφές
 * Χάρτης Ιστότοπου
 * Ο Λογαριασμός μου
 * Ιστορικό Παραγγελιών
 * Πρόγραμμα Συνεργατών

ΠΕΡΙΣΣΌΤΕΡΑ

 * Ευρετήριο Κατασκευαστών
 * Αγορά Δωροεπιταγής
 * Πρόγραμμα Συνεργατών
 * Προσφορές
 * Ιστορικό Παραγγελιών
 * Λίστα Επιθυμιών

Ο ΛΟΓΑΡΙΑΣΜΌΣ ΜΟΥ

 * Ο Λογαριασμός μου
 * Ιστορικό Παραγγελιών
 * Λίστα Επιθυμιών
 * Ενημερώσεις
 * Πρόγραμμα Συνεργατών
 * Προσφορές


Powered By OpenCart
Smart Store © 2024


Close


NEWSLETTER

Subscribe to our newsletters now and stay up-to-date with new collections, the
latest lookbooks and exclusive offers.

Subscribe
Don't show this popup again