Skip to product information
1 of 2

Section Stock Store

[Code sales]: Breadcrumb list

[Code sales]: Breadcrumb list

Regular price ¥2,500
Regular price Sale price ¥2,500
Sale Sold out
Taxes included.
【ご購入前のご注意】
⭐︎デジタルコンテンツは、その性質上、返品や返金はお受けしておりません。
⭐︎CSSに問題が生じた場合は、ご自身で適切に調整してください。
⭐︎Dawnベースで作成しております。他のテーマはレイアウト崩れなどの可能性があります。
⭐︎Shopifyアップデートによりレイアウト崩れの可能性があります。
⭐︎コードのみの販売です。解説のご連絡はお断りしています。
  • Code sales
View full details

Open snippets > card-product.liquid.

Lines 118 and 155

href=" {{ card_product.url }} "
Please change it to href=" {% if collection %} {{ collection.handle }} {% endif %} {{ card_product.url }} ".
There are two places to change.


Please install it on various pages.

  • Collection Page
  • Product page
  • Subpage
  • Blog list page
  • blog post page

You can set the text that will return you to the top page.

A little code
 

<div class="page-width">

 {%- unless template == 'index' or template == 'cart' or template == 'list-collections' or template == '404' -%}
 {%- assign t = template | split: '.' | first -%}

 <nav class="breadcrumbs" role="navigation" aria-label="breadcrumbs">
 <ol class="breadcrumbs__list">
 <li class="breadcrumbs__item">
 <a class="breadcrumbs__link" href="/"> {{ section.settings.home_text }} </a>