Checkout Logos?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
How would one go about adding images  to the checkout pages? Say, like some master card and visa logos for example. Ya know,  to make people feel all warm and fuzzy inside when they checkout.

Seriously, step by step instructions would really help me and anybody else who would like to ad logos, badges, etc to the checkout screen to do so. I am particularly interested in filling in the open space on the right hand side of the content area on the  CheckoutPaymentMethod.aspx and checkoutpaymentinfo. Aspx pages.

If this question has already been answered in the forums elsewhere I apologize. Simply point me in the right direction and I will get along from there.

Robert
14 years ago
should be fairly simple, editing the page you mentioned.

put the logos in your images folder and link to them using <img> tag eg

<img src="images/logo1.jpg title="" alt="" />
14 years ago
Thanks for the help.

For any future readers this is what I did and I am happy with it for now. It places an image file just above the order summery fields.

I ended up using the image tag and placing it on two pages.

The CheckoutPaymentMethod.aspx and the CheckoutPaymentInfo.aspx page.


image tag=

<img src="images/ccl.gif">

where ccl is the name of the image located in the images folder.


I inserted the tag right above the following line on both pages

        <div class="order-summary-title">    

Robert
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.