Page 1 of 1

Custom template for Order Anywhere embed iframe

PostPosted: Tue Sep 03, 2013 10:23 am
by eileenv
Is there a way to customize the style of the Order Anywhere embed iframe? I created a custom template for this purpose using a copy of the em_BasicLayout.sst template. The css changes do not pass through. Font style css calls do not render in the embedded iframe. (e.g., the default font is serif and I want sans serif.) In this forum I saw a post that suggested this is possible, but I cannot get it to work. One would think at least that the embed code would use the assigned store template css, but the embed-iframe does not recognize the store template either. Any suggestions?

Re: Custom template for Order Anywhere embed iframe

PostPosted: Wed Sep 04, 2013 8:50 am
by Jim
The Order Anywhere embedded code is displayed in an iFrame so it is actually a separate html page and does not necessarily have access to anything on the parent page that it is embedded in. So make sure that you include any styles that you want used in that frame in the actual template itself and don't rely of things being passed from the main page.