Problem with payment module "Paymill"

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeProblem with payment module "Paymill"

This topic has been marked as resolved.

Hi.

I have trouble getting Paymill module to work with shoppica 2

It is supposed display fields to type in card information.

but it does not show any

paymill module
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=10849

Thank you

October 3, 2013 at 5:41 pm #27897

I did fix this problem….


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>

 

October 5, 2013 at 12:45 pm #27938

Hi,

Thanks for sharing your fix, mate!

Best regards,
ThemeBurn team

October 8, 2013 at 12:13 pm #28000
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.