Melchior Posted January 22 Posted January 22 Is there any way to set-up a webshop without a payment method? We would like to set-up a website with art objects. Some of these will be in the thousand of dollars/euro. We would like to have clients contact us without having to process of 'add to cart' of needing to add a payment method. Would love to hear some ideas or workarounds.
paul2009 Posted January 22 Posted January 22 (edited) You can hide the Add to Cart buttons if you'd like to the Store page layouts and features, without online payment. On some older templates there's an option for this but on newer Squarespace (7.1) websites, you'll need to add some CSS to the Custom CSS panel: .product-price, .product-quantity-input, .product-variants, .sqs-add-to-cart-button-wrapper { display : none!important; } If users are likely to want to contact you about one item, you can use a contact form. If you'd like a more feature-rich solution, let me know. Edited February 3 by paul2009 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
jg007 Posted February 3 Posted February 3 (edited) I am trying to remove the "add to cart" button AND the "price" in one of my products. I have the following CSS code to remove the "add to cart": { //CSS Hide Add to Cart Button .ProductItem-details .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button {display:none;} } I also have the CSS code to remove the "price": { //CSS Hide Price .sqs-money-native, .product-price {display:none;} } My question is, How to I add both of these to the custom CSS editor? I am able to do one or the other but not both. Is there an easier way that dealing with CSS coding? Edited February 3 by jg007 more clarification
jg007 Posted February 3 Posted February 3 How do you disable the Add to Cart button? I can't find that answer anywhere.
paul2009 Posted February 3 Posted February 3 (edited) 3 hours ago, jg007 said: How do you disable the Add to Cart button? I've provided the CSS above. Edited February 3 by paul2009 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment