Accept Bitcoin on your Magento-powered website with Cubits.
Download the plugin in our shopping cart section.
Download the plugin, initialise the submodule and copy the 'app' folder to the root of your Magento installation.
If you don't have a Cubits account, sign up at https://cubits.com/merchant.
The plugin sends two events - 'cubits_callback_received' when a callback is received, and 'cubits_order_cancelled' when an order is cancelled. You can use these events to implement custom functionality on your Magento store.
from the root of the plugin
-
git submodule init
-
git submodule update
if none of these have the expected effect use the following command to clone the submodule in the correct directory
- git submodule add https://github.com/cubits/cubits-magento.git app/code/community/Cubits/Cubits/cubits-php