<?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[What's the difference between ezUpsell for XCart and ezRecommends...]]></title>
<link><![CDATA[https://support.bcsengineering.com/index.php?/Knowledgebase/Article/View/193]]></link>
<guid isPermaLink="false"><![CDATA[bd686fd640be98efaae0091fa301e613]]></guid>
<pubDate><![CDATA[Tue, 30 Nov 2010 13:41:15 -0500]]></pubDate>
<dc:creator><![CDATA[- NA -]]></dc:creator>
<description><![CDATA[ezUpsell and ezRecommends both serve the purpose of upselling products to the user, but have very distinct differences that allow them to complement each other.

ezUpsell upsells the user recommended products based on a specific product immediately afte...]]></description>
<content:encoded><![CDATA[ezUpsell and ezRecommends both serve the purpose of upselling products to the user, but have very distinct differences that allow them to complement each other.<br />
<br />
ezUpsell upsells the user recommended products based on a specific product immediately after that product is added to cart.  The recommendations are set by you as “Upselling Links” in the x-cart admin modify product page.<br />
<br />
ezRecommends upsells the user based on the users entire cart contents during the checkout process, after login/account creation.  All of the products in the users shopping cart are evaluated and a combination of upselling links and order history for the products are evaluated to generate recommendations.  ezRecommends also allows you to specify specific products that are always recommended at checkout, such as warranty, insurance and/or gift wrapping.<br />
<br />
<br />
]]></content:encoded>
</item>
<item>
<title><![CDATA[How can I use ezRecommends to offer the user warranty, insurance ...]]></title>
<link><![CDATA[https://support.bcsengineering.com/index.php?/Knowledgebase/Article/View/194]]></link>
<guid isPermaLink="false"><![CDATA[a597e50502f5ff68e3e25b9114205d4a]]></guid>
<pubDate><![CDATA[Tue, 30 Nov 2010 13:42:03 -0500]]></pubDate>
<dc:creator><![CDATA[- NA -]]></dc:creator>
<description><![CDATA[ezRecommends can be used to offer any product at checkout.  To offer warranty, insurance, and/or gift wrapping at checkout, create that item as a product.  You can set the product to “Hidden” so that it is not publically available for viewing in your stor...]]></description>
<content:encoded><![CDATA[ezRecommends can be used to offer any product at checkout.  To offer warranty, insurance, and/or gift wrapping at checkout, create that item as a product.  You can set the product to “Hidden” so that it is not publically available for viewing in your store.  Then in your ezRecommends section, create a manually configured recommendation of that product at checkout.  That’s it!  Before the user is asked to select a shipping/payment method they will be offered the option to purchase the item.<br />
<br />
<br />
]]></content:encoded>
</item>
<item>
<title><![CDATA[Does ezRecommends work with regular x-cart checkout instead of ju...]]></title>
<link><![CDATA[https://support.bcsengineering.com/index.php?/Knowledgebase/Article/View/195]]></link>
<guid isPermaLink="false"><![CDATA[0336dcbab05b9d5ad24f4333c7658a0e]]></guid>
<pubDate><![CDATA[Tue, 30 Nov 2010 13:42:58 -0500]]></pubDate>
<dc:creator><![CDATA[- NA -]]></dc:creator>
<description><![CDATA[ezRecommends for X-Cart will work with the default x-cart checkout with two simple edits:


Open cart.php

FIND:

# Assign the current location line
$smarty->assign("location", $location); 
BEFORE add:

// WCM ezRecommends
if($active_modules['...]]></description>
<content:encoded><![CDATA[ezRecommends for X-Cart will work with the default x-cart checkout with two simple edits:<br />
<br />
<br />
Open cart.php<br />
<br />
FIND:<br />
<br />
# Assign the current location line<br />
$smarty->assign("location", $location); <br />
BEFORE add:<br />
<br />
// WCM ezRecommends<br />
if($active_modules['WCM_ezRecommends'] AND $mode == 'checkout' AND $login)<br />
include $xcart_dir . '/modules/WCM_ezRecommends/recommends.php';<br />
// / WCM ezRecommends <br />
 <br />
Open skin1/customer/home_main.tpl<br />
<br />
FIND:<br />
<br />
{elseif $main eq "checkout"}<br />
{include file="customer/main/checkout.tpl"} <br />
BEFORE add:<br />
<br />
{* WCM ezRecommends *}<br />
{elseif $main eq "checkout" AND $wcm_recommended_products ne ""}<br />
{include file="modules/WCM_ezRecommends/recommends.tpl"}<br />
{* / WCM ezRecommends *} <br />
<br />
]]></content:encoded>
</item>
</channel>
</rss>