• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 13.11.20, 15:13
  • Opened by: Pierre Brocart
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #19822 - How add link into footer amp mobile version

Hi,

I would like to know how add some link into footer amp mobile version or some HTML. And i would like change the sentence “2020 - Developed by promokit.eu” on AMP mobile, version,

Thanks for your answer

Comments

Fred 13 Nov 2020, 16:11

Go to theme translations, see the translation domain Shop → Theme → AMP, find there that sentence and change it as you need

Pierre Brocart 13 Nov 2020, 16:29

perfect, thanks

Pierre Brocart 13 Nov 2020, 16:30

And do you know how can I add some link into this footer?

Fred 13 Nov 2020, 16:33

Open the file
/themes/alysum/templates/mobile/_partials/footer.tpl
find the line

{l s="2020 - Developed by promokit.eu" d="Shop.Theme.Amp"}

add a link like this

{l s="2020 - Developed by" d="Shop.Theme.Amp"}<a href="LINK_HERE">{l s="promokit.eu" d="Shop.Theme.Amp"}</a>