bluehead
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
No Addons Yet
This user has not yet published any addons.
Recent Activity
Edited comment
Are you referring to the “custom_price” configuration? You can keep adding lines within the square brackets. For example:
```
"custom_price": {
“item_id”: 222,
“item_id2”: 333,
"item_id3”: 444,
"new_item_id1": 123
# add your lines here, do not add comma at the end of the last line.
}
```
Nov 28, 2025 8:51 AM
View details
Created comment
Are you referring to the “custom_price” configuration? You can keep adding lines within the square brackets. For example:
```
"custom_price": {
“item_id”: 222,
“item_id2”: 333,
"item_id3”: 444,
"new_item_id1": 123
# add your lines here, do not add comma at the end of the last line.
}
```
Nov 28, 2025 8:51 AM
View details