📄 german.php
字号:
<li>Emails to both accounts will appear in the section where you initially login into the PayPal Developer Central, no real emails are sent so the email addresses for your virtual accounts should be fictitious.</li><br class="h6" /> <li>Now in your <a href="'. tep_href_link(FILENAME_MODULES,'set=payment&module=paypal&action=edit').'" target="_blank">osCommerce::Admin::Modules::Payment::PayPal</a> configuration section<ul style="margin-top: 5px; margin-left: 10px; padding-left: 10px;"><li>Enter the virtual business account email address into both the Primary Email Address and Business ID fields</li><li>Set the domain to www.sandbox.paypal.com</li></ul></li><br class="h6" /> <li>Now checkout as a customer via the store, this account should have a real email address (so that you can receive the osC customer order confirmation email), and when you arrive at the PayPal Sandbox site (look for their logo) then login using the virtual personal account details and finalize the payment process.</li> </ul> <br /><p class="ppsmallerrorbold">Note that you must first login via the PayPal Developer Central prior to testing the Sandbox/Checkout process.</p> </li><br /><br class="h6" /> <li><b class="ppem380">What\'s the difference between the IPN Test Panel and using PayPal\'s Sandbox.</b><br />The <a href="'. tep_href_link(FILENAME_PAYPAL,'action=itp').'" target="itp">IPN Test Panel</a> is an independent osCommerce Contribution feature, for testing and development purposes, which allows you to simmulate your own IPNs without having to interact with PayPal.<br /><br /><p class="ppsmallerrorbold">All Test IPNs via the IPN Test Panel will be invalid according to PayPal since they\'re not authentic transactions.</p></li><br /><br class="h6" /> <li><b class="ppem380">Is the IPN Test Panel related to PayPal\'s Sandbox.</b><br />No, see above.</li><br /><br class="h6" /> <li><b class="ppem380">What\'s the purpose of the digest key.</b><br />Currently the digest key serves two purposes, it authenticates and allows you to use the <a href="'. tep_href_link(FILENAME_PAYPAL,'action=itp').'" target="itp">IPN Test Panel</a>, secondly, untill such time that PayPal provides a secure method of associating an IPN specifically to a particular order, it serves as a unique transaction signature identifier.</li><br /><br class="h6" /> <li><b class="ppem380">Should I change the digest key default value.</b><br />Yes, but remember what it is if uninstalling and reinstalling this contrib payment module in the admin since there might be existing pending orders which will require it in order to associate with to their corresponding IPN(s).</li><br /><br class="h6" /> <li><b class="ppem380">How are IPNs deleted.</b><br />Currently, an IPN appearing the admin section is deleted automatically when deleting it\'s corresponding order.</li><br /><br class="h6" /> <li><b class="ppem380">How can a customer resume their order.</b><br />Currently, if the customer abandons the checkout process at the PayPal site, e.g for some reason they did not actually pay at that time, then they can log into their osCommerce account and click the confirm order button when viewing the details of that particular order in their account_history_info.<br /><br />This feature is only available when <b>synchronizing invoices</b> with PayPal.<br /><br />This means that if you ever reset the osCommerce <code>orders</code> database table then you must also update it\'s auto-increment value to be greater than the last known <code>order_id</code>.</li><br /><br class="h6" /> <li><b class="ppem380">I\'m getting errors after installing the contribution.</b><br />First, go through the installation edits and remove any blank spaces at the beginning of the line(s), some text editors will insert hidden characters which is a side effect of copying and pasting from HTML documentation.<br />Make sure that the alterations have been performed as well as running the paypal_ipn.sql script.</li><br /><br class="h6" /> <li><b class="ppem380">What type of PayPal account do I need.</b><br />You will need either a Premier or Merchant Business Account. <a href="https://www.paypal.com/refer/pal=PS2X9Q773CKG4" target="_blank">Click here to register for an account</a> if you do not already have one.</li><br /><br class="h6" /> </ul>');define("PAYPAL_IPN_TEST_MODE1","Test Mode must be enabled!");define("PAYPAL_IPN_TEST_MODE_ADVANCED","Advanced");define("PAYPAL_IPN_TEST_MODE_HELP_WITH_THIS_PAGE","Help with this page");define("PAYPAL_IPN_TEST_MODE_PRIMARY_PAYPAL_EMAIL_ADDRESS","Primary PayPal Email Address");define("PAYPAL_IPN_TEST_MODE_BUSINESS_ID","Business ID");define("PAYPAL_IPN_TEST_MODE_DEBUG_EMAIL_ADDRESS","Debug Email Address");define("PAYPAL_IPN_TEST_MODE_FIRST_NAME","First Name");define("PAYPAL_IPN_TEST_MODE_LAST_NAME","Last Name");define("PAYPAL_IPN_TEST_MODE_BUSINESS_NAME","Business Name");define("PAYPAL_IPN_TEST_MODE_EMAIL_ADDRESS","Email Address");define("PAYPAL_IPN_TEST_MODE_PAYER_ID","Payer ID");define("PAYPAL_IPN_TEST_MODE_PAYER_STATUS","Payer Status");define("PAYPAL_IPN_TEST_MODE_VERIFIED","verified");define("PAYPAL_IPN_TEST_MODE_UNVERIFIED","unverified");define("PAYPAL_IPN_TEST_MODE_INVOICE","Invoice");define("PAYPAL_IPN_TEST_MODE_ADDRESS_NAME","Address Name");define("PAYPAL_IPN_TEST_MODE_ADDRESS_STREET","Address Street");define("PAYPAL_IPN_TEST_MODE_ADDRESS_CITY","Address City");define("PAYPAL_IPN_TEST_MODE_ADDRESS_STATE","Address State");define("PAYPAL_IPN_TEST_MODE_ADDRESS_ZIP","Address Zip");define("PAYPAL_IPN_TEST_MODE_ADDRESS_COUNTRY","Address Country");define("PAYPAL_IPN_TEST_MODE_ADDRESS_STATUS","Address Status");define("PAYPAL_IPN_TEST_MODE_CONFIRMED","confirmed");define("PAYPAL_IPN_TEST_MODE_UNCONFIRMED","unconfirmed");define("PAYPAL_IPN_TEST_MODE_PAYMENT_TYPE","Payment Type");define("PAYPAL_IPN_TEST_MODE_INSTANT","instant");define("PAYPAL_IPN_TEST_MODE_ECHECK","echeck");define("PAYPAL_IPN_TEST_MODE_TRANSACTION_TYPE","Transaction Type");define("PAYPAL_IPN_TEST_MODE_SELECT","--select--");define("PAYPAL_IPN_TEST_MODE_CART","cart");define("PAYPAL_IPN_TEST_MODE_WEB_ACCEPT","web_accept");define("PAYPAL_IPN_TEST_MODE_SEND_MONEY","send_money");define("PAYPAL_IPN_TEST_MODE_CUSTOM","Custom");define("PAYPAL_IPN_TEST_MODE_TRANSACTION_ID","Transaction ID");define("PAYPAL_IPN_TEST_MODE_PARENT_TRANSACTION_ID","Parent Transaction ID");define("PAYPAL_IPN_TEST_MODE_NO_CART_ITEMS","No. Cart Items");define("PAYPAL_IPN_TEST_MODE_NOTIFY_VERSION","Notify Version");define("PAYPAL_IPN_TEST_MODE_NOTIFY_VERSION_VALUE","1.6");define("PAYPAL_IPN_TEST_MODE_MEMO","Memo");define("PAYPAL_IPN_TEST_MODE_MC_CURRENCY","MC Currency");define("PAYPAL_IPN_TEST_MODE_USD","USD");define("PAYPAL_IPN_TEST_MODE_GBP","GBP");define("PAYPAL_IPN_TEST_MODE_EUR","EUR");define("PAYPAL_IPN_TEST_MODE_CAD","CAD");define("PAYPAL_IPN_TEST_MODE_JPY","JPY");define("PAYPAL_IPN_TEST_MODE_MC_GROSS","MC Gross");define("PAYPAL_IPN_TEST_MODE_MC_FEE","MC Fee");define("PAYPAL_IPN_TEST_MODE_SETTLE_AMOUNT","Settle Amount");define("PAYPAL_IPN_TEST_MODE_SETTLE_CURRENCY","Settle Currency");define("PAYPAL_IPN_TEST_MODE_EXCHANGE_RATE","Exchange Rate");define("PAYPAL_IPN_TEST_MODE_PAYMENT_STATUS","Payment Status");define("PAYPAL_IPN_TEST_MODE_PAYMENT_STATUS_COMPLETED","Completed");define("PAYPAL_IPN_TEST_MODE_PAYMENT_STATUS_PENDING","Pending");define("PAYPAL_IPN_TEST_MODE_PAYMENT_STATUS_FAILED","Failed");define("PAYPAL_IPN_TEST_MODE_PAYMENT_STATUS_DENIED","Denied");define("PAYPAL_IPN_TEST_MODE_PAYMENT_STATUS_REFUNDED","Refunded");define("PAYPAL_IPN_TEST_MODE_PAYMENT_STATUS_REVERSED","Reversed");define("PAYPAL_IPN_TEST_MODE_PAYMENT_STATUS_CANCELED_REVERSAL","Canceled_Reversal");define("PAYPAL_IPN_TEST_MODE_PENDING_REASON","Pending Reason");define("PAYPAL_IPN_TEST_MODE_MULTI_CURRENCY","multi_currency");define("PAYPAL_IPN_TEST_MODE_INTL","intl");define("PAYPAL_IPN_TEST_MODE_VERIFY","verify");define("PAYPAL_IPN_TEST_MODE_ADDRESS","address");define("PAYPAL_IPN_TEST_MODE_UPGRADE","upgrade");define("PAYPAL_IPN_TEST_MODE_UNILATERAL","unilateral");define("PAYPAL_IPN_TEST_MODE_OTHER","other");define("PAYPAL_IPN_TEST_MODE_REASON_CODE","Reason Code");define("PAYPAL_IPN_TEST_MODE_CHARGEBACK","chargeback");define("PAYPAL_IPN_TEST_MODE_GUARANTEE","guarantee");define("PAYPAL_IPN_TEST_MODE_BUYER_COMPLAINT","buyer_complaint");define("PAYPAL_IPN_TEST_MODE_REFUND","refund");define("PAYPAL_IPN_TEST_MODE_TAX","Tax");define("PAYPAL_IPN_TEST_MODE_FOR_AUCTION","For Auction");define("PAYPAL_IPN_TEST_MODE_NO","No");define("PAYPAL_IPN_TEST_MODE_YES","Yes");define("PAYPAL_IPN_TEST_MODE_AUCTION_BUYER_ID","Auction Buyer ID");define("PAYPAL_IPN_TEST_MODE_AUCTION_CLOSING_DATE","Auction Closing Date");define("PAYPAL_IPN_TEST_MODE_AUCTION_MULTI_ITEM","Auction Multi-Item");define("PAYPAL_IPN_TEST_MODE_ITEM_NAME","Item Name");define("PAYPAL_IPN_TEST_MODE_ITEM_NUMBER","Item Number");define("PAYPAL_IPN_TEST_MODE_QUANTITY","Quantity");define("PAYPAL_IPN_TEST_MODE_HELP1","The following is a quick guide towards simmulating your own IPNs:");define("PAYPAL_IPN_TEST_MODE_HELP2",' <br><ol> <li>Begin to check out as a customer via the store, stop when you get to the PayPal site</li><br><br class="h6"> <li>Go into the store admin orders section and find the last order (just created)</li><br><br class="h6"> <li>Select a <b>Transaction Type</b>, usually cart or web_accept, but nothing for refunds, reversals, or canceled_reversals payments</li><br><br class="h6"> <li>Copy and paste the <b>Transaction Signature</b> into the <b>Custom</b> field and into the <b>Transaction ID</b> field</li><br><br class="h6"> <li>If the <b>Cart Test</b> is on, then make sure that the above <b>MC Gross</b> amount is the same as the order total and that the <b>MC Currency</b> field is set to the same currency as the order.</li><br><br class="h6"> <li>Submit the Test IPN</li><br><br class="h6"> <li>Now check the admin order status</li><br><br class="h6"> </ol>');define("PAYPAL_IPN_TEST_MODE_HELP3","When testing Pending payments etc, remember to use the same Transction ID");##################### 03/07/2006 Start ####################define("NON_TTF_FONT_ERROR","Non-TTF font size must be 1,2,3,4 or 5");define("SETLEGEND_ERROR","Error: SetLegend argument must be an array");define("UNABLE_TO_OPEN_ERROR","Unable to open ");define("UNABLE_TO_OPEN_GIF_ERROR"," as a GIF");define("UNABLE_TO_OPEN_PNG_ERROR"," as a PNG");define("UNABLE_TO_OPEN_JPG_ERROR"," as a JPG");define("SELECT_IMAGE_ERROR","Please select wbmp,gif,jpg, or png for image type!");define("SELECT_IMAGE_TYPE_ERROR","Please select an image type!");define("NOT_ACCEPTABLE_PLOT_TYPE_ERROR"," not an acceptable plot type");define("UNKNOWN_CHART_TYPE_ERROR","ERROR: unknown chart type");define("LOG_PLOTS_DATA_GREATER_ERROR","Log plots need data greater than 0");define("ERROR_IN_DATA","Error in Data - max not gt min");define("FATAL_ERROR","Fatal error");define("THINBARLINES_DATA_TYPE_ERROR","Data Type for ThinBarLines must be data-data");define("BAR_PLOTS_DATA_TYPE_ERROR",'Bar plots must be text-data: use function SetDataType("text-data")');define("NO_IMAGE_DEFINED_DRAWGRAPH_ERROR","No Image Defined: DrawGraph");define("NO_ARRAY_OF_DATA_IN_ERROR","No array of data in ");##################### 03/07/2006 End ######################################### 04/07/2006 Start ####################define("SESSION_FILE_OPEN_ERROR_1",'Could not open session file (');define("SESSION_FILE_OPEN_ERROR_2",').');define("SESSION_FILE_WRITE_ERROR_1",'Could not write session file (');define("SESSION_FILE_WRITE_ERROR_2",').');define("CACHING_METHOD_ERROR_1",'Caching method ');define("CACHING_METHOD_ERROR_2",' not implemented.');define("INITIALIZE_SESSION_MODULE_ERROR",'Failed to initialize session module.');define("SESSION_NOT_SAVED_ERROR",'Session could not be saved.');define("SESSION_NOT_CLOSED_ERROR",'Session could not be closed.');define("SESSION_NOT_STARTED_ERROR",'Session could not be started.');define("CANNOT_COPY_PRODUCT_ERROR_1",'<b>WARNING: Cannot copy from Product ID #');define("CANNOT_COPY_PRODUCT_ERROR_2",' to Product ID # ');define("CANNOT_COPY_PRODUCT_ERROR_3",' ... No copy was made</b>');define("NO_ATTRIBUTES_COPY_ERROR_1",'<b>WARNING: No Attributes to copy from Product ID #');define("NO_ATTRIBUTES_COPY_ERROR_2",' for: ');define("NO_ATTRIBUTES_COPY_ERROR_3",' ... No copy was made</b>');define("NO_PRODUCT_ERROR_1",'<b>WARNING: There is no Product ID #');define("NO_PRODUCT_ERROR_2",' ... No copy was made</b>');define("MCRYPT_ALGORITHMS_AND_MODES",'Mcrypt Algorithms and Modes');define("MCRYPT_ALGORITHM",'Algorithm');define("MCRYPT_Status",'Status');define("MCRYPT_OK",'OK');define("MCRYPT_NOT_OK",'NOT OK');define("MCRYPT_NOT_TESTED",'NOT TESTED');define("MCRYPT_MAXIMUM_KEY_SIZES_ALLOWED",'Maximum Key Sizes Allowed');define("MCRYPT_MAXIMUM_KEY_SIZE",'Maximum Key Size');define("MCRYPT_KEY_TEXT",'this is a very long key, even too long for the cipher');define("MCRYPT_PLAIN_TEXT",'very important data');define("DATABASE_TEP_DB_ERROR",'[TEP STOP]');define("CANNOT_CHANGE_THE_MODE_OF_FILE","Cannot change the mode of file");define("FAILED_TO_OPEN_FILE",'Failed to open file ');define("CANNOT_WRITE_TO_FILE",'Cannot write to file ');define("UNABLE_TO_DETERMINE_PAGE_LINK",'<b>Error!</b></font><br><br><b>Unable to determine the page link!<br><br>Function used:<br><br>');define("UNABLE_TO_DETERMINE_CONNECTION_METHOD_ON_PAGE_LINK",'<b>Error!</b></font><br><br><b>Unable to determine connection method on a link!<br><br>Known methods: NONSSL SSL<br><br>Function used:<br><br>');define("SUPPORT_DESK",'Support Desk');define("FRAUDSCREENCLIENT_AFS",'AFS');define("FRAUDSCREENCLIENT_QUERY_RESULT",'query result');define("FRAUDSCREENCLIENT_SERVER_UNAVAILABLE","Algozone Fraud Screen Server currently unavailable. Please try again later.");define("FRAUDSCREENCLIENT_AFS_INPUTS","AFS Inputs");define("FRAUDSCREENCLIENT_INPUT","input");define("FRAUDSCREENCLIENT_INVA
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -