You will need Node.js running for the backend to work and a way to expose the backend API publicly as locally will not work unless you can route your traffic.
-
Clone the repository
git clone https://github.com/CloudRack-Development/wordpress-sellix-plugin-and-node-backend.git
We can provide free hosting for the node.js backend once our whole frontend/backend is completed, please inform us if you are interested by emailing us at support@cloudrack.ca
-
Navigate to the project directory
cd wordpress-sellix-plugin-and-node-backend
-
Unzip the necessary files
Before unzipping the zip folder, you may review the backend code located Here to ensure reliability and security.
unzip node-backend.zip
You will be
prompted
to replace the files that are unzipped with the current if any. PressShift+A
after which pressEnter
. This will replace all the files with the new updated Zipped Files. -
Clean up the unnecessary zip files
rm -rf node-backend.zip
-
Edit the
.env
fileMake sure to fill out the
.env
file first prior to running. You can copy the example file and edit it:cd backend/ cp .env.example .env nano .env
-
Install dependencies and start the backend
npm install npm run start
The Sellix Product Display Plugin allows you to fetch and display products from Sellix.io on your WordPress site. It also includes currency conversion using the Free Currency API and optional rounding for product prices.
-
Download the Plugin:
- Download the plugin files. Located HERE
-
Upload the Plugin:
- Go to your WordPress dashboard.
- Navigate to
Plugins
>Add New
. - Click on
Upload Plugin
. - Select the downloaded plugin zip file and click
Install Now
.
-
Activate the Plugin:
- After installation, click
Activate
to activate the plugin.
- After installation, click
-
API Settings:
- Go to
Settings
>Sellix Product Display
. - Enter your
API Base URL
. Defined in backend how to setup. - Enter your
Free Currency API Key
. - Select your preferred currency from the dropdown menu.
- Select the rounding option for prices (None, Quarter Dollar, Half Dollar, Whole Dollar).
- Go to
-
Save Settings:
- Click
Save Changes
to save your API and currency settings.
- Click
-
Add Shortcode:
- Add the
[sellix_products]
shortcode to any post or page where you want to display Sellix products.
- Add the
-
View Products:
- Visit the page or post where you added the shortcode to see the products displayed.
The plugin allows you to round prices to the nearest half dollar or whole dollar. You can select the rounding option in the settings page.
To uninstall the plugin:
- Deactivate the plugin from the
Plugins
page. - Delete the plugin from the
Plugins
page.
For support, join our Discord.
Version: 1.5 Author: Cloudrack Development