Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Phoca Cart integration. #1464

Merged
merged 2 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/)
Loading