Basic - $5

Our basic package provides a good print quality suitable for everyday use.

Select

Standard - $10

Our standard package offers a higher print quality, great for art prints and posters.

Select

Premium - $15

Our premium package delivers the highest print quality, ideal for professional artists and high-quality prints.

Select
Please replace "https://yourwebsite.com/checkout-*" with the actual URLs where your customers will be taken to when they click on each button. This is very basic and does not contain any custom styling. Depending on your website's existing styles, you may want to add some custom CSS to make this look more modern and aligned with your design. Here's an example of how you could style this in a modern way: css Copy code .pricing-table { display: flex; justify-content: space-around; } .pricing-option { border: 1px solid #eee; padding: 20px; border-radius: 5px; text-align: center; } .pricing-option h2 { color: #333; } .pricing-option p { color: #666; } .sqs-block-button-element { display: inline-block; padding: 10px 20px; color: #fff; background-color: #333; border-radius: 3px; text-decoration: none; }