Skip to content

sergehovhannisyan/shopify-author-profile-modal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shopify Author Profile Modal 🚀

Clean and interactive modal for displaying author biographies on Shopify product pages.

Setup Metafields

  1. Create a Metafield (Reference) custom.author_reference.
  2. Ensure the referenced object has:
    • full_name (Text)
    • photo (File/Image)
    • biography (Rich text)

Installation

  1. Add product-author-modal.liquid to your Snippets.
  2. Render it in sections/main-product.liquid:
{%- when 'author_profile' -%}
  {% render 'product-author-modal', 
     block: block, 
     author: product.metafields.custom.author_reference.value 
  %}

About

Enhance your Shopify product pages with a clean, dynamic author biography modal. Lightweight, responsive, and easy to install.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages