Page 1 of 1

Third Party Shopping Cart

Posted: 01 Jul 2013, 19:27
by swamphox
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.

Re: Third Party Shopping Cart

Posted: 02 Jul 2013, 00:40
by mjau-mjau
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 ...