DanKimble Posted August 19, 2014 Share Posted August 19, 2014 Is it possible to customize the Referrers Tracking front-end pages? I've created files under /themes/default-bootstrap/modules/trackingfront/views/templates/front and cleared my cache but the changes aren't showing up. Dan Kimble www.BigRockGoatFarm.com Prestashop 1.6.0.6 Link to comment Share on other sites More sharing options...
NemoPS Posted August 20, 2014 Share Posted August 20, 2014 Try adding your templates here directly /themes/default-bootstrap/modules/trackingfront/ instead of the subfolder Link to comment Share on other sites More sharing options...
DanKimble Posted August 20, 2014 Author Share Posted August 20, 2014 OK, I moved my copy of account.tpl to the /themes/default-bootstrap/modules/trackingfront, cleared the cache under BO->Performance, refreshed the page and didn't get my new account.tpl. I have changed the text "Affiliation Space" at the top to be "BRGF Affiliation Space" and I also added a paragraph with text to the template. So it should be very obvious when my account.tpl kicks in. Dan Kimble BigRockGoatFarm.com Prestashop 1.6.0.6 Link to comment Share on other sites More sharing options...
NemoPS Posted August 21, 2014 Share Posted August 21, 2014 Hm, can you try with a more radical change, just to test it? Like erasing everything in the file and only leaving "hello". Translations get stuck sometimes Link to comment Share on other sites More sharing options...
DanKimble Posted August 21, 2014 Author Share Posted August 21, 2014 I added an entire <p> section to the page with no translations involved. I would think that is radically enough but will try what you have suggested. Link to comment Share on other sites More sharing options...
NemoPS Posted August 22, 2014 Share Posted August 22, 2014 Yes. Hm. Might be caused by the module itself, have you ever tested other controller templates overrides? Link to comment Share on other sites More sharing options...
DanKimble Posted August 22, 2014 Author Share Posted August 22, 2014 I think I have done an override with another module but I don't remember which one and I think I was under version 1.5 at the time. I do remember dealing with the views/templates/front folder of the module. Dan Kimble BigRockGoatFarm.com Prestashop 1.6.0.6 Link to comment Share on other sites More sharing options...
NemoPS Posted August 23, 2014 Share Posted August 23, 2014 I see, it would be worth checking if others work, just to try and troubleshoot the issue. Also, I am not sure it concerns tpl overrides, but can you also check if they (overrides) are globally disabled in advanced parameters, performance? Link to comment Share on other sites More sharing options...
vekia Posted August 23, 2014 Share Posted August 23, 2014 i checked source of module there is a code like: return $this->display(__FILE__, 'views/templates/front/account.tpl'); it means that module file in theme file must be located in modules/trackingfront/views/templates/front/ directory 1 Link to comment Share on other sites More sharing options...
NemoPS Posted August 25, 2014 Share Posted August 25, 2014 Well I guess no override is possible then pretty inconsistent for a native module though Link to comment Share on other sites More sharing options...
DanKimble Posted August 25, 2014 Author Share Posted August 25, 2014 OK, I'm back after a weekend craft show. Based on vekia's message I guess I'm stuck until Prestashop updates the module themselves. Either that or I need to learn to modify code and submit an update. Thanks for the help guys. Dan Kimble Big Rock Goat Farm Prestashop 1.6.0.6 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now