<?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 are the upselling links for X-Cart ezUpsell determined?]]></title>
<link><![CDATA[https://support.bcsengineering.com/index.php?/Knowledgebase/Article/View/104]]></link>
<guid isPermaLink="false"><![CDATA[c9e1074f5b3f9fc8ea15d152add07294]]></guid>
<pubDate><![CDATA[Thu, 04 Mar 2010 16:51:48 -0500]]></pubDate>
<dc:creator><![CDATA[Nick Poindexter]]></dc:creator>
<description><![CDATA[
The upselling links for ezUpsell are the same upselling links that you configure in your X-Cart admin section when you add/modify a product. ]]></description>
<content:encoded><![CDATA[<br />
The upselling links for ezUpsell are the same upselling links that you configure in your X-Cart admin section when you add/modify a product. ]]></content:encoded>
</item>
<item>
<title><![CDATA[I use TeleFirma's image mod, and it's not working with X-Cart ezU...]]></title>
<link><![CDATA[https://support.bcsengineering.com/index.php?/Knowledgebase/Article/View/105]]></link>
<guid isPermaLink="false"><![CDATA[65b9eea6e1cc6bb9f0cd2a47751a186f]]></guid>
<pubDate><![CDATA[Thu, 04 Mar 2010 16:52:13 -0500]]></pubDate>
<dc:creator><![CDATA[Nick Poindexter]]></dc:creator>
<description><![CDATA[We have updated ezUpsell to be compatible with TeleFirma's image mod.  Just submit a support ticket requesting an updated version of ezUpsell, including your order #, and we will send you the latest version.  All that is required is an upload of 1 PHP fil...]]></description>
<content:encoded><![CDATA[We have updated ezUpsell to be compatible with TeleFirma's image mod.  Just submit a support ticket requesting an updated version of ezUpsell, including your order #, and we will send you the latest version.  All that is required is an upload of 1 PHP file. ]]></content:encoded>
</item>
<item>
<title><![CDATA[Can I change the arrows of X-Cart ezUpsell?]]></title>
<link><![CDATA[https://support.bcsengineering.com/index.php?/Knowledgebase/Article/View/106]]></link>
<guid isPermaLink="false"><![CDATA[f0935e4cd5920aa6c7c996a5ee53a70f]]></guid>
<pubDate><![CDATA[Thu, 04 Mar 2010 16:52:36 -0500]]></pubDate>
<dc:creator><![CDATA[Nick Poindexter]]></dc:creator>
<description><![CDATA[Yes, the arrows are images which you can replace with images of your own.  ezUpsell also includes layered photoshop (.PSD) files of the arrows which can be used to quickly and easily make changes. ]]></description>
<content:encoded><![CDATA[Yes, the arrows are images which you can replace with images of your own.  ezUpsell also includes layered photoshop (.PSD) files of the arrows which can be used to quickly and easily make changes. ]]></content:encoded>
</item>
<item>
<title><![CDATA[What product category does ezUpsell's continue shopping button re...]]></title>
<link><![CDATA[https://support.bcsengineering.com/index.php?/Knowledgebase/Article/View/107]]></link>
<guid isPermaLink="false"><![CDATA[a97da629b098b75c294dffdc3e463904]]></guid>
<pubDate><![CDATA[Thu, 04 Mar 2010 16:53:02 -0500]]></pubDate>
<dc:creator><![CDATA[Nick Poindexter]]></dc:creator>
<description><![CDATA[By default in x-cart, the category of the product is passed through the product URL, then ezUpsell uses the categoryid to return the user to the product category. If no category is specified however, then the user is returned the products main category.]]></description>
<content:encoded><![CDATA[By default in x-cart, the category of the product is passed through the product URL, then ezUpsell uses the categoryid to return the user to the product category. If no category is specified however, then the user is returned the products main category.]]></content:encoded>
</item>
<item>
<title><![CDATA[Problem with EZ upsell on x-cart 4.01]]></title>
<link><![CDATA[https://support.bcsengineering.com/index.php?/Knowledgebase/Article/View/322]]></link>
<guid isPermaLink="false"><![CDATA[5737c6ec2e0716f3d8a7a5c4e0de0d9a]]></guid>
<pubDate><![CDATA[Tue, 25 Sep 2012 15:58:53 -0400]]></pubDate>
<dc:creator><![CDATA[- NA -]]></dc:creator>
<description><![CDATA[Solution Due to a bug in x-cart 4.01 you may find the ezupsell mod does not install correctly, in order to fix this issue please do the following


In the wishlist.php this code was causing the problem:

if ($login == "" && ($REQUEST_METHOD == "POST"...]]></description>
<content:encoded><![CDATA[Solution Due to a bug in x-cart 4.01 you may find the ezupsell mod does not install correctly, in order to fix this issue please do the following<br />
<br />
<br />
In the wishlist.php this code was causing the problem:<br />
<br />
if ($login == "" && ($REQUEST_METHOD == "POST" || $mode == "wishlist")) {<br />
func_header_location("cart.php");<br />
}<br />
<br />
Change it to:<br />
<br />
if ($login == "" && ($REQUEST_METHOD == "POST" || $mode == "wishlist") && $mode != "add") {<br />
func_header_location("cart.php");<br />
}<br />
<br />
Possibly a bug in X-Cart seeing this is an early version of the 4.x branch (4.0.1), this would overwrite x-cart's handling also making it always go to cart.php<br />
]]></content:encoded>
</item>
</channel>
</rss>