We've optimised the meaning of 'value'. Get more for your money with Optically. Here's why we are loved:
We are Australia's first Optical warehouse. You can shop online or visit us in Edgecliff, Sydney where you can choose from hundreds of on-trend optical frames and sunglasses.
Lowest price guarantee. It's highly unlikely, but if you find cheaper (Made in Australia) prescription glasses elsewhere, just call us - we will beat their price by 5%.
Easy returns anytime within 60 days. Please note that the glasses should be in original condition with the original packaging. Just like any other retailer, we cannot accept returns for old/used glasses.
Australian, Sydney based personalised customer service.
Made in Sydney, directly at an Optical warehouse and hence never beaten on lens glazing craftsmanship and price.
We can replace lenses in your existing frame. Read more about our Glasses Reglazing service.
We are Australian Optical specialists. We are extremely confident of the quality of our optical frames and glazing service. You can shop online or visit us at our Optical store in Edgecliff, Sydney to view our spectacle frames, sunglasses and prescription lenses.
We are accredited and recognised by ALL Australian Health Funds. After you have purchased your prescription glasses/sunglasses from us, we will send you an itemised invoice. Depending on your level of health cover, you can claim for your glasses purchase from your Health Fund provider. Kindly note that most of our client's are able to claim for their optical purchase in full.
Sorry! We are currently out of stock for products in the brand oxydo category.
Please visit another category to view our range of Spectacles
Oxydo Eyewear Online
Buy Oxydo Glasses Online!
If you are looking for sunglasses with an unconventional attitude then check for Oxydo glasses. Oxydo, an Italian eyewear brand is specially designed to match the taste of young and refined people. Oxydo is one of the 5 popular eyewear manufacturers under Safilo brand label. Oxydo offers stylish eyeglasses for people who want stand out of the crowd. Oxydo has recently launched Oxydo LAB at Miami.
The distinctive colours, elegant style, killer appeal and high-quality material makes the eyewear favourable among young crowd. Oxydo prescription glasses are crafted gracefully in assorted styles, right from retro to metro to chic to sassy. The new nude tone offered by Oxydo instantly grabs attention of the onlookers. The design shops can be found in varied locations around the world, while these branded glasses are also available on online stores. You can shop for these glasses, conveniently at Optically.
$(document).ready(function () {
// Configure/customize these variables.
var showChar = 10; // How many characters are shown by default
var ellipsestext = "...";
var moretext = "Read more";
var lesstext = "Hide this";
$('.more').each(function () {
var content = $(this).html();
if (content.length > showChar) {
var c = content.substr(0, showChar);
var h = content.substr(showChar, content.length - showChar);
var html = c + '' + ellipsestext + ' ' + h + '' + moretext + '';
$(this).html(html);
}
});
$(".morelink").click(function () {
if ($(this).hasClass("less")) {
$(this).removeClass("less");
$(this).html(moretext);
} else {
$(this).addClass("less");
$(this).html(lesstext);
}
$(this).parent().prev().toggle();
$(this).prev().toggle();
return false;
});
});
//
$(function() {
var elemlist = $("#listCollectionsElem");
var listitems = elemlist.children();
var listouter = $('#listCollectionsOuter');
var updateListUI = function() {
var listmaxWidth = listitems.outerWidth(true);
var listactualWidth = 0;
$.each($('#listCollectionsInner >'), function(i, item) {
listactualWidth += $(item).outerWidth(true);
});
if (listactualWidth < listmaxWidth) {
$('#listright-button').css('visibility', 'hidden');
$("#listCollectionsInner").removeClass("listCollectionsVariable-width");
}else{
$('#listright-button').css('visibility', 'visible');
$('.listCollectionsVariable-width').slick({
infinite: false,
variableWidth: true,
slidesToShow: 1,
slidesToScroll: 1,
swipe: false,
prevArrow:"",
nextArrow:"",
responsive: [
{
breakpoint: 1023,
settings: "unslick"
}
]
});
$('.listCollectionsVariable-width').on('afterChange', function(event, slick, currentSlide, nextSlide,t,e,slider,i){
console.log(currentSlide);
var listlElRect = slick.$slides[slick.slideCount - 1].getBoundingClientRect();
var listrOffset = listlElRect.x + listlElRect.width;
var listwraRect = $('.slick-list', $(".listCollectionsVariable-width")).get(0).getBoundingClientRect();
if (listrOffset < (listwraRect.x + listwraRect.width)) {
$('.slick-next', $(".listCollectionsVariable-width")).addClass('slick-disabled');
}
});
}
};
updateListUI();
});
//store
//var AuDatesyd = new Date().getDay("en-US", {timeZone: "Australia/Perth"});
var AuDate = new Date().getDay("en-US", {timeZone: "Australia/Sydney"});
var edgecliffStoretext;
switch (AuDate) {
case 1:
edgecliffStoretext = "";
break;
case 2:
edgecliffStoretext = "";
break;
default:
edgecliffStoretext = " - Open Today";
}
$(function () {
$('.locationsPopup a[data-toggle=popover]').popover({
html : true,
template:'
'
});
});
$('.locationsPopup a[data-toggle=popover]').on('shown.bs.popover', function () {
$(".sydneyStorecontact").html(edgecliffStoretext);
});
$(document).on("click", ".locationsPopover .popover-close" , function(){
$(this).parents(".locationsPopover").popover('hide');
});
$('body').on('click', function (e) {
$('.locationsPopup a[data-toggle=popover]').each(function () {
// hide any open popovers when the anywhere else in the body is clicked
if (!$(this).is(e.target) && $(this).has(e.target).length === 0 && $('.popover').has(e.target).length === 0) {
$(this).popover('hide');
}
});
});
-->