beaudioful Posted July 18, 2019 Share Posted July 18, 2019 Hey there,according to German Law, I would need to modify the descriptive text on the current final checkout button from "jetzt bestellen" to something like "kostenpflichtig bestellen". How do I do this?Thank you very much!Best regards,André of beaudioful.com Link to comment
tuanphan Posted July 18, 2019 Share Posted July 18, 2019 @beaudioful I think some CSS can change text ;) Can you share a product url? I can't find product to add to cart! Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
beaudioful Posted July 20, 2019 Author Share Posted July 20, 2019 Here you may find a product to add to your shopping card. Not sure if the link works though, since the online shop is not online for the legal issue.Let me know. Link: https://beaudioful.com/shop-raeck/vz16lw9640xadg3c5esda9yfzebtan-nb8t8-ehbam Thanks in advance for your support. Link to comment
tuanphan Posted July 20, 2019 Share Posted July 20, 2019 @beaudioful what is access password? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
beaudioful Posted July 20, 2019 Author Share Posted July 20, 2019 Sorry, but I will not share a password here. Please PM me. THX. Link to comment
beaudioful Posted July 20, 2019 Author Share Posted July 20, 2019 I put the online shop ... online. You may find a product here:https://beaudioful.com/shop-raeck/vz16lw9640xadg3c5esda9yfzebtan-nb8t8-gyf9y-ryzhk Thanks for your help! Link to comment
tuanphan Posted July 20, 2019 Share Posted July 20, 2019 Is it Step 5?Can you take screenshot of that button? If it is step 5. I think I can't order .... to check its code. You can click "jetzt..." button > Inspect Element > take screenshot of all code, i will try checking. See how to: https://beaverhero.com/squarespace-how-to/#Method2Inspect_Element Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
beaudioful Posted July 21, 2019 Author Share Posted July 21, 2019 Here you can see the button: Here you may find the code:![alt text][2] Link to comment
beaudioful Posted July 21, 2019 Author Share Posted July 21, 2019 Here you may find the code: I would just need to replace "Jetzt kaufen" with something like "kostenpflichtig bestellen". But I don't know how. Maybe you would know? Thanks for your help! Link to comment
tuanphan Posted July 21, 2019 Share Posted July 21, 2019 @beaudioful Try adding to Home > Design > Custom CSS .ReviewSection-purchaseButton-1jKKj .u-field-button { visibility: hidden; } .ReviewSection-purchaseButton-1jKKj .u-field-button:after { visibility: visible; content: "Your New Checkout Text" font-size: 16px; color: #000; display: block; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
beaudioful Posted July 21, 2019 Author Share Posted July 21, 2019 Unfortunately, this didn't do anything. The text is still "Jetzt kaufen". Link to comment
tuanphan Posted July 21, 2019 Share Posted July 21, 2019 Can you zoom in screenshot at "jetzt kaufen" code? @beaudioful Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted July 21, 2019 Share Posted July 21, 2019 @beaudioful Try [data-test="purchaseButton"] { visibility: hidden; } [data-test="purchaseButton"]:after { visibility: visible; content: "Your New Checkout Text" font-size: 16px; color: #000; display: block; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
beaudioful Posted July 21, 2019 Author Share Posted July 21, 2019 It gives back: "syntax error in line 6" Link to comment
tuanphan Posted July 21, 2019 Share Posted July 21, 2019 @beaudioful try this [data-test="purchaseButton"] { visibility: hidden; } [data-test="purchaseButton"]:after { visibility: visible; content: "Your New Checkout Text"; font-size: 16px; color: #000; display: block; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
beaudioful Posted July 21, 2019 Author Share Posted July 21, 2019 I am sorry, but it still doesn't do anything... :-( Link to comment
tuanphan Posted July 21, 2019 Share Posted July 21, 2019 Sorry i can't help. Difficult with only screenshot. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
beaudioful Posted July 21, 2019 Author Share Posted July 21, 2019 Thank you anyway! You tried. I really appreciated your help.Squarespace didn't do anything so far, nor got back to me. If say do not reply soon, I might have to change my provider. There are companies, which do allow to change the button texts etc., thus comply with German Laws.Again: THX to you! Link to comment
tuanphan Posted July 21, 2019 Share Posted July 21, 2019 @beaudioful try add important to after content: "Your New Checkout Text" !important; Or you can create a product that costs $1 and send me the link, I can check. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
beaudioful Posted July 21, 2019 Author Share Posted July 21, 2019 I put on the "test mode". So you don't have to worry about any purchase. ;-)Will that work for you, too? Link to comment
tuanphan Posted July 21, 2019 Share Posted July 21, 2019 @beaudioful Try this. I thought the code worked, but it was white .... so you thought it didn't work [data-test="purchaseButton"] { visibility: hidden; } [data-test="purchaseButton"]:after { visibility: visible; content: "New Text"; display: block; background: #000; color: #fff; padding: 10px; width: 100%; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
beaudioful Posted July 21, 2019 Author Share Posted July 21, 2019 Just to be sure:I simply copy the lines into the CSS at DESIGN > CUSTOM CSS ... save it ... correct? Still, nothing. I am sorry. Link to comment
tuanphan Posted July 21, 2019 Share Posted July 21, 2019 @beaudioful Insert, and i will try check that code. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
beaudioful Posted July 21, 2019 Author Share Posted July 21, 2019 [data-test=purchaseButton] { visibility: hidden; } [data-test=purchaseButton]:after { visibility: visible; content: "New Text"; display: block; background: #000; color: #fff; padding: 10px; width: 100%; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.