Jump to content

isdma

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • First Name
    Daniel
  • Last Name
    Almeida

isdma's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, Anybody know how can i desactivate Prestashop search suggestions on Prestashop 1.7 please? Thanks.
  2. Hi, Go to header.tpl Put the code even before </Head> like this: {literal} <Link rel = "manifest" href = "/ manifest.json"> <Script src = "https://cdn.onesigna...OneSignalSDK.js" async> </ script> <Script> Var OneSignal = window.OneSignal || []; OneSignal.push (["init", { AppId: "YOUR_APP_ID", AutoRegister: false, NotifyButton: { Enable: true / * Set to false to hide * / } }]); </ Script> {/literal}
  3. I'm trying to implement Onesignal push notifications, I'm told to enter the following code on my site: <Head> <Link rel = "manifest" href = "/ manifest.json"> <Script src = "https://cdn.onesignal.com/sdks/OneSignalSDK.js" async> </ script> <Script> Var OneSignal = window.OneSignal || []; OneSignal.push (["init", { AppId: "YOUR_APP_ID", AutoRegister: false, NotifyButton: { Enable: true / * Set to false to hide * / } }]); </ Script> </ Head> Where should I put this code? If anyone can help me, thanks a lot.
×
×
  • Create New...