| Ask Seller a Question |
 | Question | | how i can make this mode to become default listing method for all user on my webpage? what i have to change ? In witch file i have to look and what? |
 | Answer | | Please run the following queries though phpmyadmin:
ALTER TABLE `probid_users`
CHANGE `default_listing_process` `default_listing_process` tinyint(4) NOT NULL DEFAULT '1';
UPDATE `probid_users` SET `default_listing_process`='1'; |
| |
 | Question | | In version 6.10 does not choose between list in auctions and shop. Any advice on how to fix it? |
 | Answer | | We have a fix available for this issue, it will be uploaded on the site together with the v6.10 version of this mod. Alternatively you can contact us directly if you need the fix beforehand. |
| |
 | Question | | Can anyone tell us the max amount of item up loads the lister can do? |
 | Answer | | There is no upper limit on the number of items that can be uploaded through the bulk lister tool. |
| |
 | Question | | can admin change the upload item number from 4 to 1000 for bulk lister? |
 | Answer | | - |
| |
 | Question | | is there a mod where i can globaly preconfigure this mod enabled for every new user ?
or shuld i rewrite the add user method by myself ? |
 | Answer | | The default for every user is the standard listing method. You can easily edit the code however and make the one step listing method as the default one. |
| |
 | Question | | where in the admin interface can i find the option to enable this mod after replacing the originalfiles with this mod ? |
 | Answer | | Its not the admin who can enable/disable this setting, but each individual seller. Sellers can enable/disable this feature from the prefilled fields/global settings page. |
| |
| Please login in order to ask the seller a question. |