<?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[I'm trying to add downloads to my page, but when the box appears ...]]></title>
<link><![CDATA[https://support.bcsengineering.com/index.php?/Knowledgebase/Article/View/119]]></link>
<guid isPermaLink="false"><![CDATA[07e1cd7dca89a1678042477183b7ac3f]]></guid>
<pubDate><![CDATA[Thu, 04 Mar 2010 17:04:14 -0500]]></pubDate>
<dc:creator><![CDATA[Nick Poindexter]]></dc:creator>
<description><![CDATA[Files are loaded differently depending on which directory you are loading the product_modify.php script.

For example:

http://www..com/admin/product_modify.php?productid=1


Will allow you to select from any file in your /admin directory.

http:...]]></description>
<content:encoded><![CDATA[Files are loaded differently depending on which directory you are loading the product_modify.php script.<br />
<br />
For example:<br />
<br />
http://www.<your_site>.com/admin/product_modify.php?productid=1<br />
<br />
<br />
Will allow you to select from any file in your /admin directory.<br />
<br />
http://www.<your_site>.com/provider/product_modify.php?productid=1<br />
<br />
<br />
Will allow you to select from any file in the /files/ directory.<br />
<br />
If you would like to load all files under either directory please make the following change:<br />
<br />
admin/product_modify.php<br />
<br />
<br />
Find this code near line 49:<br />
require $xcart_dir."/include/product_modify.php";<br />
require $xcart_dir."/include/categories.php";<br />
<br />
<br />
Immediately after insert this code:<br />
<br />
#<br />
# begin altered :: www.alteredcart.com<br />
#<br />
if(!empty($active_modules["Product_Page_Downloads"]))<br />
include $xcart_dir."/modules/Product_Page_Downloads/ppd_product_modify.php";<br />
#<br />
# end altered :: www.alteredcart.com<br />
#<br />
<br />
<br />
Finally, copy the admin/ppd_popup_files.php file to the /provider directory overwriting the current file.<br />
<br />
Related Articles<br />
<br />
    * The On Sale module discounts aren't applied when using Google Checkout or Gift certificates.<br />
    * How do I add the On Sale discounts to the Related or Upselling products on my main product display page?<br />
    * I'm receiving this error on the checkout page: "There was an error loading the shipping options, please try again. (You may need to refresh your browser.)"<br />
    * How do I include the downloads when cloning a product?<br />
<br />
Still Have Questions? If you are unable to find a solution in the knowledgebase please open a support ticket for a personal response from alteredCart support.]]></content:encoded>
</item>
</channel>
</rss>