get.synocell.com
Open in
urlscan Pro
2606:4700:20::681a:4f4
Public Scan
URL:
https://get.synocell.com/
Submission: On January 12 via api from US — Scanned from US
Submission: On January 12 via api from US — Scanned from US
Form analysis
1 forms found in the DOMName: paymentForm —
<form id="paymentForm" name="paymentForm" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email" novalidate="novalidate">
<h3 class="tpl-6__checkout__title mb-sm-24 mb-16">Checkout</h3>
<h4 class="tpl-6__checkout__subtitle mb-sm-20 mb-16">Contact</h4>
<div class="row mobile-display">
<div class="col-sm-6 col-12">
<div class="form-group d-flex flex-column">
<input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.first_name !== ''}" autofill="" id="fname" name="fname" ng-model="order.customer.first_name"
required="" spellcheck="false" value="" autocomplete="given-name">
<label for="fname" class="order-1">First Name</label>
</div>
</div>
<div class="col-sm-6 col-12">
<div class="form-group d-flex flex-column">
<input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.last_name !== ''}" autofill="" id="lname" name="lname" ng-model="order.customer.last_name"
required="" spellcheck="false" value="" autocomplete="family-name">
<label for="lname" class="order-1">Last Name</label>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-12">
<div class="form-group d-flex flex-column">
<input type="email" class="form-control form-control--icon form-control--email order-2 ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.email !== ''}" autofill="" id="email"
name="email" ng-model="order.customer.email" required="" spellcheck="false" value="" autocomplete="email">
<label for="email" class="order-1">Email Address</label>
</div>
</div>
<div class="col-sm-6 col-12">
<!-- ngIf: checkoutState.product.properties.phone_number_field -->
</div>
</div>
<h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Payment Methods</h4>
<div id="payments" class="tpl-6__payment mb-sm-34 mb-24 mx-sm-0 mx-n16 p-sm-24 p-16">
<div class="row">
<div class="col-sm-auto col-12 order-sm-1 mt-sm-0 mt-16 order-1">
<div class="custom-control custom-radio m-0">
<input type="radio" id="creditCardRadio" name="paymentMethods" data-toggle="collapse" data-target="#cards:not(.show)" class="custom-control-input" ng-click="setPaymentType('cc_processor')" aria-expanded="true" checked="">
<label class="custom-control-label d-flex align-items-center" for="creditCardRadio">
<img class="mastercard" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/mastercard-minimalist.svg" alt="mastercard minimalist">
<img class="visa" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/visa-minimalist.svg" alt="visa minimalist">
<img class="discover" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/discover-minimalist.svg" alt="discover minimalist">
<img class="amex" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/amex-minimalist.svg" alt="amex minimalist">
<img class="diners" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/diners-minimalist.svg" alt="diners minimalist">
<img class="jcb" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/jcb-minimalist.svg" alt="jcb minimalist">
</label>
</div>
</div>
<div id="cards" class="col-12 collapse show order-sm-3 order-3" data-parent="#payments">
<!-- ngIf: processor_selection === 'cc_processor' -->
<div class="cc-processor-form ng-scope" ng-if="processor_selection === 'cc_processor'">
<div class="pt-sm-34 pt-16">
<div class="form-group d-flex flex-column">
<input type="text" class="form-control order-2 js-card-number auth-net ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required typed" ng-class="{ 'typed': order.card.number !== ''}" placeholder="Credit Number" autofill=""
id="ccnum" name="ccnum" data-stripe="number" value="" ng-model="order.card.number" required="">
</div>
<div class="row mx-sm-n12 mx-n8">
<div class="col-sm-4 col-6 px-sm-12 px-8">
<div class="form-group d-flex flex-column">
<select class="form-control order-2 auth-net ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required typed" ng-class="{ 'typed': order.card.exp_month !== ''}" autofill="" data-stripe="exp-month" id="expmonth"
name="expmonth" ng-model="order.card.exp_month" required="">
<option value="">Month</option>
<option value="01">01 - January</option>
<option value="02">02 - February</option>
<option value="03">03 - March</option>
<option value="04">04 - April</option>
<option value="05">05 - May</option>
<option value="06">06 - June</option>
<option value="07">07 - July</option>
<option value="08">08 - August</option>
<option value="09">09 - September</option>
<option value="10">10 - October</option>
<option value="11">11 - November</option>
<option value="12">12 - December</option>
</select>
</div>
</div>
<div class="col-sm-4 col-6 px-sm-12 px-8">
<div class="form-group d-flex flex-column">
<select class="form-control order-2 auth-net ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required typed" ng-class="{ 'typed': order.card.exp_year !== ''}" autofill="" data-stripe="exp-year" id="expyear" name="expyear"
ng-model="order.card.exp_year" required="">
<option value="">Year</option>
<option value="2024">2024</option> 2024 <option value="2025">2025</option> 2025 <option value="2026">2026</option> 2026 <option value="2027">2027</option> 2027 <option value="2028">2028</option> 2028 <option value="2029">2029
</option> 2029 <option value="2030">2030</option> 2030 <option value="2031">2031</option> 2031 <option value="2032">2032</option> 2032 <option value="2033">2033</option> 2033 <option value="2034">2034</option> 2034 <option
value="2035">2035</option> 2035 <option value="2036">2036</option> 2036 <option value="2037">2037</option> 2037 <option value="2038">2038</option> 2038 <option value="2039">2039</option> 2039 <option value="2040">2040</option>
2040 <option value="2041">2041</option> 2041 <option value="2042">2042</option> 2042 <option value="2043">2043</option> 2043
</select>
</div>
</div>
<div class="col-sm-4 col-12 px-sm-12 px-8">
<div class="form-group d-flex flex-column">
<input type="text" class="form-control order-2 auth-net ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required typed" ng-class="{ 'typed': order.card.cvc !== ''}" placeholder="CVV" autofill="" id="CVV2" name="CVV2"
data-stripe="cvc" value="" ng-model="order.card.cvc" required="">
</div>
</div>
<!-- ngIf: isVerifyZipCode -->
</div>
</div>
</div><!-- end ngIf: processor_selection === 'cc_processor' -->
</div>
</div>
</div>
<h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Order Summary</h4>
<div id="order-summary-widget" box-loading="contextRefresh">
<div id="summary-totals" class="box">
<div class="invoice-item subtotal-row ng-hide" ng-show="checkoutContext.order.invoice.subtotal !== checkoutContext.order.invoice.total">
<div class="invoice-label-col">
<span class="invoice-item-label">Subtotal:</span>
</div>
<div class="invoice-amount-col float-right text-right">
<span class="invoice-item-amount ng-binding">$59.99</span>
</div>
</div>
<div class="invoice-item tax-row ng-hide" ng-show="checkoutContext.order.invoice.tax !== 0">
<div class="invoice-label-col">
<span class="invoice-item-label">Tax:</span>
</div>
<div class="invoice-amount-col float-right text-right">
<span class="invoice-item-amount ng-binding">$0.00</span>
</div>
</div>
<div class="invoice-item shipping-row ng-hide" ng-show="checkoutContext.order.invoice.shipping !== 0">
<div class="invoice-label-col">
<span class="invoice-item-label">Shipping:</span>
</div>
<div class="invoice-amount-col float-right text-right">
<span class="invoice-item-amount ng-binding">$0.00</span>
</div>
</div>
<div class="invoice-item discount-row ng-hide" ng-show="checkoutContext.order.invoice.discount !== 0">
<div class="invoice-label-col">
<span class="invoice-item-label">Discounts:</span>
</div>
<div class="invoice-amount-col float-right text-right">
<span class="invoice-item-amount ng-binding">-$0.00</span>
</div>
</div>
<div class="invoice-item total-row">
<div class="invoice-label-col">
<span class="invoice-item-label">Total:</span>
</div>
<div class="invoice-amount-col float-right text-right">
<span class="invoice-item-amount ng-binding" id="total">$59.99 </span>
</div>
</div>
<!-- ngIf: subscriptionsByProductId[checkoutContext.order.invoice.items[0].product_id] -->
</div>
</div>
<div class="tpl-6__order text-center pt-sm-30 py-24">
<!-- ngIf: processor_selection !== 'digital_wallet' --><button type="submit" class="btn btn-primary mx-auto mb-sm-12 mb-20 w-100 main-cta ng-scope" id="placeOrder" name="placeOrder" ng-click="placeOrder('L2k4pLFkh6sT3IuS2Lesxu3k')"
ng-disabled="shippingCountryIsRestricted || isProcessingOrder" ng-if="processor_selection !== 'digital_wallet'"> Place Order Now </button><!-- end ngIf: processor_selection !== 'digital_wallet' -->
<div id="payment-request-button" class="mx-auto mb-sm-12 mb-20 ng-hide" ng-show="processor_selection === 'digital_wallet'"></div>
</div>
</form>
Text Content
THIS PRODUCT IS IN TEST MODE NO LIVE CHARGES CAN BE MADE. TO TEST USE CC NUMBER "4242 4242 4242 4242". CHECKOUT CONTACT First Name Last Name Email Address PAYMENT METHODS Month 01 - January 02 - February 03 - March 04 - April 05 - May 06 - June 07 - July 08 - August 09 - September 10 - October 11 - November 12 - December Year 2024 2024 2025 2025 2026 2026 2027 2027 2028 2028 2029 2029 2030 2030 2031 2031 2032 2032 2033 2033 2034 2034 2035 2035 2036 2036 2037 2037 2038 2038 2039 2039 2040 2040 2041 2041 2042 2042 2043 2043 ORDER SUMMARY Subtotal: $59.99 Tax: $0.00 Shipping: $0.00 Discounts: -$0.00 Total: $59.99 Place Order Now © 2024 Synocell. All Rights Reserved. PROCESSING