Third Party Shopping Cart
Posted: 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.
<!-- 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.