Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrickbolle/shopify-snippets
Random code snippets for Shopify. Sections, snippets, templates.
https://github.com/patrickbolle/shopify-snippets
shopify snippets
Last synced: 14 days ago
JSON representation
Random code snippets for Shopify. Sections, snippets, templates.
- Host: GitHub
- URL: https://github.com/patrickbolle/shopify-snippets
- Owner: patrickbolle
- Created: 2018-01-17T20:28:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T15:08:08.000Z (over 4 years ago)
- Last Synced: 2024-08-01T16:51:15.518Z (3 months ago)
- Topics: shopify, snippets
- Language: Liquid
- Homepage:
- Size: 16.6 KB
- Stars: 56
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Snippets for Shopify
### Directory#### Double Blocked Sections - https://github.com/patrickbolle/shopify-snippets/blob/master/double-block-section.liquid
#### Easy Tabbed Descriptions (splits at H6 element, easy for clients) - https://github.com/patrickbolle/shopify-snippets/blob/master/tabbed-description.liquid
Taken from this Shopify forum thread - https://ecommerce.shopify.com/c/ecommerce-design/t/adding-tabs-on-product-page-simple-entry-451503Combined with this Shopify tutorial - https://help.shopify.com/themes/customization/products/features/add-tabs-to-product-descriptions
#### Easy Fancy Slick Carousel Section (with text overlay, buttons, lots of options - just drop it in) - https://github.com/patrickbolle/shopify-snippets/blob/master/fancy-slick-carousel.liquid
#### Pagination Snippet with Page Numbers (and arrows) - https://github.com/patrickbolle/shopify-snippets/blob/master/pagination-with-numbers.liquid
#### Sectioned / Drag-n-Drop Contact Form Builder - https://github.com/patrickbolle/shopify-snippets/blob/master/sectioned_contact_form.liquid
Allows store owner to drag and drop to build their contact form for various uses. Super useful.