Hello,
I would like to report a small but important issue with the osclass-pay-plugin related to the OpenPix (PIX) payment method icon.
The plugin tries to load the SVG icon from the following path:
my.site.com/oc-content/plugins/osclass_pay/img/payments/openpix.svg
However, this file does not exist by default in the plugin directory, which causes the OpenPix/Pix payment method icon not to be displayed in the frontend.
✅ Solution / Fix
You need to manually add the SVG file to the expected directory:
Go to:
oc-content/plugins/osclass_pay/img/payments/
Download the PIX SVG icon from some source
Rename the file to:
openpix.svg
Place it inside the payments folder.
After adding the SVG file to this path, the OpenPix/Pix icon displays correctly in the payment selection screen.
📌 Suggestion
It would be great if future versions of the plugin included this SVG file by default to avoid confusion and layout issues.
Hope this helps other users facing the same problem.
Best regards.