Printing on a creative shape metal panel

Get out of the ordinary by immortalizing your most beautiful memories on original metal panels! Creative metal sublimation will add a little spice to your home! Get a dynamic decor with your photo montage printed on metal: your guests will be blown away!

  • Unique Shapes

  • Sizes vary from 8x8 to 12x12

  • White gloss finish

Personalise Your Project

Mounting Options

This is some text inside of a div block.
This is some text inside of a div block.
Price:
0.00
0.00
Price:
0.00
// Set default size $(document).ready(function(){ setTimeout(function(){ $('#1630474')[0].click(); }, 1000); }); $("#horizontal").click(function() { $('#1630474')[0].click(); }); $("#vertical").click(function() { $('#1630486')[0].click(); }); $("#square").click(function() { $('#1630479')[0].click(); }); // When a size is clicked $(".size-button").click(function() { var price = $(this).attr("data-price"); $("#repodata").attr("data-price", price); var priceInt = parseInt($(this).attr("data-price")); var priceTxt = String(price); var priceFixed = ("$" + priceTxt); var imageLink = $(this).attr("data-image-link"); var priceoption1 = $(this).attr("data-option-1-price"); $("#repodata").attr("data-option-1-price", priceoption1); var priceoption2 = $(this).attr("data-option-2-price"); $("#repodata").attr("data-option-2-price", priceoption2); var link = $(this).attr("data-link"); $("#repodata").attr("data-link", link); $('#option1')[0].click(); // Set local rebate variables var rebateVar = $(this).attr("data-special-price"); var rebateVarString = String(rebateVar); var rebateVarInt = parseInt(rebateVar); var rebateTxt = (rebateVarString + "% Rebate"); var startFlag = $(this).attr("data-rebate-start-flag"); var rebateEnd = $(this).attr("data-special-end-text"); var endFlag = $(this).attr("data-rebate-end-flag"); var indiRebate = (priceInt - ((rebateVarInt/100)*priceInt)); var rebateFixed = ("$" + indiRebate.toFixed(2)); // Set global rebate variables var globalEndFlag = $("#repodata").attr("data-global-end-flag"); var globalStartFlag = $("#repodata").attr("data-global-start-flag"); var globalRebateVar = $("#repodata").attr("data-global-rebate"); var globalRebateVarString = String(globalRebateVar); var globalRebateVarInt = parseInt(globalRebateVar); var globalRebateTxt = (globalRebateVarString + "% Rebate"); var globalRebate = (priceInt - ((globalRebateVarInt/100)*priceInt)); var globalRebateFixed = ("$" + globalRebate.toFixed(2)); var globalRebateEnd = $("#repodata").attr("data-global-end"); // Check which rebate will apply if (globalEndFlag == "on" && globalStartFlag == "on") { $("#regPriceDiv").hide(); $("#rebateDiv").show(); $("#rebPrice").text(priceFixed); $("#priceRebate").text(globalRebateFixed); $("#rebateAmount").text(globalRebateTxt); $("#rebateDate").text(globalRebateEnd); $("#repodata").attr("data-rebate-flag", "on"); $("#repodata").attr("data-rebate-percentage", globalRebateVar); } else if (endFlag == "on" && startFlag == "on") { $("#regPriceDiv").hide(); $("#rebateDiv").show(); $("#rebPrice").text(priceFixed); $("#priceRebate").text(rebateFixed); $("#rebateAmount").text(rebateTxt); $("#rebateDate").text(rebateEnd); $("#repodata").attr("data-rebate-flag", "on"); $("#repodata").attr("data-rebate-percentage", rebateVar); } else { $("#rebateDiv").hide(); $("#regPriceDiv").show(); $("#price").text(priceFixed); $("#repodata").attr("data-rebate-flag", "off"); $("#repodata").attr("data-rebate-percentage", ""); } // Set HTML changes on the page var format = $(this).attr("data-name"); $(".size-button").css("border", "none"); $(this).css("border", "1px solid #000"); $("#orderbutton").css("display", "block"); $("#priceColumn").css("display", "inline-block"); $("#sizechosen").html(": " + format); $(".option-1-tabs").attr("aria-selected", "false"); $('a[href="#w-tabs-1-data-w-pane-0"]').click(); $('#imageHolder').css('background-image', 'url("' + imageLink + '")'); $('#imageHolder').css('background-repeat', 'no-repeat'); // Change preview image size var cw = parseInt(($(this).attr("data-cw"))); var cwpx = cw*6.53 var brwpx = cwpx+20 var ch = parseInt(($(this).attr("data-ch"))); var chpx = ch*6.53 var brhpx = chpx+20 $("#previewImage").css("width", cwpx); $("#previewImage").css("height", chpx); $("#previewImage2").css("width", brwpx); $("#previewImage2").css("height", brhpx); }); // Set options $("#option1").click(function() { var option1Link = $("#repodata").attr("data-option-1"); setTimeout(function(){ var basedPrice = parseFloat($("#repodata").attr("data-price")); var option1Price = $("#repodata").attr("data-option-1-price"); $("#titlePriceFrames").text( "+" + "$" + option1Price); var optionPrice = parseFloat(option1Price); var pricetotal = basedPrice + optionPrice; if ($("#repodata").attr("data-rebate-flag") == "on") { var rebate = parseInt($("#repodata").attr("data-rebate-percentage")); var priceRebate = (pricetotal-((rebate/100)*pricetotal)).toFixed(2); $("#rebPrice").text("$" + pricetotal); $("#priceRebate").text("$" + priceRebate); } $("#price").text("$" + pricetotal); $("#repodata").attr("data-option-link", option1Link); }, 200); }); $("#option2").click(function() { var option2Link = $("#repodata").attr("data-option-2"); setTimeout(function(){ var basedPrice = parseFloat($("#repodata").attr("data-price")); var option2Price = $("#repodata").attr("data-option-2-price"); $("#titlePriceFrames").text( "+" + "$" + option2Price); var optionPrice = parseFloat(option2Price); var pricetotal = basedPrice + optionPrice; if ($("#repodata").attr("data-rebate-flag") == "on") { var rebate = parseInt($("#repodata").attr("data-rebate-percentage")); var priceRebate = (pricetotal-((rebate/100)*pricetotal)).toFixed(2); $("#rebPrice").text("$" + pricetotal); $("#priceRebate").text("$" + priceRebate); } $("#price").text("$" + pricetotal); $("#repodata").attr("data-option-link", option2Link); }, 200); }); // Set final link grabbing info from repo $("#orderbutton").click(function() { var key = '<%= cart.sessionId %>'; var link = "https://codex.mydakis.com/#/load/fr/42a36c20-df04-012b-f3ea-00163e08a1c2/"; var productLink = $("#repodata").attr("data-link"); var domain = "/https%3A%2F%2Fimpression.gosselinphoto.ca%2F/page.html/0000/ignored/true?cartPage=cart&qty=1&" var productOptionLink = $("#repodata").attr("data-option-link"); var finalUrl = (link + productLink + "/" + key + domain + productOptionLink); $("#orderbutton").attr("href", finalUrl); });
<% console.log(cart) %>
13
3
2023
20
3
2023
20

Lightweight & Durable

Sublimation printing is a technology by which images are reproduced on a variety of surfaces. Instead of printing the image directly on the surface, which can be easily scratched, it is integrated into the coating. This guarantees highly durable protection without needing to hide your image behind glass.

Admiration-Ready

Hang your new décor on your wall or place it on your desk. Don’t forget to tell us how you intend to display your work so our specialists can install the appropriate support.

100% Happiness Guaranteed

Gosselin wants you to be completely satisfied with your purchase. If for any reason you want to return or exchange an item, we will be glad to do it! This is part of Gosselin's Guaranteed Satisfaction policy.

more info

Holiday Cards & Gift Ideas

Little Gift Ideas to keep you warm during the holiday season. Come see us in our store. Our experts will help you choose the best gifts for your loved ones.

shop all photo gifts

photobooks

Little Gift Ideas to keep you warm during the holiday season. Come see us in our store. Our experts will help you choose the best gifts for your loved ones.

shop all photobooks

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore .

shop all photo gifts