paymill / paymill-opencart

OpenCart Extension for Paymill payments
7 stars 8 forks source link

Paymill not working with shoppica2 opencart #1

Closed mitho105 closed 10 years ago

mitho105 commented 10 years ago

Hi

i am using opencart with shoppica2 theme.

the card inout form is not showing.... how do i fix this?

Sharenkamp commented 10 years ago

Hi mitho105,

Paymill only supports the default-templates. But another user provided his solution to us a while ago.

Open this file with your preferred Editor: paymill-opencart / catalog / view / theme / default / template / payment / paymill.tpl

There are some "p"-tags:

<p class="none">
//... some code
</p>

Replace the tags with the following "div"-tags

<div class="s_row_2 clearfix">
//... some code
</div>

The Code is not official supported or tested. So please use it with caution. Hope i could help you a bit with that.

Best regards, Stefan