Table of Contents
Shortcode Enabled #
If the admin wants to display the print page or download page at the frontend, they can do so using this plugin’s built-in shortcode
When the admin enables the shortcode from the plugin settings page, it will be able to display the shortcode, click the copied shortcode and paste it onto the site
- Shortcode for Single Product Page:
[
pbar-display]:
If you are a developer, you can use this code in a template fileView Demo
- Shortcode for Product Page:
[
pbar-shop]
,f you are a developer, you can use this code in a Shop template fileView Demo
- Print Shortcode:
[
pbar-print]
, Copy the shortcode and paste it into your site, you will see a print page similar to the one you see in the plugin dashboard. View Demo - Download Shortcode:
[
pbar-download]
, Copy the shortcode and paste it into your site, you will see a Download page similar to the one you see in the plugin dashboard. View Demo