Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Paying for multiple items (FIX)
Browse files Browse the repository at this point in the history
You can find more details about this at the link below

http://www.webidsupport.com/forums/issue.php?472-Paying-for-multiple-items-(FIX)
  • Loading branch information
ubidzz committed Jun 2, 2014
1 parent 437c984 commit 8c1b133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/default/buying.tpl
Expand Up @@ -51,7 +51,7 @@
<!-- ELSE -->
<form name="" method="post" action="{SITEURL}pay.php?a=2" id="fees">
<input type="hidden" name="csrftoken" value="{_CSRFTOKEN}">
<input type="hidden" name="pfval" value="{items.AUC_ID}">
<input type="hidden" name="pfval" value="{items.ID}">
<input type="submit" name="Pay" value="{L_756}" class="pay">
</form>
<!-- ENDIF -->
Expand All @@ -60,4 +60,4 @@
<!-- END items -->
</table>

<!-- INCLUDE user_menu_footer.tpl -->
<!-- INCLUDE user_menu_footer.tpl -->

0 comments on commit 8c1b133

Please sign in to comment.