WP Manifestindependent plugin directory
manifest / ecommerce / n64price

Video game price checker GitLab

A (deprecated) WordPress plugin which checks eBay for the prices of sold items.

by N64 Squid · gitlab.com/n64squid/n64price · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://gitlab.com/n64squid/n64price/-/archive/master/n64price-master.zip

Readme

Price checker

Price checker image

This is a plugin for wordpress which goes to ebay and uses eBay's API to get prices of sold products on a daily basis to get their prices. To get it to work, upload the files into a folder called 'n64price' in your plugins folder. Then go to your Wordpress dashboard and install like any other plugin.

You will then have to go to the "Price checker" menu on the left of your admin panel, where you can set your eBay queries and plugin options. You might need to scour eBay to get the correct category ids and product names.

Then use this shortcode to insert into a page:

[n64price_all]

The plugin is now deprecated since 2020 since eBay has changed its API to paid-only, and I'm not going to pay to get access to this. You're free to contribute if you want though.

You can see a sample of what this code would output here:

N64 price checker

Read the full README on GitLab →