luciaisone Posted July 9, 2014 Share Posted July 9, 2014 E' possibile inserire all'interno di ogni scheda prodotto la visualizzazione del pulsante chiama ora per ordini telefonici? Grazie Link to comment Share on other sites More sharing options...
AleChap73 Posted July 9, 2014 Share Posted July 9, 2014 Ciao ma in sostituzione del pulsante carrello o in aggiunta? Nel caso su tutti i prodotti o solo su alcuni?Ale Link to comment Share on other sites More sharing options...
luciaisone Posted July 9, 2014 Author Share Posted July 9, 2014 Ciao ma in sostituzione del pulsante carrello o in aggiunta? Nel caso su tutti i prodotti o solo su alcuni? Ale in aggiunta del pulsante del carrello e per tutti i prodotti Link to comment Share on other sites More sharing options...
AleChap73 Posted July 9, 2014 Share Posted July 9, 2014 per farlo devi modificare il codice sorgente della scheda prodotto. inserendo lo script per inserire e visualizzare l'immagine del "chiama ora" Ale Link to comment Share on other sites More sharing options...
luciaisone Posted July 9, 2014 Author Share Posted July 9, 2014 per farlo devi modificare il codice sorgente della scheda prodotto. inserendo lo script per inserire e visualizzare l'immagine del "chiama ora" Ale Ciao Ale, puoi dirmi il nome della pagina che va modificata. Utlizzo prestashop 1.5 Link to comment Share on other sites More sharing options...
AleChap73 Posted July 9, 2014 Share Posted July 9, 2014 devi modificare il product.tpl che trovi nella root del tuo themes Link to comment Share on other sites More sharing options...
sliv3r Posted July 14, 2014 Share Posted July 14, 2014 devi modificare il product.tpl che trovi nella root del tuo themes Per mettere l'immagine li brutalmente per tutti i prodotti, come ti è stato suggerito, modifica il file aggiungendo, dopo la riga 382 <div class="box-cart-bottom"> <div{if (!$allow_oosp && $product->quantity <= 0) || !$product->available_for_order || (isset($restricted_country_mode) && $restricted_country_mode) || $PS_CATALOG_MODE} class="unvisible"{/if}> <p id="add_to_cart" class="buttons_bottom_block no-print"> <button type="submit" name="Submit" class="exclusive"> <span>{l s='Add to cart'}</span> </button> </p> </div> questo codice: <div> <p id="call" class="buttons_bottom_block no-print"> <center><img src="http://i.imgur.com/eLJWjMd.png"/></center> </button> </p> </div> Sostituendo l'url immagine (quella linkata è una mia di prova su sfondo blu) . Il risultato è questo: Spero di esserti stato utile, Facci sapere, Giovanni 3 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