blockonomics / opencart-plugin

Bitcoin plugin for Opencart v4 by Blockonomics
4 stars 7 forks source link

Add Support for OpenCart 4, Introduce Modular Checkout #31

Closed thisisayush closed 1 year ago

thisisayush commented 1 year ago

The changes in this branch are not compatible with OpenCart 3 and the PR is purely for review purposes. Ideal Scenario would be to create another repository similar to this one viz. opencart4-plugin

Additional Notes

To properly install the extension make sure the extension zip is named blockonomics.ocmod.zip, this is required because of discovery and hardcoded references in code.

Screenshots:

Module in Payments Extension List

image

Extension Edit Screen

screen-recorder-fri-feb-17-2023-14-11-41.webm

Customer Payment Selection

screen-capture.webm

DarrenWestwood commented 1 year ago

PR code looks good and functioning correctly.

thisisayush commented 1 year ago

The issue with logo happens only when we serve it on a subpath. It's better if we can use a hardcoded URL instead like from github raw maybe?