Jump to content

Add VISA Logo On Order Form?


INUMIO-Rob

Recommended Posts

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

Link to comment
Share on other sites

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>

 

Link to comment
Share on other sites

  • 2 weeks later...
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

Link to comment
Share on other sites

  • 2 weeks later...

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

Link to comment
Share on other sites

@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. :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...