Ron morales Posted May 28, 2014 Share Posted May 28, 2014 in prestashop 1.5 working eixample:<a href="{$base_dir}cms.php?id_cms=9" title="Central de franquicias">Central franquicias</a> but in ps 1.6 no work, how to add manual link ? thanks Link to comment Share on other sites More sharing options...
vekia Posted May 28, 2014 Share Posted May 28, 2014 enjoy: {$link->getCmsLink(9)} 1 Link to comment Share on other sites More sharing options...
Ron morales Posted May 28, 2014 Author Share Posted May 28, 2014 work for me very thanks!!! Link to comment Share on other sites More sharing options...
vekia Posted May 28, 2014 Share Posted May 28, 2014 you're welcome i marked topic as solved with regards, Milos 1 Link to comment Share on other sites More sharing options...
shopaccesorii Posted June 21, 2014 Share Posted June 21, 2014 (edited) in prestashop 1.5 working eixample:<a href="{$base_dir}cms.php?id_cms=9" title="Central de franquicias">Central franquicias</a> but in ps 1.6 no work, how to add manual link ? thanks Hi I don't understand, i have the same issue. Could you please tell me where to add the code? and is this the full code? {$link->getCmsLink(9)} I'm using 1.6.0.6 Thank you very much Edited June 21, 2014 by shopaccesorii (see edit history) Link to comment Share on other sites More sharing options...
Ron morales Posted June 22, 2014 Author Share Posted June 22, 2014 (edited) if your link is content/1-condiciones-de-envios, your link is {$link->getCmsLink(1)} in block cms eixample : <a href="{$link->getCMSLink(1)}" title="{l s='shipping' mod='blockcms'}">{l s='shipping' mod='blockcms'}</a> Edited June 22, 2014 by Ron morales (see edit history) 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