♻ Gebrauchtteil
€99,00 EUR
保存
€-99,00 EUR
まだ 1 利用可能な作品!
if section.settings.include_social
if section.settings.centered
assign alignment = 'text-center'
else
assign alignment = 'text-left'
endif
render 'social.share', share_title: product.title, share_permalink: product.url, share_image: product.featured_media, alignment: alignment
endif
unless product_variants
echo '
'
render 'product.variants', variant: variant
echo '
'
endunless
-%}