Skip to content

Commit 84ff372

Browse files
LevFlavienSamuel Gomis
authored andcommitted
fix(): Add next step blocks to guides 3 et 4
1 parent 2ed6553 commit 84ff372

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

content/tutorials/guides/how-to-get-families-and-attributes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,16 @@ Retrieved attribute list follows this structure:
209209
attribute_code_list may be significant, very big! If you get an <a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.15" target="_blank" rel="noopener noreferrer">HTTP 414 error</a>
210210
, you probably hit these boundaries. A workaround is to split your attribute_code_list into different parts and call them independently.
211211
:::
212+
213+
<div class="block-next-steps block-next-steps-alt">
214+
<img src="/img/illustrations/illus--Attribute.svg" width="140px">
215+
<div class="block-next-steps-column">
216+
<div class="block-next-steps-title">Next Step</div>
217+
<div class="block-next-steps-text">Well done! Keep digging into the “App workflow” and follow the next tutorial!</div>
218+
<div>
219+
<ul>
220+
<li><a href="/tutorials/how-to-get-pim-product-information.html">How to get PIM product information</a></li>
221+
</ul>
222+
</div>
223+
</div>
224+
</div>

content/tutorials/guides/how-to-get-pim-product-information.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,4 +538,17 @@ var_export($productMediaFileResources);
538538

539539
:::info
540540
Keep in mind that synchronizing media files might be time and resource-consuming. Download media only if you need it, or do it in a dedicated and independent process.
541-
:::
541+
:::
542+
543+
<div class="block-next-steps block-next-steps-alt">
544+
<img src="/img/illustrations/illus--Attribute.svg" width="140px">
545+
<div class="block-next-steps-column">
546+
<div class="block-next-steps-title">Next Step</div>
547+
<div class="block-next-steps-text">Well done! Keep digging into the “App workflow” and follow the next tutorial!</div>
548+
<div>
549+
<ul>
550+
<li><a href="/tutorials/how-to-collect-product-variations.html">How to collect product variations</a></li>
551+
</ul>
552+
</div>
553+
</div>
554+
</div>

0 commit comments

Comments
 (0)