Skip to content

Instantly share code, notes, and snippets.

@bougsid
Created December 21, 2023 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bougsid/42c69b4366e570aa5d260d9eea274f75 to your computer and use it in GitHub Desktop.
Save bougsid/42c69b4366e570aa5d260d9eea274f75 to your computer and use it in GitHub Desktop.
Add shipping by product
<script>
window.ES_CONFIG_PARTIAL_OVERWRITE = {
"settings": {
"shippingConfig": {
"type": "custom",
"enabled": true,
customRates:[
{
"id": "7tzuv20qhy4j48qstztv4l",
"name": "Shipping",
"price": 10,
}
]
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment