Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

chingks

Archived
  • Posts

    4
  • Joined

  • Last visited

Posts posted by chingks

  1. Edit admin/orders.php

     

    FIND:

    <a href="' . tep__href_link('../pdfinvoice.php', 'order_id=' . $HTTP_GET_VARS['oID'] . '&passthruID=' . $pass_phrase_hash, 'SSL') . '" TARGET="_blank">

     

    and replace with:

    <a href="' . tep_catalog_href_link('pdfinvoice.php', 'order_id=' . $HTTP_GET_VARS['oID'] . '&passthruID=' . $pass_phrase_hash, 'SSL') . '" TARGET="_blank">

     

    There are two entries like this in orders.php to change.

     

    You'd better change your passthru hash now you've posted on the 'net!!

     

    Rgds

     

    Chris

     

    Hi Chris, Thank for the assistance. I will change passthru hash once i resolved this

     

    I still have problem and hope you could assist.

     

    After editing based on your advise. i am still going this http://perfectit.com.sg/admin/HTTPS_SERVER...ssthruID=xxxxxx

     

    How to change it to http://perfectit.com.sg/catalog/pdfinvoice...sthruID=xxxxxxx

  2. Can someone assist me? Everything is fine except when sending bulk newletter I could this msg at Newsletter Manager

     

    1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'BULKMAILER_LIMIT' at line 1

     

    select customers_firstname, customers_lastname, customers_email_address from customers_temp limit BULKMAILER_LIMIT

     

    [TEP STOP]

×
×
  • Create New...