Essex Dog Supplies Posted May 15, 2014 Share Posted May 15, 2014 I am looking to change my current payment screen: to this: I have the banner/buttons/graphics done. I can change the small logo images, which incidentally doesn't help, but I do not know how to implement the whole thing as the button. Help please? Link to comment Share on other sites More sharing options...
prestatent Posted May 15, 2014 Share Posted May 15, 2014 Hi Fairly straightforward if you understand the code. You have to change the templates for each of the payment modules you have installed to add the necessary image into each one. Link to comment Share on other sites More sharing options...
Essex Dog Supplies Posted May 16, 2014 Author Share Posted May 16, 2014 Ah, that's where I don't know what I'm doing! Link to comment Share on other sites More sharing options...
Essex Dog Supplies Posted May 27, 2014 Author Share Posted May 27, 2014 Anyone can provide some guidance please? Link to comment Share on other sites More sharing options...
Essex Dog Supplies Posted May 31, 2014 Author Share Posted May 31, 2014 Sorted! Change the .gif files in each modules! Link to comment Share on other sites More sharing options...
Essex Dog Supplies Posted June 1, 2014 Author Share Posted June 1, 2014 and then edit the payment.tpl files for bankwire and cashondelivery modules. I haves sorted PayPal but I cannot remove the text from it. Link to comment Share on other sites More sharing options...
Essex Dog Supplies Posted June 1, 2014 Author Share Posted June 1, 2014 <p class="payment_module"> <a href="javascript:void(0)" onclick="$('#paypal_payment_form').submit();" id="paypal_process_payment" title="{l s='Pay with PayPal' mod='paypal'}"> {if isset($use_mobile) && $use_mobile} <img src="{$base_dir_ssl}modules/paypal/img/logos/express_checkout_mobile/CO_{$PayPal_lang_code}_orange_295x43.png" /> {else} {if isset($logos.LocalPayPalHorizontalSolutionPP) && $PayPal_payment_method == $PayPal_integral} <img src="{$logos.LocalPayPalHorizontalSolutionPP}" alt="{$PayPal_content.payment_choice}" width="746px" height="122px" /> {else} <img src="{$logos.LocalPayPalLogoMedium}" alt="{$PayPal_content.payment_choice}" /> {/if} {$PayPal_content.payment_choice} {/if} </a> </p> <form id="paypal_payment_form" action="{$base_dir_ssl}modules/paypal/express_checkout/payment.php" data-ajax="false" title="{l s='Pay with PayPal' mod='paypal'}" method="post"> <input type="hidden" name="express_checkout" value="{$PayPal_payment_type|escape:'htmlall':'UTF-8'}"/> <input type="hidden" name="current_shop_url" value="{$PayPal_current_page|escape:'htmlall':'UTF-8'}" /> <input type="hidden" name="bn" value="{$PayPal_tracking_code|escape:'htmlall':'UTF-8'}" /> </form> ANY IDEAS? 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