{"id":288733,"date":"2026-04-28T16:18:09","date_gmt":"2026-04-28T16:18:09","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/fromme-cc-live-ups-asc-shipping-rates-and-discounts\/"},"modified":"2026-05-21T07:31:09","modified_gmt":"2026-05-21T07:31:09","slug":"walrus-fromme-ups-asc","status":"publish","type":"plugin","link":"https:\/\/test.wordpress.org\/plugins\/walrus-fromme-ups-asc\/","author":23436076,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.1","stable_tag":"1.0.1","tested":"7.0","requires":"6.7","requires_php":"7.4","requires_plugins":null,"header_name":"Fromme.cc: Live UPS ASC Shipping Rates and Discounts","header_author":"Walrus SIA","header_description":"Fromme.cc provides live UPS shipping rates enhanced with your Authorised Service Contractor agreement discounts. Made for non-brown, non-billing countries, but works everywhere.","assets_banners_color":"","last_updated":"2026-05-21 07:31:09","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/walrus-fromme-ups-asc","header_author_uri":"https:\/\/walrus.lv","rating":0,"author_block_rating":0,"active_installs":0,"downloads":110,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"siawalrus","date":"2026-04-28 16:22:30"},"1.0.1":{"tag":"1.0.1","author":"siawalrus","date":"2026-05-21 07:31:09"}},"upgrade_notice":[],"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[261302,3546,5555],"plugin_category":[45],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-288733","plugin","type-plugin","status-publish","hentry","plugin_tags-online-shipping","plugin_tags-shipping","plugin_tags-ups","plugin_category-ecommerce","plugin_committers-siawalrus"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/walrus-fromme-ups-asc.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\nFromme WooCommerce UPS Shipping Plugin\n\n<p>This WordPress plugin provides a seamless integration between your store, WooCommerce, and the Fromme.cc online system, allowing for the calculation of UPS shipping rates directly within the checkout process.<\/p>\n\n<p>The system is designed to provide immediate, real-time rates based on the specific discount agreements you hold with the local UPS Authorized Service Contractor (UPS ASC).<\/p>\n\n<h3>Features<\/h3>\n\n<ul>\n<li><p><strong>Instant Rate Calculation:<\/strong> Provides immediate calculation of shipping rates via the API without manual intervention.<\/p><\/li>\n<li><p><strong>Real-Time Tariffs:<\/strong> Rates are updated and provided in real-time according to current UPS conditions.<\/p><\/li>\n<li><p><strong>Discounted Pricing:<\/strong> Calculates prices based on the specific discount matrix associated with the client\\'s UPS ASC agreement.<\/p><\/li>\n<li><p><strong>Service Selection:<\/strong> Automatically returns a list of available UPS services and their corresponding costs directly to the customer in the checkout process.<\/p><\/li>\n<\/ul>\n\n<h3>Configuration<\/h3>\n\n<p>After installation, you must configure the necessary UPS and discount credentials in the plugin settings, which are found within the WooCommerce <strong>Shipping Zones<\/strong> settings.<\/p>\n\n<ol>\n<li><p><strong>Define Shipping Origin:<\/strong> Set the originating location of your shipments within WooCommerce (e.g., Riga, Latvia, in the demonstration).<\/p><\/li>\n<li><p><strong>Enter Credentials:<\/strong> Input the required API settings, including the Client Identifier and Secret. These are typically obtained by clients through the UPS developer portal.<\/p><\/li>\n<li><p><strong>Input Discount Key:<\/strong> Enter the unique Discount Key (or UPS ASC key) associated with your rate matrix. If the client does not know their discount key, they must contact the sales manager.<\/p><\/li>\n<\/ol>\n\n<p>Once these three points are correctly established, and the shipping zone is selected, WooCommerce automatically handles the rest.<\/p>\n\n<h3>How it Works<\/h3>\n\n<p>When a customer adds an item (such as a cap or hat) to their cart and proceeds to checkout, they enter their delivery address. The plugin automatically makes an API call to Fromme.cc, which returns the list of available services and the precise shipping costs based on the client\\'s individual discount matrix. The customer can then select the desired service directly from the checkout page.<\/p>\n\n<h3>External services<\/h3>\n\n<p>This plugin relies on the following third-party services to function:<\/p>\n\n<ul>\n<li>It connects to UPS APIs to authenticate and retrieve live shipping rates.<\/li>\n<li>It connects to the FromMe.cc API to obtain discount-adjusted shipping rates.<\/li>\n<\/ul>\n\n<ol>\n<li><p><strong>UPS<\/strong><\/p>\n\n<ul>\n<li><strong>Purpose<\/strong>: Used to authenticate the API and retrieve real-time shipping rate information for products.<\/li>\n<li><strong>What it does<\/strong>: The plugin uses a two-step OAuth 2.0 process. It first sends a request to the UPS security server to generate a time-limited access token. Once authenticated, it calls the <code>https:\/\/onlinetools.ups.com\/api\/rating\/v2409\/Shop<\/code> endpoint to calculate shipping costs.<\/li>\n<li><strong>Data sent<\/strong>:\n\n<ul>\n<li>Authentication: Client Identifier and Secret are sent to obtain an access token configured by the administrator.<\/li>\n<li>Shipping Calculation: Product details (weight, dimensions, service options) and shipping parameters (origin, destination) are sent to calculate rates.<\/li>\n<\/ul><\/li>\n<li><strong>When<\/strong>:\n\n<ul>\n<li>When requesting OAuth token.<\/li>\n<li>When calculating shipping rates.<\/li>\n<\/ul><\/li>\n<li><strong>Service<\/strong>: <a href=\"https:\/\/www.ups.com\">UPS<\/a><\/li>\n<li><strong>Service Links<\/strong>: <a href=\"https:\/\/www.ups.com\/us\/en\/support\/shipping-support\/legal-terms-conditions\">Terms of Use<\/a> | <a href=\"https:\/\/www.ups.com\/md\/en\/support\/shipping-support\/legal-terms-conditions\/privacy-notice\">Privacy Policy<\/a><\/li>\n<\/ul><\/li>\n<li><p><strong>FromMe<\/strong><\/p>\n\n<ul>\n<li><strong>Purpose<\/strong>: Used to calculate and retrieve discounted shipping rates for shop items.<\/li>\n<li><strong>What it does<\/strong>: It makes a secure request to the <code>https:\/\/fromme.cc\/api\/rate\/getwithdiscount\/v1801\/Shop<\/code> endpoint to calculate reduced shipping costs based on the items in the cart.<\/li>\n<li><strong>Data Sent<\/strong>:\n\n<ul>\n<li>Product details (weight, dimensions, service options),  origin and destination addresses, Rate calculation parameters.<\/li>\n<\/ul><\/li>\n<li><strong>When<\/strong>: When calculating discounted shipping rates.<\/li>\n<li><strong>Service<\/strong>: <a href=\"https:\/\/fromme.cc\">FromMe<\/a><\/li>\n<li><strong>Legal<\/strong>: <a href=\"https:\/\/www.ups.com\/us\/en\/support\/shipping-support\/legal-terms-conditions\">Terms of Use<\/a> | <a href=\"https:\/\/www.ups.com\/md\/en\/support\/shipping-support\/legal-terms-conditions\/privacy-notice\">Privacy Policy<\/a>\nToday Fromme.cc follows the UPS Terms of Service and Privacy Policy regarding the handling of personal data.<\/li>\n<\/ul><\/li>\n<\/ol>\n\n<!--section=installation-->\n<h4>Minimum Requirements<\/h4>\n\n<ul>\n<li>PHP 7.4 or greater is required (PHP 8.0 or greater is recommended)<\/li>\n<li>MySQL 5.5.5 or greater, OR MariaDB version 10.1 or greater, is required<\/li>\n<li>WordPress 6.7 or greater<\/li>\n<li>(Recommended) WordPress <a href=\"https:\/\/woocommerce.com\/document\/increasing-the-wordpress-memory-limit\/\">memory limit<\/a> of 256 MB or greater.<\/li>\n<\/ul>\n\n<h4>Automatic installation<\/h4>\n\n<p>Automatic installation is the easiest option -- WordPress will handle the file transfer, and you won\u2019t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu, and click \u201cAdd New.\u201d<\/p>\n\n<p>In the search field type \u201cFromMe,\u201d then click \u201cSearch Plugins.\u201d Once you\u2019ve found us,  you can view details about it, such as the point release, rating, and description. Most importantly of course, you can install it by! Click \u201cInstall Now,\u201d and WordPress will take it from there.<\/p>\n\n<h4>Manual installation<\/h4>\n\n<p>Manual installation method requires downloading the FromMe plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains <a href=\"https:\/\/wordpress.org\/support\/article\/managing-plugins\/#manual-plugin-installation\">instructions on how to do this here<\/a>.<\/p>\n\n<h4>Updating<\/h4>\n\n<p>Automatic updates should work smoothly, but we still recommend you back up your site.<\/p>\n\n<h4>Note<\/h4>\n\n<p>You need to install Woocommerce plugin first before installing FromMe.<\/p>\n\n<!--section=changelog-->\n<h4>1.0.1 2026-05-21<\/h4>\n\n<ul>\n<li>Compatibility - Tested up to WordPress 7.0.<\/li>\n<li>Update - Declared PHP 7.4 as the minimum supported PHP version.<\/li>\n<\/ul>\n\n<h4>1.0.0 2025-12-10<\/h4>\n\n<p><strong>FromMe<\/strong><\/p>\n\n<ul>\n<li>Fix - Initial Release<\/li>\n<\/ul>","raw_excerpt":"This WordPress plugin provides a seamless integration between your store, WooCommerce, and the Fromme.cc online system.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/288733","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=288733"}],"author":[{"embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/siawalrus"}],"wp:attachment":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=288733"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=288733"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=288733"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=288733"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=288733"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=288733"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}