How to Edit SalesKing Dashboard Page Templates

SalesKing allows you to edit most of its built-in pages by copying the PHP templates to your theme folder (or child theme, if you're using one) inside a folder named 'salesking', and then editing them directly. This is similar to how WooCommerce works. By using this method with a child theme, you can make changes that won't be lost when the theme or plugin is updated.

You can use this to edit the following pages:

  • All dashboard pages: Announcements, Messages, Coupons, Earnings, My Team, etc.

For example, if you want to edit the earnings page template:

Go to the plugin folder at SalesKing/public/dashboard and copy the file named earnings.php.

Then go to your theme folder, such as wp-content/themes/storefront/salesking/, and paste the file there. (You will need to create a 'salesking' folder first if one doesn't already exist.)

Now you can edit earnings.php in the theme folder and add your own custom changes.

Powered by BetterDocs