-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
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
Checkout button doesn't redirect to checkout page (pwacommerce pro) #57
Comments
Hey @Asarael Can you check if the |
Tanks for the answer. The checkout url is set up correctly in WooCommerce. |
@Asarael What is the value of |
Hi, @anghelalexandra the url exist. There is the value. "API_CHECKOUT_URL":"https://valdov.com.mx/wp-json/pwacommercepro/proceed-checkout/","CURRENCY":"$","SHOP_NAME":"Valdov","OFFLINE":"true"} } |
Hey @Asarael , It looks the route is not registered (404 not found status). From the output:
Does the message change if you activate the plugin? |
Hey @anghelalexandra Checking with DevTools noticed that. could be the problem? |
@Asarael I'm not sure if this is the problem. Do other API routes work? Can you see products and categories in the app? API routes are registered from the backend (WordPress plugin): https://github.com/appticles/wordpress-pwacommerce/blob/master/includes/class-pwacommerce-api.php. The path to the file is the same in the PRO version. Can you check if the |
@anghelalexandra |
Describe the bug
Checkout button doesn't redirect to checkout page
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Redirect to ckeckout page
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Wordpress: 4.9.8
woocommerce: 3.4.2 (Tested in 3.1 too)
Additional context
Jupiter Theme 6.1.5
The text was updated successfully, but these errors were encountered: