VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: kratzi on July 22, 2012, 21:32:52 PM

Title: Payment methods in list order on checkout page and image instead of text
Post by: kratzi on July 22, 2012, 21:32:52 PM
Hi,

I was searching now for hours but couldn't find any simple solution for my issue.

I would like to keep the check out page as it is but want to have the payment methods and shipping methods immeadiately on the check out page. Means I would like to avoid the info "no payment selected" and the link to "/cart/editpayment" but display on the check out page a list like

- VISA
- Visa Electron
- PayPal

In addition I would like to show f.e. the image of "VISA" instead of the text "VISA"

Thank you in advance

Simon
Title: Re: Payment methods in list order on checkout page and image instead of text
Post by: kratzi on July 26, 2012, 19:21:50 PM
Hi,

I've found the solution for the little images instead of showing text myself. What you do is just to add html code to the product description:

<img src="http://whereevertheimages are">

However I still have the issue with showing the different payment methods on the checkout page. Does anyone has a solution for that. There is no sense to have an own page just for choosing the payment method beside you have 20 different payment methods.

Thank you in advance

Simon