3

I want to know where is the sku.tpl get this $sku_images.

enter image description here

I already search it using grep in my server but I can't find where that variable come from.

enter image description here

can you help me guys? I really don't know where is that variable come from.

Arigi Wiratama
  • 440
  • 4
  • 11

1 Answers1

1

use this command to find which controller is calling sky template files

grep -r "otc/sku"

this will list controller calling that template file, or check vqmod / ocmod for controller code

  • Hmm already did, but still the same result. It's like there's no controller that call that `.tpl` but when I check in browser, there's script inside that `.tpl` that called in index. – Arigi Wiratama Sep 07 '18 at 07:02