ste Posted April 23, 2014 Share Posted April 23, 2014 I would really like to create a pricing table like the one on the Squarespace Pricing page. How have they achieved this? Is there a way to create something similar without lots of coding? Cheers Link to comment
Scoobie Posted April 23, 2014 Share Posted April 23, 2014 Without customisation code I think not, as the inverted white on black coloured blocks will be tricky. As will the lines. Link to comment
ste Posted April 23, 2014 Author Share Posted April 23, 2014 Hi Scoobie, Thanks for your thoughts, next question... Looking at the source code for the page it's just a straight forward table so it must be CSS and possibly Javascript. Does anyone have any idea about how to create this with CSS/Javascript? Cheers Link to comment
Guest Posted April 24, 2014 Share Posted April 24, 2014 I have the same question, has anyone created a price table in Squarespace? Link to comment
XaQQhcQtEhfdzDvpDdQb Posted April 24, 2014 Share Posted April 24, 2014 I created a CSS addon for any template that will convert Menu Blocks into Price Charts. Try this: http://squarefront.com/addons/price-charts-squarespace-menu-block-version I'm in the process of rewriting a lot of addons, so this is sort of beta, but hopefully it can help. I'm redoing the code to support titles and additional prices. The Menu Block is a bit quirky in how it converts text/numbers into code. Here's an example of one done with Code Blocks. The website template is a prototype for one that will be available for sale at Squarefront.com http://coreviewtech.com/pricing/ Jason Barone Designer, Developer, Squarespace ExpertFounder, Squarefront, Talk SquarespaceHost, Talking Squarespace, Unauthorized Squarespace Show Link to comment
Guest Posted April 24, 2014 Share Posted April 24, 2014 Jason, this is very exciting news, thank you! Will try the beta code. Have subscribed at your website too. Link to comment
JiDe1570047796 Posted April 30, 2014 Share Posted April 30, 2014 Thanks a lot Jason for this very useful pricing tab! I don't understand why SquareSpace team doesn't provide such feature/section as it is a must have... Link to comment
sssupers Posted March 9, 2015 Share Posted March 9, 2015 Hi Jason, just want to thank you… let the good times roll ! Hi, I'm sssupers. Link to comment
nystartup Posted March 28, 2015 Share Posted March 28, 2015 I cannot figure out how to get these menu blocks to form three columns in the Five template! Link to comment
sssupers Posted March 28, 2015 Share Posted March 28, 2015 @nystartup: you have to place three menu blocks next to each other and fill the content following the descriptions above. *sss Hi, I'm sssupers. Link to comment
sssupers Posted March 28, 2015 Share Posted March 28, 2015 @nystartup: you have to place three menu blocks next to each other and fill the content following the descriptions above. *sss Hi, I'm sssupers. Link to comment
nystartup Posted March 28, 2015 Share Posted March 28, 2015 I'm sorry to bother you about this further, but how exactly can you place 3 menu blocks next to each other? Link to comment
nystartup Posted March 28, 2015 Share Posted March 28, 2015 I'm sorry to bother you about this further, but how exactly can you place 3 menu blocks next to each other? Link to comment
hthdesign Posted April 26, 2015 Share Posted April 26, 2015 Hi sssuperguy! Is the code for this missing from this thread now? Jasons link is password protected. Love to get my grubby hands on this CSS Link to comment
XaQQhcQtEhfdzDvpDdQb Posted April 26, 2015 Share Posted April 26, 2015 Check back tomorrow :) sorry. Link to comment
hthdesign Posted April 26, 2015 Share Posted April 26, 2015 Thanks jasonbarone, I will check back tomorrow! Love the look of these packages. Link to comment
jandmco Posted April 26, 2015 Share Posted April 26, 2015 Through a google search I was able to find help on how to make a basic pricing table (not as spiffy as the ones above) from a site called coveloping. You create your price table using their generator (http://coveloping.com/tools/pricing-tables) and then paste the CSS code in the custom css section of the style editor. You then take the html code they provide and drop that in a code box on any page that you want the pricing table to appear. You'll need both codes for this to work. They explain how to do this here: https://coveloping.com/embed-pricing-table-squarespace-site For an example of a simple pricing table that I made you can check out our site here: http://www.j-and-m.org/social-media-management Hope this helps. Link to comment
Kozanno1570047785 Posted July 15, 2015 Share Posted July 15, 2015 Jason I've created a separate thread for my question and emailed you as well, but I can't get answers anywhere. I love the above pricing blocks and use them on several websites, however I need to place buttons (for purchase or linking elsewhere) in the bottom of the menu block. I don't want to add a button below each one because on mobile they all scale and clump on top of each other and don't relate to the service that its respective block is speaking to. Can you help with this???? Link to comment
nichola_e1 Posted January 16, 2016 Share Posted January 16, 2016 Does anyone have the CSS for creating a pricing table from the Menu block. The link takes me to a password protected website.Thanks! Link to comment
nichola_e1 Posted January 16, 2016 Share Posted January 16, 2016 Does anyone have the CSS for creating a pricing table from the Menu block. The link takes me to a password protected website.Thanks! Link to comment
Guest Posted January 16, 2016 Share Posted January 16, 2016 @Nichola_e1 Here you go. You'll have to play with your colors. /* PRICE CHARTS-----------------------------------------------*/.menu-wrapper { background: #F5F5F5; border: 1px solid #ffffff; &.menu-style-simple { .menu-section { margin-top: 0; } .menu-item { margin-bottom: 0; &:first-child { .menu-item-title { padding: 12px 0 10px; line-height: 1em; font-size: 32px; } .menu-item-description { padding: 0 0 15px; line-height: 1em; font-size: 16px; } .menu-item-price-bottom { padding: 5px 0 0; line-height: 1em; background: #fc7c54; color: #FFFFFF; font-size: 82px; .currency-sign { display: inline-block; vertical-align: middle; margin-top: -60px; margin-left: -12px; line-height: 1em; font-size: 22px; } } .menu-item-options { position: relative; padding: 0 0 10px; line-height: 1em; background: #fc7c54; color: #FFFFFF; font-size: 14px; &:after { position: absolute; content: ""; left: 50%; margin-left: -6px; bottom: -6px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #333333; } } } &:not(:first-child) { .menu-item-title { padding: 16px 0; line-height: 1em; border-bottom: 1px solid #EEEEEE; } } &:last-child { .menu-item-title { border-bottom: none; } } } } } Link to comment
nichola_e1 Posted January 16, 2016 Share Posted January 16, 2016 Thanks so much Kozanno~ Link to comment
paul2009 Posted March 28, 2016 Share Posted March 28, 2016 I've described how to create a couple of different customisable pricing plans (for free!) in Squarespace here. An example is: It's built by adding three code blocks (one for each pricing tier) and some custom CSS to style them. 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. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.