Page 7 of 13 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 125
  1. #61
    Join Date
    May 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Selling software licences

    Thank you for answer, actually it works with paypal well - I only have these problems with money orders. Could it be possible to adjust that code some easy way? Or if not - is it possible to add this information (licence code) to the "processing" e-mail instead of "pending" e-mail?

    Anyway - I supose that answers on questions above might be negative ones, so once thank you for your help and I probably will have to deal with it.... :)

  2. #62
    Join Date
    May 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Selling software licences

    Only, if there is nothing to be done - how to distinguish selling via credit card/pay pal and money order?

    Eg. I am selling licence of product XX via credit card/paypal which works well, but if I buy the product XX via the money order - I receive licence immediately (this is wrong). Could I separate somehow these purchasing processes? (via attributes, categories etc.....?)

  3. #63
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Selling software licences

    Yes, you could alter the code that's sending the licenses so that it doesn't send the license part if the payment method isn't suitable.
    .

    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.

  4. #64
    Join Date
    May 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Selling software licences

    OK :)

    Could you indicate - which files and which functions I should alter? The order.php?

  5. #65
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Selling software licences

    You used someone's code in an earlier post or some other thread to add to your outgoing order email, right?

    That being the case, you'll have to take whatever code you added, and wrap an "if" statement around it, something like this:
    Code:
    if ($this->info['payment_module_code'] == 'paypal') {
      // ADD CUSTOM EMAIL CONTENT HERE
    }
    ... of course, replacing the // ADD CUSTOM EMAIL CONTENT HERE with whatever code you added

    In this particular example, if the customer paid using the 'paypal' payment module, it will process your license logic. If not, it will skip it.
    .

    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.

  6. #66
    Join Date
    May 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Selling software licences

    Have someone told you that you are genius? :))
    Thx.
    V.

  7. #67
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Selling software licences

    LOL -- I like it when they say that over here: http://www.zen-cart.com/index.php?ma...es&pages_id=14
    .

    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. #68
    Join Date
    May 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Selling software licences

    Quote Originally Posted by vashik View Post
    Have someone told you that you are genius? :))
    Thx.
    V.

    But after some testing (I lost a few days with that) it stop working and I do not why. I changed many setting in PayPal, ZC, files - nothing works -Stupid!!!!!!!!!!!!!!
    I do not recommend anyone who is not familiar with PHP, SQL stuff more!!!

    After all I going to have all licences in separate TXT files as download ones. With that - I do not have any problems. When someone prepares an easy method - I would be happy, but this caused me a serious hadache - do not follow this if you do not what you do!!!! it will save you time and nerves!!!!

  9. #69
    Join Date
    Dec 2006
    Location
    Mesa, Arizona USA
    Posts
    39
    Plugin Contributions
    0

    Default Re: Selling software licences

    But you have to admit, it was a great learning experience wasn't it? It's things like these that help me to appreciate all the effort the Zen-Cart team puts into the development and continued support for novice like my self. Of all the Open Source communities I'm a part of, this one is by far the best.

  10. #70
    Join Date
    May 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Selling software licences

    Quote Originally Posted by djsmyers View Post
    But you have to admit, it was a great learning experience wasn't it? It's things like these that help me to appreciate all the effort the Zen-Cart team puts into the development and continued support for novice like my self. Of all the Open Source communities I'm a part of, this one is by far the best.
    True - nice experience, but - finally for me - it is not working - so I just warned others...

 

 
Page 7 of 13 FirstFirst ... 56789 ... LastLast

Similar Threads

  1. Selling downloadable software
    By bazfr in forum General Questions
    Replies: 5
    Last Post: 4 Mar 2010, 10:13 AM
  2. Possible? Selling items in groups of 10 while selling other items as singles
    By alanekilauea in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 11 Feb 2008, 07:47 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