Skip to content

Commit

Permalink
Merge pull request #1464 from ndeet/phocacart
Browse files Browse the repository at this point in the history
Adding Phoca Cart integration.
  • Loading branch information
pavlenex authored Nov 22, 2024
2 parents df56ec4 + bc945ee commit e1c9993
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ const sidebarUserGuide = [
['/Nopcommerce/', 'Nopcommerce'],
['/Odoo/', 'Odoo'],
['/OpenCart', 'OpenCart'],
['/PhocaCart', 'PhocaCart'],
['/PrestaShop', 'PrestaShop'],
['/Shopify', 'Shopify'],
['/Shopware', 'Shopware'],
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ module.exports = [
{ path: '/integrations/woocommerce', redirect: '/WooCommerce/' },
{ path: '/integrations/drupal', redirect: '/Drupal/' },
{ path: '/integrations/magento', redirect: '/Magento/' },
{ path: '/integrations/phocacart', redirect: '/PhocaCart/' },
{ path: '/integrations/prestashop', redirect: '/PrestaShop/' },
{ path: '/integrations/virtuemart', redirect: '/VirtueMart/' },
{ path: '/integrations/opencart', redirect: '/OpenCart/' },
Expand Down
11 changes: 11 additions & 0 deletions docs/PhocaCart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Phoca Cart integration for Joomla 4 and 5

:::warning
Please be aware that this integration is not maintained by the BTCPay Server team. If you have any questions, please go to their [GitHub issues](https://github.com/Jacquesvw/PhocaCart-BtcpayServer-Plugin/issues) to report a problem or get support.
:::

## Installation instructions and download

- [Installation instructions on GitHub](https://github.com/Jacquesvw/PhocaCart-BtcpayServer-Plugin/blob/main/docs/INSTRUCTIONS.md)
- [Download from GitHub](https://github.com/Jacquesvw/PhocaCart-BtcpayServer-Plugin) or
- Install via [Joomla Extension Manager](https://extensions.joomla.org/extension/phoca-cart-btcpay/)

0 comments on commit e1c9993

Please sign in to comment.