KatFe Posted September 21, 2020 Share Posted September 21, 2020 Hi, i'm in the process of setting up an online shop. We will sell physical products and workshops. For the workshops we want to offer two price variants: Full Price 1000USD and Deposit 250USD (to secure your spot) In the store front it says: price start from 250USD (which is just not true and misleading) Does anyone have an idea, how i can hide the deposit variant from the store front, so that it always display the 1000USD as price. And only on the detailpage they can select the different variants from the dropdown? Any help is appreciated. Link to comment
Sophiejacksonstudios Posted September 24, 2020 Share Posted September 24, 2020 I am having the exact same issue and would like to know if there is any solution too... Link to comment
paul2009 Posted September 24, 2020 Share Posted September 24, 2020 (edited) On 9/21/2020 at 5:54 AM, KatFe said: For the workshops we want to offer two price variants: Full Price 1000USD and Deposit 250USD (to secure your spot) In circumstances like this, it's best to add the deposit as an entirely separate item, rather than a variant of the full price item. If you display the full price workshop "products" only, you can then add a link to the deposit "product" within the description of the workshop, allowing potential customers to easily reach the deposit. Here's an old post where I offered some advice in similar circumstances: If you really want to display the workshop and the deposit as variants so there's a dropdown list, you can use our Variant Pricing extension to remove the "From" pricing and show the full price. If a visitor clicks Add to Cart without choosing an option, they'll automatically add the full product to their cart, but if they choose Deposit from the drop-down, the deposit price will be shown. If you have further questions, please provide a working link to your product page. If a post helps you, please click a "Like" option below ↘️ Edited September 24, 2020 by paul2009 CatherineJoMorgan 1 About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
KatFe Posted September 25, 2020 Author Share Posted September 25, 2020 @paul2009 thanks for your input. I had the same idea of adding a product just for the deposit. But that seems to be to complex for the person handling the orders 😄i might just hide the price for the product (i figured out you can hide the pricing for specific tags) and add the price to the dropdown. Which is not a very clean solution, but works for now. paul2009 1 Link to comment
LKW Posted October 20, 2020 Share Posted October 20, 2020 @KatFe You can hide the product price for specific tags? How do you do that? I need that! Link to comment
KatFe Posted November 16, 2020 Author Share Posted November 16, 2020 @LKW You can add custom CSS to hide price. In general i would not recommend to do it, as it makes everything more complicated and harder to do maintenance. I assume there are nicer ways to solve the problem. I just added custom code in "advanced page settings", which says: <style> .product-price { display:none } </style> Keep in mind that you need to display the price somehow. In my case i just added the price as part of the product name. Not perfect, but a workaround. Link to comment
LKW Posted November 16, 2020 Share Posted November 16, 2020 14 hours ago, KatFe said: I just added custom code in "advanced page settings", which says: <style> .product-price { display:none } </style> I was wondering how to suppress prices for products with certain tags. Now that I know a little more about Squarespace I see that it is do-able, but probably varies with each page, template, and version. E.g., on a product collection page in Montauk/7.0, you could use something like: <style> .tag-hidden-price .product-price .sqs-money-native { display:none } </style> where 'hidden-price' is a tag you've applied to various products. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment