Miva Merchant 4 Module FAQs » Soft Goods (DEN_SOFTGOODS)
Most Recent FAQ Entries:
Top 10
What do I need to change in the download.php file if I am using php5?
Comment out these lines, using '//':
//$id = $HTTP_GET_VARS['id'];
//$sc = $HTTP_GET_VARS['sc'];
//$REMOTE_ADDR = $HTTP_SERVER_VARS['REMOTE_ADDR'];
//$HTTP_USER_AGENT = $HTTP_SERVER_VARS['HTTP_USER_AGENT'];
And add these:
$id = $_GET['id'];
$sc = $_GET['sc'];
$REMOTE_ADDR = $_SERVER['REMOTE_ADDR'];
$HTTP_USER_AGENT = $_SERVER['HTTP_USER_AGENT'];
Thanks to Amanda Post for sending us this.
Last update: 2008-02-04 11:46
Author: Thor
Revision: 1.0
You cannot comment on this entry
Most Recent FAQ Entries: 
- Alternate ways to display the product and attribute data ... (2008-09-02 18:40)
- Adding both "Add All to Basket" and "Add to ... (2008-09-01 09:46)
- When adding a product to the basket from an ... (2008-08-27 19:02)
- I have the module configured to add the key ... (2008-08-13 14:50)
- What is the format for the htaccess file if ... (2008-08-12 14:50)
Top 10 
- 2939 views:
Adding Tokens to Evaluate Expressions - 2866 views:
Is there a way to "Limit" the number of ... - 2791 views:
Why won't you call me for technical support? I ... - 2678 views:
Are license keys valid for more than one store? ... - 2577 views:
I'm trying to enter a license key and get ... - 2566 views:
How do I install a module? - 2409 views:
How do I check for a module upgrade? - 2372 views:
How can display and change the parameters of an ... - 2217 views:
The total on my checkout pages are not correct. ... - 2016 views:
I have select and radio type attributes in my ...
















