By Christian Harel on Thursday, 18 October 2018
Posted in General Issues
Replies 1
Likes 0
Views 392
Votes 0
hello i want to change display of account in confirm page
i see this

<div class="span6">
<?php $position = 'pp-registration-details';?>
<?php echo $this->loadTemplate('partial_position',compact('plugin_result','position'));?>
</div>
</div>

in invoice defaut_confirm but where i can find to change form for subscription (i want to add title and move link for existing user on bottom)
see my picture
Hello Christian,

You are using oneclick checkout , so you can find the template at below mentioned file path.
root/plugins/oneclickcheckout/oneclickcheckout/tmpl/registration.php

You can add link in this template according to your need.
Let me know if you have any query.
·
Friday, 19 October 2018 12:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post