Skip to content

monoworksgmbh/groupmate__docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

groupmate Docs

Custom Integration

To integrate the 'groupmate Product Picker' in your legacy or custom Shopify theme, simply follow the 4-step guide below.

Integration Guide

  1. Download the snippets/groupmate_picker.liquid file
  2. Upload this file into the snippets folder of your theme
  3. Paste this liquid code {% render 'groupmate_picker', product: product %} in the place where you want the groupmate Picker to appear
  4. At the top of groupmate_picker.liquid, you can adjust the behavior and appearance of the Picker with the settings below

Available Settings

Field Name Data Type
swatch_size integer
show_label boolean
show_swatch_titles boolean
disable_app_css boolean
only_available_products boolean
sort_order 'order_default' OR 'order_active'

Custom CSS / Styling

You can completly disable the default CSS by setting disable_app_css to false and then bring your own styling in the format of your liking.

You can also find some pre-built CSS snippets to adjust the styling to your personal preferences in the CSS-Folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published