Skip to content

Instantly share code, notes, and snippets.

@unlocomqx
Created October 23, 2022 11:58
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 unlocomqx/c002e9160ab825b390cb487bc7b88c4a to your computer and use it in GitHub Desktop.
Save unlocomqx/c002e9160ab825b390cb487bc7b88c4a to your computer and use it in GitHub Desktop.
$(function(){
if (prestashop.page.body_classes['product-id-category-138']) {
var btn = $('.dsn-customize').get(0)
if (btn) {
btn.childNodes[2].textContent = 'Je tune mon Pyjama';
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment