LightCMS is a content management system for web designers. Design sites, upload them to our content management system, and deploy world-class websites your clients can manage themselves.
Assumptions:
<head> section of the template. Make sure to change YOURDOMAIN to the appropriate subdomain.<!-- BEGIN FOXYCART + LIGHTCMS CODE --> <script type="text/javascript" charset="utf-8"> $j(document).ready(function(){ // Unbind any elements that already have the foxybox event $j('a.foxycart').unbind('click'); // Re-bind links, including links generated by Light's link tool fc_tb_init('a[@href*=YOURDOMAIN.foxycart.com]'); }); </script> <!-- END FOXYCART + LIGHTCMS CODE -->
Make sure you change the YOURDOMAIN to the appropriate store domain. This makes your “add to cart” links appear inside the FoxyBox/Thickbox overlay.
https://YOURDOMAIN.foxycart.com/cart?name=A Red Baloon&price=9.99YOURDOMAIN to your store's subdomain.The basic idea is covered here, but there are a few Light CMS specific considerations:
favicon, as described here.You'll need to manually remove the form tag that follows the opening body tag:
<body><form name="frm" method="post" action="http://auxano.com/checkouttemplate" id="frm" enctype="multipart/form-data">
and
</form> </body>