derekrayner Posted November 22, 2021 Posted November 22, 2021 Site URL: https://cmsexeter.co.uk We found on these forums the ability to remove the 'add to cart' button using tags on the CSS system. We are now wanting to change the 'out of stock' notification text under the item and in it to show 'Available to order' if it sees the tag 'available to order' in the item tags. Is this possible. Beyondspace 1
tuanphan Posted November 23, 2021 Posted November 23, 2021 You mean change "Sold out" text to another text? 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!)
derekrayner Posted November 29, 2021 Author Posted November 29, 2021 On 11/23/2021 at 2:18 PM, tuanphan said: You mean change "Sold out" text to another text? Sorry, as you said. Beyondspace 1
Beyondspace Posted November 29, 2021 Posted November 29, 2021 Just now, derekrayner said: Sorry, as you said. Assume you know how to add the tag .tag-available-to-order .product-mark.sold-out { visibility: hidden; position: relative; } .tag-available-to-order .product-mark.sold-out:after { content: 'Available to order'; visibility: visible; position: absolute; left: 0; width: 100%; } .tag-available-to-order .grid-item .product-mark.sold-out:after { left: 50%; transform: translateX(-50%); } tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
derekrayner Posted December 4, 2021 Author Posted December 4, 2021 Sorry, a bit new to the whole css thing. Can you elaborate?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment