Emergency : issue with 2CO

Discussion in 'Troubleshooting' started by nikko, Apr 12, 2005.

  1. nikko

    nikko New Member

    Joined:
    Mar 6, 2005
    Messages:
    19
    IT seems that 2Co are checking all the websites and are cancelling in a rude manner all the web sites that describes 2co as a payment processor.

    The Amember 2Co description is in conflict with the words that are authorized.

    Alex, you should check this :

    --------------------- email I've received friom 2co -------------------

    Final Notice -- Review Immediately

    This email serves as your final notice.

    If, after 24 hours of this notice being sent, your site still contains
    unacceptable language that misrepresents the relationship with 2Checkout
    all account activity will be suspended.


    Language that should NOT be contained on your site includes indicating 2CO is a

    "Credit Card Processor"
    "A Third Party Processor"
    "A Payment Processor"
    or "A Payment Gateway"


    Language that should be contained on your site (preferably as early in the
    shopping process as possible):

    "2Checkout.com, Inc. is an authorized retailer of <Supplier>"

    "2Checkout.com, Inc. is the exclusive authorized retailer of goods and services
    provided by <Supplier>"

    "2Checkout.com, Inc. is an authorized retailer of goods and services provided
    by <Supplier>"


    This also extends to buttons or html links associated with the purchase of a
    product or service.

    Terminology for buttons or links to 2CO that is acceptable:

    "Add to Cart"
    "Buy Now"
    "Buy from 2CO"
    "Continue ->"
    "Purchase from 2Checkout"

    Terminology for buttons or Links to 2CO that is NOT acceptable:

    "Click Here to Pay"
    "Process Payment Now"
    "Pay Using 2Checkout"

    Further information is located here:

    http://sellers.2checkout.com/language_guidelines.html

    2COs Product Support Department is ready and willing to assist you if needed please
    submit a ticket at http://support.2co.com/deskpro/faq.php.

    Any questions relating to this email notice but not concerning web design or wording
    changes should be submitted to| disclaimer@2co.com

    Version 2004.04.07.81418
  2. nikko

    nikko New Member

    Joined:
    Mar 6, 2005
    Messages:
    19
    Quick fix

    If you receive this email from 2CO you can fix this issue very quickly:
    1- go to /plugins/payments/2checkout_r/
    2- edit the file 2checkout_r.inc

    Find :
    Code:
    add_paysystem_to_list(
    array(
                'paysys_id'   => 'twocheckout_r',
                'title'       => '2CheckOut',
                'description' => 'secure credit card/online check payment with 2Checkout.com',
                'recurring' => 1,
                'public'    => 1
            )
    );
    
    change with
    Code:
    add_paysystem_to_list(
    array(
                'paysys_id'   => 'twocheckout_r',
                'title'       => '2CheckOut',
                'description' => 'purchase from 2Checkout.com',
                'recurring' => 1,
                'public'    => 1
            )
    );
    
    that's it.
  3. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    nikko, thank you very much for your message!

    I just emailed a notice to all aMember Pro customers to make this change.

Share This Page