Setup Required Custom Fields

Pixfizz CMS template (shopper24) has custom code built in that can be activated or adjusted through snippets or via custom fields on either pages, collections, designs or products.

What are custom fields and how to create them

COLLECTION CUSTOM FIELDS

Name: reverse

Type: boolean

Description: Reverse the order in which the designs are displayed. Last added to collection will show first.

Liquid Reference: collection.custom.reverse


Name: wildcard

Type: boolean

Description: Check to have the shop URL convert to collection.path/design.code

Liquid Reference: collection.custom.wildcard


Name: pdp_layout

Type: boolean

Description: Displays the collection in a product detail page layout.

Liquid Reference: collection.custom.pdp_layout


Name: btn_add_to_cart

Type: boolean

Description: Renders an Add to Cart button to skip the Design Tool.

Liquid Reference: collection.custom.btn_add_to_cart


Name: btn_design_tool

Type: boolean

Description: Renders an Advanced Design button, in addition to the Add to Cart button to offer the user the choice.

Liquid Reference: collection.custom.btn_design_tool


Name: select_quantity

Type: boolean

Description: Renders a quantity input field.

Liquid Reference: collection.custom.select_quantity


Name: gallery_stacked

Type: boolean

Description: Stack multiple images in the gallery instead of a carousel with thumbnails.

Liquid Reference: collection.custom.gallery_stacked


Name: production_time

Type: number

Description: Enter the number of days required for production to render the value on the product page.

Liquid Reference: collection.custom.production_time


Name: collection_filters

Type: snippet

Description: Enter in filter data.

Liquid Reference: collection.custom.collection_filters

PRODUCT CUSTOM FIELDS

Name: btn_add_to_cart

Type: boolean

Description: Skip the design tool and direct the user straight to the cart.

Liquid Reference: product.custom.btn_add_to_cart


Name: btn_design_tool

Type: boolean

Description: Only relevant when the Add to Cart button is also active, checking this will also render a button to the Design Tool.

Liquid Reference: product.custom.btn_design_tool


Name: select_quantity

Type: boolean

Description: Render a quantity input field on product page.

Liquid Reference: product.custom.select_quantity


Name: select_date

Type: boolean

Description: Render a start date dropdown selectors for month & year. Required for calendar products.

Liquid Reference: product.custom.select_date


Name: google_category

Type: text

Description: Enter the Google Category code based on the Taxonomy list available here.

Liquid Reference: product.custom.google_category


Name: film_processing

Type: boolean

Description: Activate checkout option for mail-in or drop-in.

Liquid Reference: product.custom.film_processing


Name: orientation

Type: text

Description: Commonly used with collection filters

Liquid Reference: product.custom.orientation


Name: size

Type: text

Description: Commonly used with collection filters

Liquid Reference: product.custom.size


Name: hide_edit_in_cart

Type: boolean

Description: Check to remove ability to edit project from within the cart.

Liquid Reference: product.custom.hide_edit_in_cart


Name: display_each_pricing

Type: boolean

Description: Check to display the price per unit pricing on the product page.

Liquid Reference: product.custom.display_each_pricing


Name: from_pricing

Type: number

Description: Minium price of product, usually at highest quantities.

Liquid Reference: product.custom.from_pricing


Name: to_pricing

Type: number

Description: Maximum price of product, usually at lowest quantities.

Liquid Reference: product.custom.to_pricing

DESIGN CUSTOM FIELDS

Name: url_path

Type: text

Description: Required when using wildcard collection & product pages. Avoid using capitals, underscores & spaces as this will be visible in the url.

Liquid Reference: design.custom.personal_dates


Name: personal_dates

Type: boolean

Description: Render the checkbox to select personal calendar dates to be added into a calendar or planner project.

Liquid Reference: design.custom.personal_dates


OPTIONS/VARIANTS CUSTOM FIELDS

Name: selector

Type: text

Description: Add one of the following values to render the variant as a color radio button, checkbox, dropdown or slider. Leave blank to render as a radio button.

Values: color | checkbox | dropdown | slider

Liquid Reference: order.custom.tracking


Name: multi_upload_group

Type: text

Description:

Liquid Reference: order.custom.multi_upload_group


ORDER CUSTOM FIELDS

Name: tracking

Type: text

Description: Insert shipping tracking code to be rendered in shipped order email notification.

Liquid Reference: order.custom.tracking


ADDRESS CUSTOM FIELDS

Name: opening_hours

Type: snippet

Description: Add your store opening hours to be displayed in a modal during checkout.

Liquid Reference: address.custom.opening_hours


Name: location_img

Type: asset

Description: Add a square image to add to the address selection during checkout.

Liquid Reference: address.custom.location_img | asset_url


Name: google_maps_link

Type: text

Description: Add the share link of your store's location from Google maps.

Liquid Reference: address.custom.google_maps_link

Last updated