Results 1 to 8 of 8
  1. #1
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Help I have hit a wall - can admin have option for different payment

    Hi

    I work for a shop selling office furniture online. We also have a bricks and mortar shop opening up soon and we would like to keep all our orders (including those made in the shop) on the Zencart site. By doing this enables us to get our stock at a discounted price (this is what I've been told!). As well as giving us nice neat invoices and enables us to track orders.

    As a result, I was wondering if there was a payment option that doesn't show up for online users but can be used by the shop to say that payment has been made in the shop?

    Please advise if this is a viable option or really any advice regarding this.

    Many thanks in advance.
    Debbie Harrison
    DVH Design | Web Design blog

  2. #2
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Help I have hit a wall - can admin have option for different payment


  3. #3
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Re: Help I have hit a wall - can admin have option for different payment

    Thanks picandnix

    I saw that, but can you add orders form the admin side with this as well?
    Debbie Harrison
    DVH Design | Web Design blog

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Help I have hit a wall - can admin have option for different payment

    To allow your store staff to use a "private" payment module, this approach often works, if the IP address is "static" as in "doesn't change":

    1. Add the authorized IP addresses to the list of Maintenance IP addresses in Admin->Configuration->Website Maintenance
    2. Add the following code to the moneyorder.php payment module, and activate the module in your Admin payment modules screen:
    Code:
          $this->enabled = ((MODULE_PAYMENT_MONEYORDER_STATUS == 'True') ? true : false);
          if (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])) {
            $this->enabled = TRUE;
          } else {
            $this->enabled = FALSE;
          }
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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.

  5. #5
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Help I have hit a wall - can admin have option for different payment

    Quote Originally Posted by dharrison View Post
    Thanks picandnix

    I saw that, but can you add orders form the admin side with this as well?
    goes hand in hand with this mod if the Dr 's mod doesn't fit your setup
    http://www.zen-cart.com/downloads.php?do=file&id=583

  6. #6
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Re: Help I have hit a wall - can admin have option for different payment

    Doctor's setup works absolutely fine. The only gripe with the first customer module, is not being able to determine a password.

    Will the tweak in code still work even without the Add Customer form Admin module? Sorry to nitpick, but I just need to be clear on this.

    Thanks
    Debbie Harrison
    DVH Design | Web Design blog

  7. #7
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Help I have hit a wall - can admin have option for different payment

    The code suggestion I made is independent of any plugins.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Re: Help I have hit a wall - can admin have option for different payment

    Thank you so much Doctor. Coffees on the way to Zen Cart team ;)
    Debbie Harrison
    DVH Design | Web Design blog

 

 

Similar Threads

  1. can I have different payment processors for "high risk" items?
    By Hulamac in forum Addon Payment Modules
    Replies: 2
    Last Post: 11 Dec 2012, 08:07 AM
  2. Can I have different payment addresses for each Category?
    By rarpsl in forum Basic Configuration
    Replies: 9
    Last Post: 17 Jan 2012, 04:15 PM
  3. How can I have different payment options for different shipping options?
    By Liamv in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 18 Feb 2010, 04:32 AM
  4. Is it possible to have different Payment methods for International Customers?
    By z3n in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 30 Apr 2009, 04:02 PM
  5. new to zen, purchased a zen template, going well but have hit a brick wall. HELP...
    By Inkwork in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Jan 2008, 05:26 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR