Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2009
    Posts
    8
    Plugin Contributions
    0

    Default Why do some payment options work & others don't?

    I'm using Zen Cart 1.3.8a. nearly ready to add my cart the my site. I have setup all my payment options in Admin - Credit card, paypal show up in the checkout but others I have uploaded from add ons - Simple Bank Deposit Module, ONLINETBANK, payoffline, are all setup in admin but not showing up in checkout. Even the Check and money order doesn't show up.
    I have read other post and and tryed different things but still nothing.
    Probly something simple but I can find it.
    Any help would be much appreciated

  2. #2
    Join Date
    Aug 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Why do some payment options work & others don't

    Ok I worked out the Simple Bank Deposit Module....
    INCLUDES/MODULES/PAYMENT/dirbank,php
    on line #69 change = false; to = true;

    eg.
    from this

    // disable the module if the order only contains virtual products
    if ($this->enabled == true) {
    if ($order->content_type == 'virtual') {
    $this->enabled = false;

    to this

    // disable the module if the order only contains virtual products
    if ($this->enabled == true) {
    if ($order->content_type == 'virtual') {
    $this->enabled = true;

    good luck zenners

  3. #3
    Join Date
    Aug 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Why do some payment options work & others don't

    OOW and if you are in Australia, you need to set the 'Payment Zone' as
    --none-- . Coz setting it to Australia will also make it disapear.

    One more thing... the BSB didn't show up so under the 'Bank Account No' I just put both BSB & Acc like this:
    BSB: xxxxxx Acc:xxxxxxxx

    Cheers

 

 

Similar Threads

  1. Template override files - some work, others don't
    By WhitePhantom in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 3 Jun 2010, 02:05 PM
  2. Sidebox headings - some work some don't
    By mibelloboutique in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 May 2009, 05:54 AM
  3. category restrictions - some products work, others don't
    By earmsby in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 21 Aug 2008, 09:19 PM
  4. Some Digital Downloads Don't Work, Some Do
    By lyricwings in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 5 Nov 2007, 12:57 AM
  5. Additional Images Popup-some work, some don't
    By tolefairy in forum General Questions
    Replies: 1
    Last Post: 29 Aug 2007, 12:06 AM

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