Comment créer un bloc de garantie personnalisé sur votre page produit pour un taux de conversion élevé

Comment créer un bloc de garantie personnalisé sur votre page produit pour un taux de conversion élevé

Obtenez la meilleure application pour les bundles avec 10 % de réduction (utilisez RAPI10) :  https://apps.shopify.com/rapi

Dans ce document, vous apprendrez à créer un bloc de garantie à fort taux de conversion.

Voici comment procéder étape par étape :  

Étape 1 : Faites défiler jusqu’en bas de la section "Offers" de votre bundle et activez le bloc "Custom Liquid/Html".

Étape 2 : Copiez et collez le code Liquid personnalisé (voir ci-dessous) dans le bloc.

Pour l’obtenir, il vous suffit de copier/coller cet extrait de code dans le “custom liquid” :  

<style>
  .vsless-than-block {
    background: #DFE4E7;
    border-radius: 8px;
    padding: 24px 36px;
    display: flex;
    align-items: center;
    margin: 24px 0 0 0;
    gap: 20px;
}
  
  .product-main_mbg-icon {
    width: 63px;
    min-width: 63px;
    height: auto;
}
  
  @media screen and (min-width: 950px) {
    .product-main_mbg-icon {
        width: 96px;
        min-width: 96px;
        height: auto;
    }
}
</style>

<div class="vsless-than-block">
<img src="//wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=288" alt="" srcset="//wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=63 63w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=96 96w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=126 126w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=189 189w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=192 192w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=288 288w" width="288" height="288" sizes="(min-width: 1200px) 96px, 63px" class="product-main_mbg-icon">
        <p><strong>Less than 1%</strong> of customers claim our Money Back Guarantee</p>
      </div>

<style>
  .vsless-than-block {
    background: #DFE4E7;
    border-radius: 8px;
    padding: 24px 36px;
    display: flex;
    align-items: center;
    margin: 24px 0 0 0;
    gap: 20px;
}
  
  .product-main_mbg-icon {
    width: 63px;
    min-width: 63px;
    height: auto;
}
  
  @media screen and (min-width: 950px) {
    .product-main_mbg-icon {
        width: 96px;
        min-width: 96px;
        height: auto;
    }
}
</style>

<div class="vsless-than-block">
<img src="//wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=288" alt="" srcset="//wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=63 63w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=96 96w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=126 126w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=189 189w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=192 192w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=288 288w" width="288" height="288" sizes="(min-width: 1200px) 96px, 63px" class="product-main_mbg-icon">
        <p><strong>Less than 1%</strong> of customers claim our Money Back Guarantee</p>
      </div>

<style>
  .vsless-than-block {
    background: #DFE4E7;
    border-radius: 8px;
    padding: 24px 36px;
    display: flex;
    align-items: center;
    margin: 24px 0 0 0;
    gap: 20px;
}
  
  .product-main_mbg-icon {
    width: 63px;
    min-width: 63px;
    height: auto;
}
  
  @media screen and (min-width: 950px) {
    .product-main_mbg-icon {
        width: 96px;
        min-width: 96px;
        height: auto;
    }
}
</style>

<div class="vsless-than-block">
<img src="//wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=288" alt="" srcset="//wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=63 63w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=96 96w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=126 126w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=189 189w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=192 192w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=288 288w" width="288" height="288" sizes="(min-width: 1200px) 96px, 63px" class="product-main_mbg-icon">
        <p><strong>Less than 1%</strong> of customers claim our Money Back Guarantee</p>
      </div>

<style>
  .vsless-than-block {
    background: #DFE4E7;
    border-radius: 8px;
    padding: 24px 36px;
    display: flex;
    align-items: center;
    margin: 24px 0 0 0;
    gap: 20px;
}
  
  .product-main_mbg-icon {
    width: 63px;
    min-width: 63px;
    height: auto;
}
  
  @media screen and (min-width: 950px) {
    .product-main_mbg-icon {
        width: 96px;
        min-width: 96px;
        height: auto;
    }
}
</style>

<div class="vsless-than-block">
<img src="//wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=288" alt="" srcset="//wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=63 63w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=96 96w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=126 126w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=189 189w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=192 192w, //wuffes.com/cdn/shop/files/fpv7_guarantee_badge_rebrand.svg?v=1712320446&amp;width=288 288w" width="288" height="288" sizes="(min-width: 1200px) 96px, 63px" class="product-main_mbg-icon">
        <p><strong>Less than 1%</strong> of customers claim our Money Back Guarantee</p>
      </div>

Marouane

Fondateur, Rapi Apps

Je suis le fondateur de Rapi, un écosystème d’applications Shopify qui a généré plus de 100 M$ de chiffre d’affaires. Je partage des stratégies e-commerce concrètes pour augmenter l’AOV, éviter les bannissements sur Facebook et, surtout, devenir réellement rentable. Nous avons travaillé avec des marques à plusieurs millions de dollars, donc je sais ce qui fonctionne… et ce qui ne fonctionne pas. Au plaisir de vous apporter un maximum de valeur !

Je suis le fondateur de Rapi, un écosystème d’applications Shopify qui a généré plus de 100 M$ de chiffre d’affaires. Je partage des stratégies e-commerce concrètes pour augmenter l’AOV, éviter les bannissements sur Facebook et, surtout, devenir réellement rentable. Nous avons travaillé avec des marques à plusieurs millions de dollars, donc je sais ce qui fonctionne… et ce qui ne fonctionne pas. Au plaisir de vous apporter un maximum de valeur !

Start Selling Today!

Create high-converting bundles in minutes and

nudge bigger baskets with smart upsells.

Get Started for Free

Top Performing Products

Body Lotion

Sat 1 Sept, 2:31 PM

$2.90

Blue Tshirt

Sun 2 Sept, 01:31 AM

$1.00

Soap Combo

Mon 3 Sept, 12:31 AM

$12.99

Soap Combo

Mon 3 Sept, 12:31 AM

$12.99

Recent Customers

man standing near white wall

John Mayers

Soap Pack x2

$150

woman in gray jacket

Becky Hilo

Airpods Pro Bundle

$50

man wearing Henley top portrait

Adam Conso

Nike Running Shoes

$552

woman in white crew neck shirt smiling

Marie Ford

Dry Fit Tshirt

$450

9:41

1x Nova Pro

Standard Price

$29.99

Buy 2 = Get 1 Free

Standard Price

$59.99

$87.00

Buy 2 = Get 1 Free

Standard Price

$87.99

$145.00

Start Selling Today!

Create high-converting bundles in minutes and

nudge bigger baskets with smart upsells.

Get Started for Free

Top Performing Products

Body Lotion

Sat 1 Sept, 2:31 PM

$2.90

Blue Tshirt

Sun 2 Sept, 01:31 AM

$1.00

Soap Combo

Mon 3 Sept, 12:31 AM

$12.99

Soap Combo

Mon 3 Sept, 12:31 AM

$12.99

Recent Customers

man standing near white wall

John Mayers

Soap Pack x2

$150

woman in gray jacket

Becky Hilo

Airpods Pro Bundle

$50

man wearing Henley top portrait

Adam Conso

Nike Running Shoes

$552

woman in white crew neck shirt smiling

Marie Ford

Dry Fit Tshirt

$450

9:41

1x Nova Pro

Standard Price

$29.99

Buy 2 = Get 1 Free

Standard Price

$59.99

$87.00

Buy 2 = Get 1 Free

Standard Price

$87.99

$145.00

Start Selling Today!

Create high-converting bundles in minutes and

nudge bigger baskets with smart upsells.

Get Started for Free

Top Performing Products

Body Lotion

Sat 1 Sept, 2:31 PM

$2.90

Blue Tshirt

Sun 2 Sept, 01:31 AM

$1.00

Soap Combo

Mon 3 Sept, 12:31 AM

$12.99

Soap Combo

Mon 3 Sept, 12:31 AM

$12.99

Recent Customers

man standing near white wall

John Mayers

Soap Pack x2

$150

woman in gray jacket

Becky Hilo

Airpods Pro Bundle

$50

man wearing Henley top portrait

Adam Conso

Nike Running Shoes

$552

woman in white crew neck shirt smiling

Marie Ford

Dry Fit Tshirt

$450

9:41

1x Nova Pro

Standard Price

$29.99

Buy 2 = Get 1 Free

Standard Price

$59.99

$87.00

Buy 2 = Get 1 Free

Standard Price

$87.99

$145.00

Rapi Apps

Rapi Apps

2026 Rapi Apps

Privacy Policy

2026 Rapi Apps

Privacy Policy

2026 Rapi Apps

Privacy Policy