Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter erryn

    (@erryn)

    Sorry, although I had activated 3D secure on Sagepay, I hadn’t ticked the “Perform Checks” button. All sorted now… my bad.

    I have a slightly different question now though (sorry!), the description text does not display on the checkout page, is there any easy way to fix this?

    Plugin Author swicks

    (@swicks)

    The description doesn’t display in checkout, this is because this particular gateway ‘has_fields’. This means instead of woocommerce calling for the description it calls for the form and the form doesn’t show the description.

    To add the description you could modify the code in file:ds-sagepay-direct.php after line 412 (just after the tbody tag)
    <tr><td colspan="2"><?php echo $this->description ?></td></tr>

    Plugin Author swicks

    (@swicks)

    Ticket Closed

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘3D Secure – No Option’ is closed to new replies.