Closed DynamiteGoesBoom closed 9 months ago
Should be fixed for the next release. To get this early, run composer require verbb/snipcart:"dev-craft-4 as 2.1.4"
.
As for clicking the "Snipcart" link in the main menu, that should take you to the dashboard, and it does for me. Are your credentials actually valid - I assume they are? But something is throwing an error when trying to fetch data. Going to admin/snipcart/settings
from the sidebar isn't correct behaviour, as that'll be unavailable on production due to allowAdminChanges = false
being set.
Fixed in 2.1.5
Describe the bug
Hey Crawf,
First of all, thank you for taking this plugin over as I know it's in great hands :)
So I'm reconfiguring this for Fido and using the following code to render a button:
But when I use
class
it doesn't add anything to the cart.it doesn't seem to matter what's in there and the moment I remove the class property then it works as expected.
Also the sidebar SnipCart link needs updating. When I click on "Snipcart" from the Dashboard's Sidebar menu it takes me here:
https://fido.ddev.site/admin/snipcart
Yet when I visit https://fido.ddev.site/admin/snipcart/settings there is no error so I think just updating the URL there should fix it.
Steps to reproduce
getBuyNowButton
methodCraft CMS version
4.7.4
Plugin version
2.1.4
Multi-site?
No
Additional context
No response