Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dub

Archived
  • Posts

    9
  • Joined

  • Last visited

Posts posted by dub

  1. ePDQ Logo Solution

    Use your own logo with ePDQ

     

    This is a minor addition to the marvellouys Contribution made by

    Graith

     

    To use your own logo with the ePDQ Contribution

     

    Backup, then load the file

     

    catalog/includes/modules/payment/epdq.php

     

    in your editor of choice

    find the section

     

    .tep_draw_hidden_field('bname', $order->customer['postcode']). "\n" 
    .tep_draw_hidden_field('baddr1', $order->customer['street_address']). "\n" 
    .tep_draw_hidden_field('baddr2', $order->customer['suburb']). "\n" 
    .tep_draw_hidden_field('bcity', $order->customer['city']). "\n" 
    .tep_draw_hidden_field('bcountyprovince', $order->customer['state']). "\n" 
    .tep_draw_hidden_field('btelephonenumber', $order->customer['telephone']). "\n" 
    .tep_draw_hidden_field('email', $order->customer['email_address']). "\n" 
    .tep_draw_hidden_field('bpostalcode', $order->customer['postcode']). "\n"

     

     

    and add the line

     

    .tep_draw_hidden_field('cpi_logo', 'https://yourdomain/yourdirectory/LOGO4EPDQ.gif'). "\n"

     

     

    The image *MUST* reside on an https (secure) section of your site

    (check your server documentation on how to do this)

     

    Hope this helps

    d?b

×
×
  • Create New...