Shopping
From WoWRosterWiKi
Important note: When you edit this page, you agree to release your contribution into the public domain. |
Contents |
Shopping
- Shopping is an addon for generating orders within roster and send it ingame to specified maker (guild member)
Where is it ?
First of all there are two addons needed for shopping:
- Shopping for roster
and
- Shopping WoW for WoW
Installation
- Shopping for roster
- Unzip the file and copy the folder shopping to your roster/addons folder
- Modify functions_cart.php in roster/addons/shopping folder on top:
$mysql_server = "loacalhost"; $mysql_username = "username"; $mysql_pwd = "password"; $mysql_dbname = "DB"; $table_prefix = "roster_";
- Btw this values are the same you use with your roster....:)
- IMPORTANT: YOU HAVE TO CHMOD the following file to 666 roster/addons/shopping/save/Shopping_list.lua
- Shopping WoW for WoW
needs to be continued...