Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
swamphox
Experienced
Topic Author
Posts: 136
Joined: 29 Nov 2007, 07:05

Third Party Shopping Cart

01 Jul 2013, 19:27

I am trying different options for ecommerce and I have one that offers to install a "widget code to link products. Here is the code to one from a test page. Is it possible to use this type of html code in the flash version of the site?

<!-- Begin Wazala Code -->
<script type="text/javascript" charset="utf-8"><!--
var is_ssl = ("https:" == document.location.protocol);
var setsHost = is_ssl ? "https://www.wazala.com/widget/" : "http://www.wazala.com/widget/";
document.write("<"+"script src='" + setsHost + "js/widget_over.js?v=1&rnd="+new Date().getTime()+"' type='text/javascript'" + "><" + "/script" + ">");
//--></script>

<script type="text/javascript" charset="utf-8">
var store_widget_options = {};
store_widget_options.ver = 1;
store_widget_options.display = "embed";
store_widget_options.nickname = "swamphox";
store_widget_options.lang = "en";
store_widget_options.wazalaURL = setsHost;
var store_widget = new WazalaWidget.widget(store_widget_options);
</script>
<!-- End Wazala Code -->

Thanks for your help.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Third Party Shopping Cart

02 Jul 2013, 00:40

It might be possible, but everything gets unnecessarily complicated when it comes to Flash, and it would probably take some custom work to build this into flash. Sorry to say, I don't think you can count on getting this to work in the current flash version, but maybe the next version of Imagevue coming later this year ...