{% comment %}
SSC Maths Video Course 2026
Premium Shopify OS 2.0 Product Landing Page Section
Features:
- Shopify Product Dynamic Data
- Native Product Form
- Variant Support
- JSON-LD SEO Schema
- WCAG Accessibility
- Performance Optimized
- Vanilla JS Only
{% endcomment %}
{% liquid
assign product = section.settings.product
if product == blank
assign product = all_products[section.settings.product_handle]
endif
assign current_variant = product.selected_or_first_available_variant
assign discount_percentage = 0
if current_variant.compare_at_price > current_variant.price
assign discount_percentage = current_variant.compare_at_price | minus: current_variant.price | times:100 | divided_by: current_variant.compare_at_price
endif
%}
{% form 'product', product, id:'ssc-product-form' %}
{% if product.featured_image %}
{% endif %}
{% if section.settings.video_url != blank %}
{% endif %}
{{ section.settings.badge_text }}
{{ product.title }}
{{ section.settings.hero_description }}
{{ current_variant.price | money }}
{% if current_variant.compare_at_price > current_variant.price %}
{{ current_variant.compare_at_price | money }}
{{ discount_percentage }}% OFF
{% endif %}
✓ Lifetime Access
✓ Mobile Friendly
✓ Secure Payment
✓ Practice Resources
{% unless product.has_only_default_variant %}
{% endunless %}
{% endform %}
{{ product.title }}
{{ current_variant.price | money }}