Changeset 2903878
- Timestamp:
- 04/25/2023 12:28:18 PM (3 years ago)
- Location:
- megamo
- Files:
-
- 70 added
- 6 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/assets (added)
-
tags/1.0.1/assets/images (added)
-
tags/1.0.1/assets/images/jpg (added)
-
tags/1.0.1/assets/images/jpg/suppliers (added)
-
tags/1.0.1/assets/images/jpg/suppliers/default.jpg (added)
-
tags/1.0.1/assets/images/png (added)
-
tags/1.0.1/assets/images/png/background-hex.png (added)
-
tags/1.0.1/assets/images/png/banner1280.png (added)
-
tags/1.0.1/assets/images/png/banner1920.png (added)
-
tags/1.0.1/assets/images/png/banner2560.png (added)
-
tags/1.0.1/assets/images/png/banner640.png (added)
-
tags/1.0.1/assets/images/png/logo.png (added)
-
tags/1.0.1/assets/images/png/tile.png (added)
-
tags/1.0.1/assets/images/png/warehouse1280.png (added)
-
tags/1.0.1/assets/images/png/warehouse1920.png (added)
-
tags/1.0.1/assets/images/png/warehouse2560.png (added)
-
tags/1.0.1/assets/images/png/warehouse640.png (added)
-
tags/1.0.1/assets/images/svg (added)
-
tags/1.0.1/assets/images/svg/end.svg (added)
-
tags/1.0.1/assets/images/svg/mgo-icon.svg (added)
-
tags/1.0.1/assets/images/svg/mgo-logo.svg (added)
-
tags/1.0.1/assets/images/svg/next.svg (added)
-
tags/1.0.1/assets/images/svg/previous.svg (added)
-
tags/1.0.1/assets/images/svg/start.svg (added)
-
tags/1.0.1/assets/images/svg/top.svg (added)
-
tags/1.0.1/assets/images/webp (added)
-
tags/1.0.1/assets/images/webp/how-it-works.webp (added)
-
tags/1.0.1/config (added)
-
tags/1.0.1/config/config.php (added)
-
tags/1.0.1/css (added)
-
tags/1.0.1/css/mgo-styles.css (added)
-
tags/1.0.1/data (added)
-
tags/1.0.1/data/featured.json (added)
-
tags/1.0.1/data/suppliers.json (added)
-
tags/1.0.1/includes (added)
-
tags/1.0.1/includes/class-plugin.php (added)
-
tags/1.0.1/includes/controllers (added)
-
tags/1.0.1/includes/controllers/abstract-class-controller.php (added)
-
tags/1.0.1/includes/controllers/class-about-us-controller.php (added)
-
tags/1.0.1/includes/controllers/class-browse-suppliers-controller.php (added)
-
tags/1.0.1/includes/controllers/class-contact-us-controller.php (added)
-
tags/1.0.1/includes/controllers/class-dashboard-controller.php (added)
-
tags/1.0.1/includes/interfaces (added)
-
tags/1.0.1/includes/interfaces/interface-data-validation.php (added)
-
tags/1.0.1/includes/models (added)
-
tags/1.0.1/includes/models/class-requirement.php (added)
-
tags/1.0.1/includes/models/class-requirements.php (added)
-
tags/1.0.1/includes/models/class-supplier.php (added)
-
tags/1.0.1/includes/models/class-suppliers.php (added)
-
tags/1.0.1/includes/validators (added)
-
tags/1.0.1/includes/validators/class-wp-validator.php (added)
-
tags/1.0.1/includes/views (added)
-
tags/1.0.1/includes/views/about-us-view.php (added)
-
tags/1.0.1/includes/views/browse-suppliers-view.php (added)
-
tags/1.0.1/includes/views/components (added)
-
tags/1.0.1/includes/views/components/contact-form.php (added)
-
tags/1.0.1/includes/views/components/footer.php (added)
-
tags/1.0.1/includes/views/components/header.php (added)
-
tags/1.0.1/includes/views/components/integration-form.php (added)
-
tags/1.0.1/includes/views/components/request-details.php (added)
-
tags/1.0.1/includes/views/components/request-summary.php (added)
-
tags/1.0.1/includes/views/components/requirements.php (added)
-
tags/1.0.1/includes/views/components/suppliers.php (added)
-
tags/1.0.1/includes/views/contact-us-view.php (added)
-
tags/1.0.1/includes/views/dashboard-view.php (added)
-
tags/1.0.1/js (added)
-
tags/1.0.1/js/mgo-scripts.js (added)
-
tags/1.0.1/megamo.php (added)
-
tags/1.0.1/readme.txt (added)
-
trunk/includes/class-plugin.php (modified) (3 diffs)
-
trunk/includes/controllers/class-browse-suppliers-controller.php (modified) (1 diff)
-
trunk/includes/controllers/class-contact-us-controller.php (modified) (1 diff)
-
trunk/includes/views/dashboard-view.php (modified) (1 diff)
-
trunk/megamo.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
megamo/trunk/includes/class-plugin.php
r2889245 r2903878 62 62 // add main menu page 63 63 $this->addWpMenu( 64 'M egamo Connect',64 'MgoSync', 65 65 'mgo_dashboard', 66 66 $mgo_logo_svg_b64, … … 158 158 string $perm = 'manage_options' 159 159 ): void { 160 $title = 'M egamo Connect| ' . $name;160 $title = 'MgoSync | ' . $name; 161 161 162 162 add_menu_page( … … 185 185 string $perm = 'manage_options' 186 186 ): void { 187 $title = 'M egamo Connect| ' . $name;187 $title = 'MgoSync | ' . $name; 188 188 189 189 if (!$ctrl) { -
megamo/trunk/includes/controllers/class-browse-suppliers-controller.php
r2889245 r2903878 72 72 } 73 73 74 wp_mail('integrations@megamo.pl', 'Wordpress M egamo Connect| New integration form', $output_string);74 wp_mail('integrations@megamo.pl', 'Wordpress MgoSync | New integration form', $output_string); 75 75 } 76 76 -
megamo/trunk/includes/controllers/class-contact-us-controller.php
r2889245 r2903878 53 53 54 54 55 wp_mail('integrations@megamo.pl', 'Wordpress M egamo Connect| New contact form', $output_string);55 wp_mail('integrations@megamo.pl', 'Wordpress MgoSync | New contact form', $output_string); 56 56 } 57 57 -
megamo/trunk/includes/views/dashboard-view.php
r2889245 r2903878 14 14 <?php if (!$view_reqs) { ?> 15 15 <section class='mgo-card mgo-column'> 16 <p class='mgo-card-title'>Some M egamo Connectrequirements have not been met!</p>16 <p class='mgo-card-title'>Some MgoSync requirements have not been met!</p> 17 17 <p>Please check the following table to see what changes need to be made:</p> 18 18 <div style='overflow-x:auto;'> -
megamo/trunk/megamo.php
r2889245 r2903878 4 4 * Plugin Name: Megamo 5 5 * Plugin URI: https://www.megamo.pl/en 6 * Description: M egamo Connectapp enables WooCommmerce stores to connect with Megamo integration tool. Expand your store by importing products from any supplier and keeping them up to date!7 * Version: 1.0. 06 * Description: MgoSync app enables WooCommmerce stores to connect with Megamo integration tool. Expand your store by importing products from any supplier and keeping them up to date! 7 * Version: 1.0.1 8 8 * Author: megamo 9 9 * Author URI: https://megamo.pl -
megamo/trunk/readme.txt
r2889245 r2903878 1 === M egamo Connect===1 === MgoSync - European dropshipping and suppliers === 2 2 Contributors: mgocezary, megamo 3 3 Tags: integration, woocommerce, dropshipping, products, suppliers, ecommerce, business 4 4 Requires at least: 4.4 5 5 Tested up to: 6.1 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 13 13 == Description == 14 14 15 Megamo Integrator is a powerful and user-friendly tool designed to help online store owners efficiently expand their product catalog . Whether you're looking to import a large batch of products or simply make a few updates to your existing offer, our app has you covered.15 Megamo Integrator is a powerful and user-friendly tool designed to help online store owners efficiently expand their product catalog with products from trusted European dropshipping suppliers. Whether you’re looking to import a large batch of products or simply make a few updates to your existing offer, our app has you covered. 16 16 17 Forget about CSV, Excel, or XML files -we provide you with an accessible tool that makes it effortless to import products from virtually any source. It will also make sure that the stock levels and prices are always up-to-date.17 Forget about CSV, Excel, or XML files – we provide you with an accessible tool that makes it effortless to import products from virtually any source. It will also make sure that the stock levels and prices are always up-to-date. 18 18 19 Core features ofMegamo Integrator:20 * Connect to any wholesale supplier using product feed files or API connection19 Drophipping integration with Megamo Integrator: 20 * Connect to any European dropshipping wholesale supplier using product feed files or API connection 21 21 * Manage products from multiple sources in one app 22 22 * Import only the products that you would like to sell … … 24 24 * Keep the prices and stock levels up-to-date with automatic updates 25 25 26 == M egamo Connectrole ==26 == MgoSync role == 27 27 28 M egamo Connect is an add-on designed specifically for WordPress and its WooCommerce e-commerce extension. It makes it easier to browsesuppliers available in the Megamo Integrator and apply for an integration.28 MgoSync is an add-on designed specifically for WordPress and its WooCommerce e-commerce extension. It makes it easier to browse dropshipping suppliers available in the Megamo Integrator and apply for an integration. 29 29 30 == Where to find M egamo Connect==30 == Where to find MgoSync == 31 31 32 M egamo Connect can be accesed by expanding the Megamo Connectsection in the admin menu of your WordPress backoffice.32 MgoSync can be accesed by expanding the MgoSync section in the admin menu of your WordPress backoffice. 33 33 34 As of now (v1.0) all M egamo Connect features are available directly in the sub-pages of the Megamo Connectsection.34 As of now (v1.0) all MgoSync features are available directly in the sub-pages of the MgoSync section. 35 35 36 == M egamo Connectusage ==36 == MgoSync usage == 37 37 38 You can use our app to browse currently available suppliers and apply for the integration for each of them by using links attached. In case the suppliers of your choice is not visible on your the list, please contact us using the form available in the supplier browser.38 You can use our app to browse currently available dropshipping suppliers and apply for the integration for each of them by using links attached. In case the suppliers of your choice is not visible on your the list, please contact us using the form available in the supplier browser. 39 39 40 In case any questions arise we are there to help! You can contact us using the "Contact us"page or by sending the e-mail directly to our support at biuro@megamo.pl.40 In case any questions arise we are there to help! You can contact us using the “Contact us” page or by sending the e-mail directly to our support at biuro@megamo.pl. 41 41 42 == M egamo Connectfuture ==42 == MgoSync future == 43 43 44 We expect our M egamo Connectextension to further develop in the future by giving our customers access to detailed information about their currently used Megamo services, simplifying the authorization process and expanding the integration with existing WordPress and WooCommerce functionalities.44 We expect our MgoSync extension to further develop in the future by giving our customers access to detailed information about their currently used Megamo services, simplifying the authorization process and expanding the integration with existing WordPress and WooCommerce functionalities. 45 45 46 46 == Requirements == 47 47 48 Current M egamo Connectrequirements:48 Current MgoSync requirements: 49 49 1. Forms use Wordpress mailing; please ensure that wp_mail() function is configured properly, otherwise your request may not be delivered. 50 50
Note: See TracChangeset
for help on using the changeset viewer.