I want to know where is the sku.tpl
get this $sku_images
.
I already search it using grep
in my server but I can't find where that variable come from.
can you help me guys? I really don't know where is that variable come from.
I want to know where is the sku.tpl
get this $sku_images
.
I already search it using grep
in my server but I can't find where that variable come from.
can you help me guys? I really don't know where is that variable come from.
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