<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title><![CDATA[BCS Engineering]]></title>
<link><![CDATA[https://support.bcsengineering.com/]]></link>
<description />
<generator><![CDATA[Kayako case v4.66.2]]></generator>
<item>
<title><![CDATA[How can I add a Buy Now button to Product Map (A-Z) for X-Cart?]]></title>
<link><![CDATA[https://support.bcsengineering.com/index.php?/Knowledgebase/Article/View/98]]></link>
<guid isPermaLink="false"><![CDATA[ed3d2c21991e3bef5e069713af9fa6ca]]></guid>
<pubDate><![CDATA[Thu, 04 Mar 2010 16:46:51 -0500]]></pubDate>
<dc:creator><![CDATA[Nick Poindexter]]></dc:creator>
<description><![CDATA[Open skin1/modules/ProductMap/productmapProducts.tpl and place this code within {section name=p loop=$products} and {sectionelse} where you want the Buy Now button to appear:

{* WCM - Product Map Buy Now Button *}






{$lng.lbl_qty}



Buy...]]></description>
<content:encoded><![CDATA[Open skin1/modules/ProductMap/productmapProducts.tpl and place this code within {section name=p loop=$products} and {sectionelse} where you want the Buy Now button to appear:<br />
<br />
{* WCM - Product Map Buy Now Button *}<br />
<form name="productmap_{$products[p].productid}" method="post" action="cart.php"><br />
<input type="hidden" name="productid" value="{$products[p].productid}" /><br />
<input type="hidden" name="mode" value="add" /><br />
<br />
<table border="0" cellspacing="2" cellpadding="2"><br />
<tr><br />
<td>{$lng.lbl_qty}</td><br />
<td><input type="text" name="amount" size="3" value="1"></td><br />
<td><br />
<table cellspacing="0" cellpadding="0" onclick="javascript: document.productmap_{$products[p].productid}.submit();" class="ButtonTable"><br />
<tr><td><img src="{$ImagesDir}/but1.gif" class="ButtonSide" alt="" /></td><td class="Button"><font class="Button">Buy Now</font></td><td><img src="{$ImagesDir}/but2.gif" class="ButtonSide" alt="" /></td></tr><br />
</table><br />
</td><br />
</tr><br />
</table><br />
<br />
</form><br />
{* /WCM - Product Map Buy Now Button *}]]></content:encoded>
</item>
</channel>
</rss>