#jagg71
1 messages · Page 1 of 1 (latest)
Checkout customisation is limited: https://stripe.com/docs/payments/checkout/customization
If the Product you're selling on the page has an image associated to it (via the Dashboard), we'll automatically show that
thx you i ll go to see it 🙂
i don t see where is the line for the picture like here
Does the Prouct you're using have an image attached to it?
i ll put it in my bdd but first i look for the line.
Like here for the price or the name we get the lines 'name' => htmlspecialchars($verifArticle['produit_nom']), or 'unit_amount' => htmlspecialchars($verifArticle['produit_tarif']),
'line_items' => [[
'price_data' => [
'currency' => 'eur',
'product_data' => [
'name' => htmlspecialchars($verifArticle['produit_nom']),
],
'unit_amount' => htmlspecialchars($verifArticle['produit_tarif']),
],
'quantity' => 1,
]],
Where can i find the line for the picture or the description? thx