Registration is painless and takes a few seconds. Click here to get started!
You can download the latest version of WP Auctions from your member area. Use your name and password you set during signup →
This page will have all the documentation needed about how the plugin works and how to get yourself accustomed to using the plugin. Please check back often as we will be updating this on a regular basis.
Basic installation guide and requirements.
Installation
Linux server running WordPress 3.0+ and PHP5, Windows servers can work too but we offer limited support for that environment.
There are two ways to upgrade WP Auctions. Before upgrading make sure you have the latest version by logging into the Weborithm Products area and downloading from the WP Auctions product area.
Due to various server configurations we cannot guarantee that upgrading will leave your auctions intact. We recommend you wait till your auctions are over, end manually or deleted before upgrading. If you have to upgrade due to an error which was fixed please inform your bidders that the auction will be closed and re-opened again.
Upgrade via WordPress backend
Upgrade via FTP
How to configure WP Auctions on your site.
Configuration
WP Auctions includes functionality that will resize your auction images to the appropriate size for your page. In order for this to work, you need to ensure that the /file folder in the plugin directory is available for write access by the plugin. You can do this by accessing the folder with your FTP client and changing the permissions of the folder to 777 (using CHMOD).
The short answer is, pretty much, yes. Depending on the configuration of your server, 755 may work for you, but we have found that this doesn’t work in all cases. CHMOD 777 gives any process on your server access to write files into this folder. The risk of doing this is small for 2 reasons. The folder is only used for temporary image files, so if these get deleted or overwritten, you can just upload your original image files. Secondly, if an unauthorized person is on your server and is able to write files, then writing to the image folder in the WP Auctions plugins will be the least of your problems.
Best practice: If you are not using the plugin, you should de-activate it and CHMOD the files/ folder back to 755. De-activation also helps your blog to run faster as the plugin files are not loaded.
You would have to be an Administrator or an Editor to place auctions.
The textareas where you enter your Bank Details and Mailing Address will be saved and sent out in the email to the auction winner. Typically, you should enter the information that is relevant for you to get paid. For example, your bank name and address and the account number where you would like money to be wire transferred. The mailing address is self-explanatory.
The plugin does not have an in-built function to perform Bank Transfers, that is something which should be handled by the user and auction winner through whichever means available.
On the main WP Auction settings page, you can select whether you want bidders to be registered or not. The registration system is the default system used by WordPress, so if you have set all registrants to be "Subscribers" they will be able to bid. You can set the status of registrants on the "Settings > General" page.
How to install and use add-ons.
Add-ons
Installation
FTP Programs
PC – FileZilla
MAC – List of Mac FTP Clients
These are programs that let you connect to your host via FTP. You need your hosting account FTP username and password to connect. Contact your hosting provider for more information.
Usage
To use this widget simply place the following shortcode into your Post or Page.
[ wpa_list_widget mode="list" maxrec="3" ]
To show the description, use this shortcode -
[ wpa_list_widget mode="list" limitdesc="50" maxrec="3" ]
To show auctions from a certain category, use this shortcode
[ wpa_list_widget mode="list" limitdesc="50" maxrec="3" category="your_category_name" ]
To show auctions in a particular order, use this shortcode
[ wpa_list_widget limitdesc="50" maxrec="3" order="xxx" ]
Where xxx can be: random, date, datedesc, price or pricedesc.
Note: price or pricedesc will show the auctions based on the current bid price only and NOT the current starting price.
Please make sure to remove the spaces between the [ ] above.
Properties
mode=”list” – This will show your auctions in a list format. Descriptions are not shown in this mode. Leaving it out will show it in an alternative list format.
limitdesc=”50″ – This will limit the words in your description to the first 50. You can enter any number you like there.
maxrec=”3″ – This limits how many auctions you would like to show.
category="your_category_name" - This property lets you specify auctions from one category. Enter the category name for all auctions from that category to show.
Installation
You need to upload the downloaded ZIP file to the plugins directory of your WordPress install via FTP or the plugin upload area. Once uploaded you need to activate the add-on separately from the main admin panel of the plugin.
After activation you will see a new menu item under the “WP Auctions” menu tab called “Bulk Upload”.
Important!
Please do not use the CSV import if you have any live auctions. It could very well cause errors for your live auctions and possible delete any bids you received. This add-on is to be only used with a fresh batch of auctions.
If you want to edit your live auctions after upload please use the “Manage” area to edit them as needed. Since there are literally hundreds of thousands of various server settings out there this is the safest route to take.
Options
1. Purge Database: This option allows you to completely delete your auction database. Be careful with this one, it will REALLY delete everything if you select the “Yes” option.
- What is this option for?
Basically, it allows you to delete your records if you get any errors with the import of your CSV file. As a fail safe it is always set to “No” just in case you didn’t actually want to delete your auctions. If you select “Yes” and delete your records there’s nothing we can do about it. So PLEASE make a backup of your auctions first before continuing with this option.
2.Export Records: You can export a CSV file of your auctions using this option. Simply click on “Export CSV” and the download should start.
3. Import Records: This option allows you to import your auctions from a specification ready CSV file. The file MUST be in the EXACT specifications mentioned, otherwise you will receive an error. If the first row of your file has column headings you can select the option present to have the upload process skip it. The first row is present by default in the sample CSV file.
FAQ
- My import failed?
Please review the error posted by the add-on and re-check your CSV file for any errors, specifically the start date and time. It HAS to match the specification posted.
- Can I use HTML and video embeds in the CSV file?
Yes, you can. However be careful about some punctuations like ‘ and ;. They might cause some issues with a few servers during import and give you an error.
- Can I change the date format?
No, sorry. At this point of time it is in the DD/MM/YYYY format. We might add support for others later.
- Why do I have one auction repeated twice?
You probably imported a CSV file that had the auction present the first time and uploaded a new CSV file with the previous auction still present in it. Simply delete the repeated auction by visiting your “Manage” screen.
- Will importing auctions delete any bids that are placed on live auctions?
Yes. If you have live auctions WITH bids on them then please make sure any further CSV file import does not have the same auction in it. It will add another similar auction and could cause your live auction bids to get deleted or cause undue errors.
If you get any other specific error please post them on our support page.
Basic troubleshooting help for the plugin.
Troubleshooting
Did you CHMOD the files/ folder to 777?
This is the default re-direction scheme, i.e http://www.example.com/?auction_to_show=1.
The above link will show the auction, with the ID 1, on your home page. Your home page must either have the sidebar widget or a front page sticky Post/Page with any auction embedded in it.
If you do not have the sidebar widget, or a front page sticky Post/Page with an auction in it, and you are embedding auctions in a Post/Page, then you must form a relationship with the Post/Page and the auction. See "How do I place an Auction in a Post/Page?" for instructions on how to do that.