vincent01 Posted August 25, 2013 Share Posted August 25, 2013 Salve, nella pagina product.tpl sto cercando di integrare un iframe che mi visualizzi le shede tecniche dei miei prodotti, le schede sono tutti in formato htm e risiedono in una cartella del sito chiamata "schede". Questo il codice che ho integrato: <ul id="idTab9" class="bullet"> <IFRAME WIDTH='515' HEIGHT='700px' FRAMEBORDER='0' style='overflow-X: none;overflow-Y:auto;' src='http://miosito.it/schede/{$product->reference}.htm'></IFRAME> </ul> $product->reference può contenere caratteri speciali come "/" e vorrei sostituirlo qualora sia presente con il carattere "_" Sapete consigliarmi su come effettuare questa modifica? Link to comment Share on other sites More sharing options...
vincent01 Posted August 25, 2013 Author Share Posted August 25, 2013 Nessuno sa come effettuare la modifica? 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