Paypal Content Plugin On List View

Status
Not open for further replies.
Hi Rob,

Sorry for late respone.

Now i solve the problem already. Just need modify the list template "default.php" at line 23

<form class="fabrikForm" action="<?php echo $this->table->action;?>" method="post" id="<?php echo $this->formid;?>" name="fabrikList">

Change to

<div class="fabrikForm" action="<?php echo $this->table->action;?>" method="post" id="<?php echo $this->formid;?>" name="fabrikList">

Now paypal button render correctly at 1st row and the next.

Regards,
MyFateBiz
 
thanks for getting back - I guess that is because you can't have <form> tags inside other <form> tags, and that your paypal html contains <form> tag
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top