Page 1 of 4 123 ... LastLast
Results 1 to 10 of 34
  1. #1
    Join Date
    Jan 2007
    Posts
    149
    Plugin Contributions
    1

    Default Merlin's Purchase Order Module

    Having a slight problem with the Purchase Module. Found one post that showed a fix but it was for an earlier version. The confirmation email and the email that goes to the admin are missing the Purchase Order information i.e.
    Account Name:

    Account Number:

    Purchase Order No:

    any ideas?
    Slabadoo

  2. #2
    Join Date
    Jan 2004
    Posts
    58,455
    Blog Entries
    3
    Plugin Contributions
    111

    Default Re: Merlin's Purchase Order Module

    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,922
    Plugin Contributions
    3

    Default Re: Merlin's Purchase Order Module

    Quote Originally Posted by slabadoo View Post
    Having a slight problem with the Purchase Module. Found one post that showed a fix but it was for an earlier version. The confirmation email and the email that goes to the admin are missing the Purchase Order information i.e.
    Account Name:

    Account Number:

    Purchase Order No:

    any ideas?
    Slabadoo
    I experience the same problem... Looks like Dr Byte's suggestion may be the issue here.

    I'll check that line in the relevant Purchase Order files too.
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

  4. #4
    Join Date
    Jan 2007
    Posts
    149
    Plugin Contributions
    1

    Default Re: Merlin's Purchase Order Module

    Well, it looked promising but the code that is referenced in his bug fix is not in the orders.php file. Part of it is but it is different that mine

    When i installed his PO MOD, orders.php was one of the files that was required be updated, so I used his orders.php in place of the original. at least that is what the directions said to do. I am using 1.3.7 and here is the line of code in my orders.php that is refererenced in the link that was provided above:

    Code:
        $html_msg['PAYMENT_METHOD_FOOTER'] = (is_object($GLOBALS[$_SESSION['payment']]) ? $GLOBALS[$payment_class]->email_footer : '');

    And the code on the link above which I thought would be the fix is:

    Code:
    $html_msg['PAYMENT_METHOD_FOOTER'] = (is_object($GLOBALS[$_SESSION['payment']]) && $GLOBALS[$payment_class]->email_footer != '') ? nl2br($GLOBALS[$payment_class]->email_footer) : $this->info['cc_type'];
    Turns out, the two pieces of code are a little more different that I thought they would be. what do you recomend I do?

    Thanks,
    Slabadoo
    Last edited by slabadoo; 4 Apr 2007 at 02:37 PM.

  5. #5
    Join Date
    Mar 2004
    Posts
    16,019
    Plugin Contributions
    5

    Default Re: Merlin's Purchase Order Module

    there have been some changes to the core code,
    the PO Module dosnt work with 1.3.7
    and I dont know when I will get a chance to fix it

  6. #6
    Join Date
    Jan 2007
    Posts
    149
    Plugin Contributions
    1

    Default Re: Merlin's Purchase Order Module

    <Heart Attackkk> Going live with this site in a few days. Client needs the PO MOD. Any thoughts on a way around my delima? Seems the only thing that isn't working correctly is the email is not showing the PO info.

    Mommy????
    Slabadoo

  7. #7
    Join Date
    Jan 2004
    Posts
    58,455
    Blog Entries
    3
    Plugin Contributions
    111

    Default Re: Merlin's Purchase Order Module

    There's a purchase order mod in the Super Orders contribution. Not sure how different it is in functionality.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Jan 2007
    Posts
    149
    Plugin Contributions
    1

    Default Re: Merlin's Purchase Order Module

    Yep, I am in the process of installing it right now. I will post my outcome. Pray for me...

  9. #9
    Join Date
    Jan 2007
    Posts
    149
    Plugin Contributions
    1

    Default Re: Merlin's Purchase Order Module

    Wel, the Purchase Order in super orders was not what I was looking for.

    text form fields to simply type in the PO info like the way Merlin did it. Hmm? ANy other ideas ona way to get it po to work with a user filled form filed at the payment step?

    Thanks,
    Slabadoo

  10. #10
    Join Date
    Jan 2007
    Posts
    149
    Plugin Contributions
    1

    Default Re: Merlin's Purchase Order Module

    From what I can see, the only thing the Mod is not doing for me is providing the PO info in the emails sent to the customer and admin. Do you know if there would be a way to rig it to send the info along. It does show in the customer order info in admin?

    I understand you are probably tied to 100's of other questions that are looking for solutions. No sweat if you can't get to it. I did however try to use the super orders MOD but The solution you offered by having the Form Filed in the apyment area was definatly the way I need to go. No recieving PO Faxes for me. Anyway, any help appreciated and thanks for listening.
    Slabadoo

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. Purchase order module
    By seanscully in forum Addon Payment Modules
    Replies: 45
    Last Post: 18 Jan 2012, 01:55 AM
  2. including purchase order numbers
    By delia in forum Addon Payment Modules
    Replies: 0
    Last Post: 8 Feb 2007, 08:10 PM
  3. Module Shipping. Free shipping for order more than 200€.
    By maci in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 3 Aug 2006, 09:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •