We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug In Woocommerce we dont have a add to cart button
To Reproduce Go to the product in the frontend, there is no add to cart button
Expected behavior See a add to cart button
Additional context Adding this code adds the button back
add_action("woocommerce_slm_license_add_to_cart", function() { do_action('woocommerce_simple_add_to_cart'); });
I am using Divi 4 builder, I think this is the issue.
-- update --
I think the issue can be closed as this looks like a issue with Divi builder, not this plugin sorry.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In Woocommerce we dont have a add to cart button
To Reproduce
Go to the product in the frontend, there is no add to cart button
Expected behavior
See a add to cart button
Additional context
Adding this code adds the button back
add_action("woocommerce_slm_license_add_to_cart", function() { do_action('woocommerce_simple_add_to_cart'); });
I am using Divi 4 builder, I think this is the issue.
-- update --
I think the issue can be closed as this looks like a issue with Divi builder, not this plugin sorry.
The text was updated successfully, but these errors were encountered: