Results 1 to 10 of 10
  1. #1
    Join Date
    Jun 2009
    Location
    Israel
    Posts
    161
    Plugin Contributions
    0

    Default Adding payments selection to CC module - how?

    Hi,

    a client of mine asked me to check if theres an option to add payments selection to the CC module. He wants clients to select how many payments they want so he gets it as a simple text string with the rest of the cc info in the order details...so is it possible?

    Thanks.

    PS,

    Can I collect the same CC info + payments selection using the Super Order mod or is that for online charging only? thanks.

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,537
    Plugin Contributions
    127

    Default Re: Adding payments selection to CC module - how?

    Take a look at "Installment Plan" in the Free Software Add Ons section.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Jun 2009
    Location
    Israel
    Posts
    161
    Plugin Contributions
    0

    Default Re: Adding payments selection to CC module - how?

    Alright, tried the installment module and unfortunately it isn't exactly what I need. Super order isn't a good option?

  4. #4
    Join Date
    Jun 2009
    Location
    Israel
    Posts
    161
    Plugin Contributions
    0

    Default Re: Adding payments selection to CC module - how?

    I didn't find a full description of what Super Order does, can anyone specify what exactly does it add?

  5. #5
    Join Date
    Jun 2009
    Location
    Israel
    Posts
    161
    Plugin Contributions
    0

    Default Re: Adding payments selection to CC module - how?

    Hey hmm...I can't seem to find a proper solution for this, can anyone try recommending something else?

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Adding payments selection to CC module - how?

    We'd probably need to know why the Installments mod didn't work for you to advise further.

    I haven't used Super Orders, but I have test sites that I use to test mods, etc.. You might set one up and give it a try.

  7. #7
    Join Date
    Jun 2009
    Location
    Israel
    Posts
    161
    Plugin Contributions
    0

    Default Re: Adding payments selection to CC module - how?

    It worked, only it wasn't convenient enough. what I actually need is a drop-down menu to select how many payments according to the order total, meaning (for example) if its above 100$ and below 200$ you'll have the option to make 2 payments, and so every 100$ you get the option to divide the deal into one more payment. Its quite simple actually. I'm trying to edit the CC module right now. Maybe I'll get it right since I've got an example of a drop-down menu from the cc-date.
    Last edited by Asdesign; 15 Nov 2009 at 04:25 PM.

  8. #8
    Join Date
    Jun 2009
    Location
    Israel
    Posts
    161
    Plugin Contributions
    0

    Default Re: Adding payments selection to CC module - how?

    Maybe you could help me out...I think I almost got it!

    I added this:

    Code:
    array('title' => MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_PAYMENTS,
    'field' => zen_draw_pull_down_menu('cc_payments', $no_of_payments, '', 'id="' . $this->code . '-cc-payments"' . $onFocus),
    'tag' => $this->code . '-cc-payments'),
    Then I defined this variable and placed this line BEFORE the code above:

    Code:
    $no_of_payments[] = array('id' => 1,2,3,4,5, 'text' => 1,2,3,4,5);
    I ain't no PHP programmer but I do get the logic of it.

  9. #9
    Join Date
    Jun 2009
    Location
    Israel
    Posts
    161
    Plugin Contributions
    0

    Default Re: Adding payments selection to CC module - how?

    Hmm I tried submitting an order and I don't get the new values I added in either emails that are being sent to the store manager or in the back office even though I added this to the orders.php:

    Code:
     <tr>
    <td class="main">
    <?php echo ENTRY_CREDIT_CARD_OWNER_ID; ?>
    </td>
    <td class="main">
    <?php echo $order->info['cc_owner_id']; ?>
    </td>
    </tr>
    I reckon, there might be SQL involving? Do I have to run a SQL patch to have this field added?..please help.

  10. #10
    Join Date
    Jun 2009
    Location
    Israel
    Posts
    161
    Plugin Contributions
    0

    Default Re: Adding payments selection to CC module - how?

    Hey guys, please help me out with this, will ya? ;(

 

 

Similar Threads

  1. Can I make attribute selection REPLACE product price, instead of adding to it?
    By jackie.taferner in forum Setting Up Categories, Products, Attributes
    Replies: 9
    Last Post: 27 Jan 2010, 06:28 PM
  2. Adding payments selection to CC module - how?
    By Asdesign in forum Addon Payment Modules
    Replies: 2
    Last Post: 8 Nov 2009, 06:53 PM
  3. Blank selection box for adding featured products
    By artcoder in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Feb 2009, 05:09 AM
  4. Adding options for producct selection
    By dannygrl45 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Feb 2009, 10:38 PM
  5. Help with payment module selection!
    By SITM in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 24 Jul 2008, 06:47 PM

Posting Permissions

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