Skip to content

Commit

Permalink
Merge pull request #18 from Agilo/hotfix/banner-image
Browse files Browse the repository at this point in the history
hotfix: banner image
  • Loading branch information
anteprimorac authored Nov 28, 2023
2 parents fd92f15 + 4e02d96 commit c2872d0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MedusaWP](.github/banner.png "MedusaWP")
[![MedusaWP](https://raw.githubusercontent.com/Agilo/medusawp/master/.github/banner.png "MedusaWP")](https://github.com/Agilo/medusawp)

<h1 align="center">
MedusaWP
Expand Down Expand Up @@ -156,12 +156,12 @@ npm run start

3. Connect your Medusa e-commerce store and your WordPress instance. On the default MedusaWP plugin screen enter your Medusa shop URL and credentials - email and password and press "Connect" button.

> [!NOTE]
> [!NOTE]
> If necessary, you can always disconnect from your Medusa shop by opening a dropdown in the upper-right corner, pressing the "Disconnect" button, and confirming your decision.
4. When the connection with Medusa is established, sync your Medusa e-commerce data with WordPress by clicking the "Sync" button. You can also choose to import Medusa thumbnails into the WordPress Media Library directly with the data sync (this may slightly slow down your data sync process), or you can import thumbnails separately later using the "Import" button.

> [!NOTE]
> [!NOTE]
> It is possible to remove all your synced Medusa data from your WordPress site at any time using the "Remove" button. We recommend that you backup your data before proceeding with this action.
5. Once the data synchronization is complete, configure the default settings of the MedusaWP plugin to suit your needs. In the dropdown, you can select the default country, which will be used to automatically create a cart in the corresponding region when a customer lands on the site.
Expand Down Expand Up @@ -272,5 +272,5 @@ This project is licensed under the [MIT License](./LICENSE).

## Credits

MedusaWP is developed and maintained by [AGILO](https://agilo.co/).
MedusaWP is developed and maintained by [AGILO](https://agilo.co/).
Huge thanks to [all contributors](https://github.com/Agilo/medusawp/graphs/contributors).
2 changes: 1 addition & 1 deletion dev/wp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"authors": [
{
"name": "Agilo",
"email": "info@agilo.co",
"email": "hello@agilo.co",
"homepage": "https://agilo.co"
}
],
Expand Down
2 changes: 1 addition & 1 deletion dev/wp/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wordpress-plugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"authors": [
{
"name": "Agilo",
"email": "info@agilo.co",
"email": "hello@agilo.co",
"homepage": "https://agilo.co"
}
],
Expand Down
2 changes: 1 addition & 1 deletion wordpress-plugin/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Unlock the full potential of your Medusa store with the MedusaWP plugin and stre

= Get In Touch =

Got any suggestions, questions or simply want to get in touch? Email us at [info@agilo.co](mailto:info@agilo.co) or [give us a follow on Twitter/X](https://twitter.com/intent/follow?screen_name=Agilo)!
Got any suggestions, questions or simply want to get in touch? Email us at [hello@agilo.co](mailto:hello@agilo.co) or [give us a follow on Twitter/X](https://twitter.com/intent/follow?screen_name=Agilo)!

== Installation ==

Expand Down

0 comments on commit c2872d0

Please sign in to comment.