Free Shipping over $99!
2025 Irving Blvd #107, Dallas, TX 75207
Questions? Give us a call!
214-744-5511
Store Hours: M - F: 10 AM to 4 PM / SAT 10 AM to 3 PM
Questions? Give us a call!
214-744-5511
Toll Free Number
800-688-0211
Store Hours: M - F: 10 AM to 4 PM / SAT 10 AM to 3 PM
<%= totalItem %>
<%= subTotal %>
Photo
Digital SLRs
Mirrorless Cameras
Lenses
Lens Converters
Flashes
Bags & Cases
Flash Accessories
Memory Cards
Shop All Photo Equipment
Video
Video Cameras
Microphones & Accessories
LED Lighting
On-Camera LED
Wireless Mics
Electronic Gimbals
Audio Recorders
Video Monitors
Video Tripod
Video Bags
Podcast Gear
LiveStream
Shop All Video Equipment
Lighting
Backgrounds
Light Stands & Accessories
Studio Lighting Kits
Studio Lights
Location Lighting
Reflectors and Umbrellas
Studio Accessories
Shop All Lighting Equipment
Used
Rentals
Classes & Events
Services
Menu
<%= totalItem %>
<%= subTotal %>
X
Get the Competitive Advantage
*
indicates required
Email Address
*
First Name
*
Last Name
*
Home
›
Shopping Cart
›
Checkout
var dakisMerchantId = '<%= cart.id %>'; var dakisId = '<%= cart.id %>'; var dakisEmail = '<%= cart.customer.email %>'; var dakisCountry = '<%= cart.addresses.billing.country_iso %>'; if(dakisCountry === "") { dakisCountry= "US" }; var datePurchased = new Date(); var deliveryDate = new Date(); deliveryDate.setDate(datePurchased.getDate() + 5); var yyyy = deliveryDate.getFullYear(); var mm = deliveryDate.getMonth() + 1; var dd = deliveryDate.getDate(); if(dd<10) { dd='0'+dd }; if(mm<10) { mm='0'+mm }; var delivery = yyyy+'-'+mm+'-'+dd; window.renderOptIn = function() { console.log({ "estimated_delivery_date": delivery}), window.gapi.load('surveyoptin', function() { window.gapi.surveyoptin.render( { // REQUIRED FIELDS "merchant_id": 556509509, "order_id": dakisId, "email": dakisEmail, "delivery_country": dakisCountry, "estimated_delivery_date": delivery }); }); } var script = document.createElement('script'); script.async = true; script.defer = true; script.setAttribute('src', 'https://apis.google.com/js/platform.js?onload=renderOptIn'); document.head.appendChild(script);