Integrated Product System Version 1.1    

<<< Contents

Upgrade from version 1.0 or 1.01

1. Copy your existing versions of awsoapclient.php and awsoapclientfunctions.inc.php to somewhere that you can retrieve them from if necessary

 

2. Edit awsoapclientconfig.inc.php and change $limit to $hardlimit - not doing this will mean that users are unable to choose the number of results returned by the search, so you can leave this as if if you don't plan to offer that functionality to users

3. If you have version 1.0, edit awsoapclientconfig.inc.php and add
$sefriendly = "1";

If you don't want to use the search engine friendly URL feature, change the 1 to 0, which will disable this feature.

4. Add the following lines to your config file:

$defaultbrowseorderby = "searchPrice";
# Allowed values are: name, searchPrice, masterCategoryID, brand, merchant_id

$defaultsearchorderby = "searchPrice";
# Allowed values are: name, searchPrice, masterCategoryID, brand, merchant_id

Change the values for the two above settings to whatever you would like eg, to set browse results to be ordered by name, change $defaultbrowseorderby value from "searchPrice" to "name"

 

5. Overwrite your existing versions of awsoapclient.php and awsoapclientfunctions.inc.php with those in the distribution.

 

5. Adjust your templates as necessary (see templates in distribution for examples).


 
Introduction | Upgrade Instructions | Quick Start | Installation & Usage | Including results in existing pages | Template Examples | Template Reference | Functions | API | Version History