Version 1.0.0
You are entitled to get free lifetime updates to this product from the author directly.
This documentation is to help you regarding install, set up & customization of the plugin. Please go through the documentation carefully to understand how this plugin works.
In order to work properly the plugin needs the following:
In order to use the plugin:
Once you have installed the plugin head to settings (Admin > Bond App settings). Here you can set up the: General settings, Shopify credentials, Shopify blog widgets, locales and Custom Css and JS.
1. Create a Shopify free partner account ( shopify.dev ).
2. From within Shopify partner dashboard, go to Apps > Create app.
3. Choose Custom App.
4. Setup App name, App URL and Allowed redirection URL(s). Replace yourWPdomain.com with your WordPress domain.
5. Once you've created the custom app, copy the credentials (API key and API secret key) and paste those to your WordPress > Admin > Bond app settings > App credentials.
6. From Shopify admin, the top menu click App setup, scroll down to the App proxy section and edit the Subpath prefix, Subpath and the Proxy URL.
Note! Your Shopify blog will be available at: https://yourShopDomain.com/{Subpath prefix}/{Subpath}. Example: https://yourShopDomain.com/community/blog7. From the Shopify top menu, go back to the app and click Generate install link, select the Shopify store you want the app to be installed to, paste the link in the browser, follow the instruction and approve the app installation within the Shopify store.
8. All done, test your Shopify blog at https://yourShopDomain.com/community/blog.
Go to WordPress admin > Bond app settings. Edit the layout, permalinks structure, different blog settings, widgets, custom JavaScript and CSS styles.
In order to uninstall the app:
1. Go to Shopify's store admin > Apps > Select Bond app > Click delete.
2. Go to WordPress admin > Bond app settings > Synced shop > Click Uninstall shop.
The bond app comes with two blog layouts: classic layout and grid layout.Should you wish to extend the app and create your own template, the best way to do that is by using the "bond_blog_feed_request" filter. The implementation can be found within "com/sakuraplugins/bond/core.php".
The "bond_blog_feed_request" receives the "ShopBlogRequestDto $requestData" data transport object.
----------------------------------------------------------------------------------------- Version 1.0.0 - March 30, 2022 ----------------------------------------------------------------------------------------- - first release