Jump to content

Recommended Posts

Posted

Hello everyone. I wish to improve my customer experience at the checkout. Currently, the payment options (paypal payments standard, and bitpay) don't have a clear CTA for customers paying with credit card. (See image below). What I'd like to do, is to simply add a small credit card logo next to the paypal payments standard label, which will make it a little more obvious for those using credit card.

I've got some development experience (writing PHPBB extensions, et. al.), so I suppose it's not going to be a difficult job.

Can someone possibly help me get started by just telling me a /path/filename to the appropriate template file this change should be made? If I can just edit it with my text editor and not need to setup my IDE on this laptop, it would be a wonderful thing. ;)

Screenshot from 2016-11-01 20-03-41.png

Posted

I don't believe the cards can be used when using Ajax as it's a one page checkout.


But if you want to just add the picture then edit: /plugins/order/views/templates/ajax/summary.pdt

Edit this bit:

	<div class="radio">
								<label>
									<?php
									$this->Form->fieldRadio("payment_type", $key, $this->Html->ifSet($vars->payment_type) == $key, array('class' => "payment_type"));
									$this->Html->_($value);
									?>
								</label>
							</div>

 

  • 2 weeks later...
Posted
4 hours ago, turner2f said:

@INUMIO-Rob

Which file did you make the change in ?

What was the line of code you used ?

 /plugins/order/views/templates/ajax/summary.pdt

See line 247 in my screenshot. It's just pointing to an image I uploaded to the net. You may wish to point yours to a local source, I don't know. Note that this is putting the logo image at the top of the "stack" so to speak, before the foreach begins. It will work for my use-case because I have the first payment option in context with the logo.

Screenshot from 2016-11-20 08-02-22.png

  • 2 weeks later...
Posted

I am trying to replace this PayPal button image with a different image that looks more like a “clickable” button.

This current image looks more like a static badge.

I want to use something that looks more obvious as a clickable “button”.

How do I change this image ?

Please supply screenshots or detailed code and directions.

See Screenshot #1
 

change_paypal_button_1.jpg

 

==============================

 

This is the image I would like to use for the NEW PayPal payment button.

Please help.

Please keep in mind I am not a high-end programmer, so please be as detailed as reasonably possible

See Screenshot #2

 

change_paypal_button_2.jpg

Posted

~/components/gateways/nonmerchant/paypal_payments_standard/views/default/process.pdt contains a both buttons. For recurring, and non-recurring. Simply update the URLs to the new buttons.

Posted

@Licensecart

 

I put in " Change PayPal " in the forum search field, and came up with the 3 exact same forum posts .

None of them help me, or address my posted issue.

===========

Please understand that I am not a high-end coder and do not know my way around the Blesta code as well as some others.

I am trying not to bug people, as I initially do like to learn things on my own when possible.

When I am given partial answers such as " look over here " or given code without knowing where to put it, it just makes this process longer than needed.
:(

===========


Please...

1) -  Let me know the exact codes I need to modify

2) -  Screenshots are always helpful

 

Thank you for your understanding

I look forward to your kind assistance. :)

Posted

@Paul

Thank you very much for this kind, clear, simple solution .

Took just 2 minutes to execute.

" Easy-Peezy "

==================

I will RE-Post this in the "Contribute" area to help others that are looking to do the same. 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...