This is the official Fyndiq integration plugin for WooCommerce.
This plugin is free to use and modify, but it is no longer maintained by Fyndiq. If you want to update it, please fork the repository and do any changes you like in your own repository.
Installing the plugin is simple, requiring the following steps:
- Add this plugin directory to
wp-content/plugins
- Navigate to
http://yoursitenamehere/wp-admin
- Go to
Plugins -> Installed Plugins
- Find the plugin called
Fyndiq WooCommerce
and clickActivate
- Go to
WooCommerce -> Settings
- Click the
Fyndiq
tab - Enter your
Username
andAPI-token
, then clickSave changes
.
Assuming that the username and API Token were valid, you can now begin to use the plugin.
- The feed url is
http://yoursitenamehere/?fyndiq_feed
- This plugin integrates natively with WooCommerce, so lacks a separate user interface.
To use the vagrant box for development, go to vagrant/ and run:
vagrant up
to bootstrap the machine.
Add 192.168.13.102 woocommerce
to your hosts file to access the server.
build
- builds the module package from source;compatinfo
- checks the code for the lowest compatible PHP version;coverage
- generates test coverage report incoverage/
;css
- builds the CSS file from SCSS using SASS;php-lint
- checks the files with the PHP internal linter;phpmd
- checks the code with PHP Mess Detector;scss-lint
- lint checks the SCSS files usingscss-lint
;sniff
- checks the code for styling issues;sniff-fix
- tries to fix the styling issues