user5053 From Unknown Member since Dec -0001 user5053 Mar 9 2018 04:54 AM In payment section, i will use Pay Invoice. My customer will get final price on invoice before made a payment. then in order history will appear the previous transaction (as per attach) i want every each order have payment button ( as per picture) how to i edit the coding for running the service. regards
tim Founder From Sweden Member since May 2013 tim Mar 12 2018 12:36 AM You would have to edit the template file pages/order_history.inc.php. You can access the complete order object using: $o = reference::order($order['id']); Then access data like: $o->payment_due;
user5053 From Unknown Member since Dec -0001 user5053 Mar 22 2018 04:07 AM Hi Tim, i'm not very clear for this. Here i attach what i'm done with code and the place i paste. and the result after that. public_html>Templates>default.catalog>page>order_history.inc.php
tim Founder From Sweden Member since May 2013 tim Mar 22 2018 11:37 AM You are showing indications that you definately don't know what you are doing. I assume you copy and pasted some general example code thinking that might do the specific job for you? You can't stick a html, head, body inside a current body. And the example code already have a non unique button placeholder. Have a friend or freelancer to assist you. This is the best advice I can think of. For the sake of your own and your customers' security.