Jump to content

setup a webshop without payment method

Recommended Posts

Posted

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.

 

  • Replies 4
  • Views 1.5k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted (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 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.

  • 2 weeks later...
Posted (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 by jg007
more clarification
Posted (edited)
3 hours ago, jg007 said:

How do you disable the Add to Cart button?

I've provided the CSS above.

Edited 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.

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.