henrycr Posted September 2, 2010 Share Posted September 2, 2010 Anyone know where exactly you have to paste the script in product.tpl so you can see the image <!-- Show bankwire discount --> {if $bankwirediscount !=0} {l s='Pay by bankwire and save' mod='bankwire'} {$bankwirediscount}{l s='% !' mod='bankwire'} {if !$priceDisplay || $priceDisplay == 2} {convertPrice price=$bankwireprice_tax} {if $tax_enabled}{l s='tax incl.'}{/if} {l s='(incl. ' mod='bankwire'}{convertPrice price=$bankwirediscount_tax}{l s=' discount)' mod='bankwire'} {/if} {if $priceDisplay == 1} {convertPrice price=$bankwireprice_notax} {if $tax_enabled}{l s='tax excl.'}{/if} {l s='(incl. ' mod='bankwire'}{convertPrice price=$bankwirediscount_notax}{l s=' discount)' mod='bankwire'} {/if} {if $priceDisplay == 2} {convertPrice price=$bankwireprice_notax} {l s='tax excl.'} {l s='(incl. ' mod='bankwire'}{convertPrice price=$bankwirediscount_notax}{l s=' discount)' mod='bankwire'} {/if} {/if} Link to comment Share on other sites More sharing options...
rocky Posted September 3, 2010 Share Posted September 3, 2010 Put it before {if isset($groups)} on line 236 of product.tpl (in PrestaShop v1.3.1). Link to comment Share on other sites More sharing options...
Patric Posted September 3, 2010 Share Posted September 3, 2010 Topic moved. Link to comment Share on other sites More sharing options...
henrycr Posted September 3, 2010 Author Share Posted September 3, 2010 I have Ps 1.1.0.5 Link to comment Share on other sites More sharing options...
henrycr Posted September 3, 2010 Author Share Posted September 3, 2010 Help me please Link to comment Share on other sites More sharing options...
jeckyl Posted September 3, 2010 Share Posted September 3, 2010 Hi,who work with this old version ??? 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