MarketKing Core and Pro:
New Features:
- Added setting to allow adding store URLs to base URL (e.g.
allows direct store URLs such as yoursite.com/walmart)
- Added [marketking_dashboard_header] shortcode, which allows showing the dashboard header
with messages, announcements, profile anywhere on your site.
Enhancements:
- Added Vendor ID to WooCommerce Products Importer and Exporter
- Added automated image resizing for faster image loading
- Implemented simplebar for better sidebar scrolling
Fixes:
- Fixed issue where vendors could not connect to Stripe while in Live mode.
- Minor error fixes in MarketKing Pro
Template changes:
Important
- To prevent naming conflicts, MarketKing templates now have to be added under the theme folder
within a folder named 'marketking'. If you have existing templates under your theme folder,
please create a 'marketking' folder and moved them inside that folder.
OR alternatively, you can allow the previous behaviour (directly under theme folder),
by adding this PHP snippet to the site:
add_filter('marketking_allow_template_overwrite_direct_theme_folder','__return_true');
- Added image resizing functions for better performance to:
-- store-page.php, Store Page template updated to 1.1.0
-- products.php, Dashboard products template updated to 1.0.1
-- stores-list.php, Stores list page template updated to 1.0.1
- Updated sidebar.php, Sidebar template to 1.0.1, implemented simplebar for scrolling