CashieCommerce Code

Thanks again for all the support in the past. I running 1.4.2.3 [9900] (Official Build)and I am using the ZenPage Theme

I ventured to adding a shoping cart from a 3rd party. Cashie Commerce. It works by them supply code snippets that you then past into your pages. I got one of their options to work by creating Individual Pages and pasting the code into the CodeBlock section. Another option is to past a different set of code to create idividual pages for each item.

I am trying to add the following code into the image level detail view of an item in an ablum. I have tried adding it to the description, custom data, and code block. Is there anything you can think of that would prevent this code from running?

<script type="text/javascript">_cashieProductID=32557;document.write(unescape("%3Cscript src='" + ('https:' == document.location.protocol ? 'https://' : 'http://') + "cashie.s3.amazonaws.com/userjs/a576d966f00ee0ea1e92fa09e61f7b50-details.js' type='text/javascript'%3E%3C/script%3E"));</script>

Thanks,
Bruce

Comments

  • Thank you, I figured it out. Just needed to add the Print codblock(1) in in the image.php file. Works like a charm. thanks muchly.

    Bruce
  • acrylian Administrator, Developer
    If it is actually a plugin you want to look at the filters.
Sign In or Register to comment.