Customizing the plugin layout
WP CannaSync can work in a similar way to a child theme.
PHP files from the following folder: /wp-content/plugins/wp-cannasync/front-end/templates/ can be modified and saved to your theme folder. These new customized files will override the native WP CannSync plugin files.
Note: It is recommended to save your custom files inside of a child theme so you don't lose your changes if a theme update occurs.
Example: adding a new menu item to the store menu/header area.
1. Download this file: yourwebsite.com/wp-content/plugins/wp-cannasync/front-end/templates/store/wp-cannasync-header.php
2. Make your changes (i.e. adding a new link to the menu), save the file and upload it here: yourwebsite.com/wp-content/themes/YOUR-CHILD-THEME/wp-cannasync/store/wp-cannasync-header.php
Some users have even built Elementor templates (i.e. blocks of content) to modify the look and feel:
These shortcodes are added to the modified plugin files and saved to the theme folder:
The opportunities to modify the design / layout are endless!