Viewing 1 post (of 1 total)
  • Author
    Posts
  • brentwilliams2 Friend
    #187732

    On the “Order Confirmation” page when purchasing a package, the description was showing the HTML tags. For example, it would show like this:

    <blockquote><p>This is the description</p></blockquote>

    To fix, open up views/japayment/tmpl/posting_plan_confirm.php and find this code:

    <?php echo $this->item->description; ?>

    Replace with this code:

    <?php echo htmlspecialchars_decode($this->item->description); ?>

Viewing 1 post (of 1 total)

This topic contains 1 reply, has 1 voice, and was last updated by  brentwilliams2 11 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum