18 lines
538 B
Markdown
18 lines
538 B
Markdown
# Add To Basket Button #
|
|
|
|
Use the function to generate the markup. Then just insert the button somewhere in your item element.
|
|
|
|
### How to use ###
|
|
|
|
1. Copy the code, and use **idmAddToBasket** function to generate the markup
|
|
2. Don't forget to put it somewhere after
|
|
|
|
```
|
|
const afterWhatPaste = document.getElementById('item-container');
|
|
const idmAddToBasketElement = idmAddToBasket(product, size);
|
|
afterWhatPaste.insertAdjacentHTML('afterend', idmAddToBasketElement);
|
|
```
|
|
|
|
---
|
|
|
|
Created by • **[IdoMods](https://idomods.pl/)** • 2025 |