Changeset 2522234
- Timestamp:
- 04/27/2021 06:04:13 PM (5 years ago)
- Location:
- merchi
- Files:
-
- 3 edited
- 7 copied
-
tags/1.3.2 (copied) (copied from merchi/trunk)
-
tags/1.3.2/MerchiPlugin/Api/Callbacks/AdminCallbacks.php (copied) (copied from merchi/trunk/MerchiPlugin/Api/Callbacks/AdminCallbacks.php)
-
tags/1.3.2/MerchiPlugin/Pages/Admin.php (copied) (copied from merchi/trunk/MerchiPlugin/Pages/Admin.php)
-
tags/1.3.2/MerchiPlugin/PublicPages/ProductPage.php (copied) (copied from merchi/trunk/MerchiPlugin/PublicPages/ProductPage.php)
-
tags/1.3.2/assets/show_product.js (copied) (copied from merchi/trunk/assets/show_product.js) (1 diff)
-
tags/1.3.2/merchi-plugin.php (copied) (copied from merchi/trunk/merchi-plugin.php) (1 diff)
-
tags/1.3.2/readme.txt (copied) (copied from merchi/trunk/readme.txt) (1 diff)
-
trunk/assets/show_product.js (modified) (1 diff)
-
trunk/merchi-plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
merchi/tags/1.3.2/assets/show_product.js
r2522231 r2522234 5 5 const mountpoint = document.getElementById(mountPointId); 6 6 const script = document.createElement('script'); 7 script.src = `https://merchi.co//static/product_embed/js/product.embed.js?product=${productId}&hidePreview=true&hideTitle=true&hideInfo=true&hidePrice=true&includeBootstrap=false&singleColumn=true¬IncludeDefaultCss=true&redirectAfterSuccessUrl=${redirectAfterSuccessUrl} "`;7 script.src = `https://merchi.co//static/product_embed/js/product.embed.js?product=${productId}&hidePreview=true&hideTitle=true&hideInfo=true&hidePrice=true&includeBootstrap=false&singleColumn=true¬IncludeDefaultCss=true&redirectAfterSuccessUrl=${redirectAfterSuccessUrl}`; 8 8 script.dataset.name = "product-embed"; 9 9 mountpoint.appendChild(script); -
merchi/tags/1.3.2/merchi-plugin.php
r2522231 r2522234 4 4 * Plugin URI: https://merchi.co 5 5 * Description: Fetch your products from Merchi. This plugin requires Woocommerce. 6 * Version: 1.3. 16 * Version: 1.3.2 7 7 * Author: Charlie Campton 8 8 * License: GPL v2 or later -
merchi/tags/1.3.2/readme.txt
r2522231 r2522234 4 4 Requires at least: 5.1 5 5 Tested up to: 5.7 6 Stable tag: 1.3. 16 Stable tag: 1.3.2 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
merchi/trunk/assets/show_product.js
r2522231 r2522234 5 5 const mountpoint = document.getElementById(mountPointId); 6 6 const script = document.createElement('script'); 7 script.src = `https://merchi.co//static/product_embed/js/product.embed.js?product=${productId}&hidePreview=true&hideTitle=true&hideInfo=true&hidePrice=true&includeBootstrap=false&singleColumn=true¬IncludeDefaultCss=true&redirectAfterSuccessUrl=${redirectAfterSuccessUrl} "`;7 script.src = `https://merchi.co//static/product_embed/js/product.embed.js?product=${productId}&hidePreview=true&hideTitle=true&hideInfo=true&hidePrice=true&includeBootstrap=false&singleColumn=true¬IncludeDefaultCss=true&redirectAfterSuccessUrl=${redirectAfterSuccessUrl}`; 8 8 script.dataset.name = "product-embed"; 9 9 mountpoint.appendChild(script); -
merchi/trunk/merchi-plugin.php
r2522231 r2522234 4 4 * Plugin URI: https://merchi.co 5 5 * Description: Fetch your products from Merchi. This plugin requires Woocommerce. 6 * Version: 1.3. 16 * Version: 1.3.2 7 7 * Author: Charlie Campton 8 8 * License: GPL v2 or later -
merchi/trunk/readme.txt
r2522231 r2522234 4 4 Requires at least: 5.1 5 5 Tested up to: 5.7 6 Stable tag: 1.3. 16 Stable tag: 1.3.2 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.