Hey @eugyenoch,
Currently we only have three shortcodes, the ones for the affiliate pages (registration, login and account). You can find more details about these here:
– https://slicewp.com/docs/adding-affiliate-registration-page/
– https://slicewp.com/docs/adding-affiliate-login-page/
– https://slicewp.com/docs/adding-an-affiliate-account-page/
To add the affiliate’s promotional URL, you can use the following PHP function: slicewp_get_affiliate_url( $affiliate_id ).
Make sure that $affiliate_id is properly populated with the affiliate’s ID.
Currently we don’t have a codex with all supported functions, however, if you are comfortable with PHP you can search some of the functions inside the plugin’s PHP files. We will be creating a codex with most used functions this following year. I can’t say however when it will be available.
Let me know what other functionality you’re looking to add.
All the best,
Mihai