Ctimoneda Posted March 6, 2023 Posted March 6, 2023 How can I change the wording of add to cat to Submit, or continue??
tuanphan Posted March 8, 2023 Posted March 8, 2023 Hi, Change for all products or which product? If all products, add this to Code Injection > Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $(".sqs-add-to-cart-button-inner").html(function() { return $(this).html().replace("Add To Cart", "New text"); }); }); </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Ctimoneda Posted March 9, 2023 Author Posted March 9, 2023 Yeaaa....... I'm probably not doing it right but that didn't work
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment