AndyC Posted October 2, 2018 Posted October 2, 2018 Hi . Sorry for so many questions But how can I remove the date of birth on both sign up pages. I tried following the prestashop utube video by commenting out the code but it hasn't worked.. Also I use the side for categories on the default template so the facebook/twitter buttons get all squashed up is there any way to move them to just below the image. Also on the main page (new arrivals/popular) when you mouse over a image or product you see the entire square around that certain product , is there anyway to make it permanent, I think it looks better , then when you mouse over it changes to how it does now I have many many more questions ,but will ask those later Thank You
AndyC Posted October 4, 2018 Author Posted October 4, 2018 Can anyone help on these please ....please :)
lesley Posted October 4, 2018 Posted October 4, 2018 For the date of birth, it would need to be removed in the template. You can comment it out in the authentication-create.tpl file For the others a link to the site would be helpful.
AndyC Posted October 4, 2018 Author Posted October 4, 2018 OK no problem..Was trying to avoid giving my link out in a forum website details deleted re the date .. I have commented it out as per the utube video but they still show. Although I do have the 1 page checkout online from Datakick and it's not showing , until I have deactivate it again Thank You for answering
colorful-ant Posted October 4, 2018 Posted October 4, 2018 @andyc i think your comment out is not correct (! is missing after <) try this before <!-- end --> is ok
AndyC Posted October 4, 2018 Author Posted October 4, 2018 Hi ..Tried it but no luck .. I'll have another go tomorrow night thanks for helping
colorful-ant Posted October 4, 2018 Posted October 4, 2018 your login/creation account - looks at the moment this your comment out <-- correct to this and it will be unvisible <!--
colorful-ant Posted October 4, 2018 Posted October 4, 2018 dont forget clear cache - if your are not live or you use test/demo with your shop - disable all caches
AndyC Posted October 5, 2018 Author Posted October 5, 2018 It probably was cache ..Had a long day on the road yesterday..Will look into this this evening again.. Am just lovin TB as it is so much easier than zencart .. As you can see I'm no pro lol
colorful-ant Posted October 5, 2018 Posted October 5, 2018 themes / community-theme-default / authentication-create.tpl change default code ``` {l s='Date of Birth'} - {foreach from=$days item=day} {$day} {/foreach} {* {l s='January'} {l s='February'} {l s='March'} {l s='April'} {l s='May'} {l s='June'} {l s='July'} {l s='August'} {l s='September'} {l s='October'} {l s='November'} {l s='December'} *} - {foreach from=$months key=k item=month} {l s=$month} {/foreach} - {foreach from=$years item=year} {$year} {/foreach} to ```
AndyC Posted October 6, 2018 Author Posted October 6, 2018 Thank you.. I've change the code and it is still showing the date of birth..Added it again in case I made an error I've also turned off all cache tabs in admin Even went as far as using ms edge which I have never used to see if it was working there Also deleted anther theme I had Very weird
Traumflug Posted October 6, 2018 Posted October 6, 2018 Instead of adding HTML comment signs, like @colorful-ant did, one can also simply remove this code section. Also make sure to delete the cache or set Smarty cache to Recompile templates if the files have been updated after doing so. Both can be done on back office -> Advanced Preferences -> Performance.
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