Home › Forums › WoodMart support forum › Add to cart button not working in single product page not opening side panel
Add to cart button not working in single product page not opening side panel
- This topic has 17 replies, 3 voices, and was last updated 2 years, 8 months ago by
Artem Temos.
-
AuthorPosts
-
March 9, 2023 at 6:11 pm #449774
joynalabedin9850ParticipantAdd to cart button not working in single product page not opening side panel
But on the other page it’s workin fine.March 9, 2023 at 6:28 pm #449781
Luke NielsenMemberHello,
Thank you for reaching out to us!
Is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?
Kind Regards
March 9, 2023 at 6:37 pm #449788
joynalabedin9850ParticipantYes possible. How can give you the access.
March 9, 2023 at 7:29 pm #449808
joynalabedin9850ParticipantAny updates.
March 10, 2023 at 11:33 am #449979
Luke NielsenMemberHello,
Please update the access to the admin dashboard:
https://monosnap.com/file/AYbFRDa3j4dBtVMS57da9Zo1h9LNIh
Looking forward to hearing back from you!
Kind Regards
March 10, 2023 at 12:23 pm #449998
joynalabedin9850ParticipantIs it time for you.
March 10, 2023 at 12:23 pm #449999
joynalabedin9850ParticipantHow many times I’ve tried.
March 10, 2023 at 12:24 pm #450000
joynalabedin9850ParticipantVery bad customer support
March 10, 2023 at 12:51 pm #450007
Luke NielsenMemberHello,
The temporary access doesn’t work: https://monosnap.com/file/4gZX5ND3gR4SWD0HK3aP9F4JJqIKsL
Could you please send me normal access via login and password?
I await your response.
Kind Regards
March 10, 2023 at 1:26 pm #450034
joynalabedin9850ParticipantHere’s the login
March 10, 2023 at 1:37 pm #450035
joynalabedin9850ParticipantHere is my normal login details. Please solve this problem.
March 10, 2023 at 4:25 pm #450090
joynalabedin9850ParticipantHi, any updates!!
March 10, 2023 at 6:05 pm #450117
Luke NielsenMemberHello,
If I log in via Go-Daddy, your account has 2-factor protection:
https://monosnap.com/file/m0DPG8H68kLvrLug7cHUiK8WNQEWT2
If I log in via WordPress, it shows that the password is wrong:
https://monosnap.com/file/JyVyusyCIHsDlI2PgG6m1Cszoyk8Wl
So could you please update the password to the admin dashboard?
Kind Regards
March 10, 2023 at 6:57 pm #450135
joynalabedin9850ParticipantThis time should work
March 11, 2023 at 3:50 am #450190
joynalabedin9850ParticipantHi
March 11, 2023 at 9:55 am #450213
joynalabedin9850ParticipantIt’s too late. How is it call premium support.
March 11, 2023 at 3:08 pm #450273
joynalabedin9850ParticipantI can’t wait any more…
March 13, 2023 at 10:01 am #450584
Artem TemosKeymasterHello,
Sorry for the delay.
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter('woocommerce_add_to_cart_redirect', function( $url ) { if( strpos( $url, 'product-added-to-cart' ) > 0 || strpos( $url, 'product_added_to_cart' ) > 0) { if ( isset( $_REQUEST['wd-add-to-cart'] ) ) { return wc_get_checkout_url(); } return ''; } return $url; }, PHP_INT_MAX);Kind Regards
-
AuthorPosts
Tagged: add to cart
- You must be logged in to create new topics. Login / Register
