AboveWP Bulgarian Eurozone
A WordPress plugin that adds bidirectional dual currency display (BGN ⇄ EUR) for WooCommerce as Bulgaria prepares to join the Eurozone. The plugin automatically displays prices in both Bulgarian Lev (BGN) and Euro (EUR) throughout your WooCommerce store, working in both directions. AboveWP Features Bidirectional support: Works when store currency is BGN (shows EUR) OR when store currency is EUR (shows BGN) Currency Migration Tool: One-click conversion of all product prices from BGN to EUR with automatic store currency update Display prices in both BGN and EUR throughout your WooCommerce store Fixed conversion rate at the official rate (1.95583 BGN = 1 EUR) Standard currency symbols (€ for EUR, лв. for BGN) Configurable secondary currency positioning (left or right of primary prices) Batch processing for stores with thousands of products Support for all WooCommerce price points including: Single product pages Variable product pages Cart item prices Cart subtotals Cart totals Order confirmation & email My Account orders table REST API responses Shipping method labels Tax amount labels Mini cart WooCommerce Gutenberg blocks (cart, checkout, and shipping methods) Dynamic updates when shipping methods change in checkout blocks Configuration Navigate to AboveWP > Eurozone Settings in your WordPress admin Enable or disable dual currency display Choose whether secondary currency appears on the left or right of primary prices Select display format (brackets or side divider) Choose which pages should display dual currency Save changes Currency Migration Tool When Bulgaria joins the Eurozone, use the built-in Currency Migration Tool to seamlessly transition your store from BGN to EUR: Navigate to AboveWP > Currency Migration in your WordPress admin IMPORTANT: Create a full database backup before proceeding Review the migration warnings and instructions Click “Start Migration to EUR” to begin the process The tool will: Convert all product prices (regular and sale prices) from BGN to EUR Update all product variations Change your WooCommerce store currency to EUR Process products in batches to handle large catalogs After completion, verify your product prices and currency settings Note: The migration is irreversible without a database backup. Always backup your database first! Support For support, feature requests, or bug reports, please contact us at: Website: AboveWP.com Email:
[email protected]Top keywords
- currency15×4.19%
- eur12×3.35%
- bgn10×2.79%
- prices9×2.51%
- migration7×1.96%
- store7×1.96%
- product6×1.68%
- woocommerce6×1.68%
- abovewp5×1.40%
- cart5×1.40%
- display5×1.40%
- support5×1.40%
Drusoft Shipping for Econt
Drusoft Shipping for Econt is a high-performance, conflict-free WooCommerce integration for Econt delivery services in Bulgaria. Real-time shipping rates, two-step waybill generation, courier pickup requests, and full order management — all through the official Econt API. Important Compatibility Note This plugin is currently not compatible with the WooCommerce Block Cart and Block Checkout pages. Please ensure your store uses the classic shortcode-based Cart ([woocommerce_cart]) and Checkout ([woocommerce_checkout]) pages. For Your Customers Dynamic Checkout Experience — Real-time city, office, and automat (APS) selection directly on the checkout page. Multiple Delivery Types — Choose between delivery to Address, Econt Office, or Econt Automat (APS). Smart Street Search — Built-in autocomplete for Bulgarian street names with intelligent prefix handling (e.g. “ул.”, “бул.”). Region-Based City Filtering — Cities are filtered by the Bulgarian province selected at checkout. For Merchants HPOS Compatible — Fully supports WooCommerce High-Performance Order Storage. Automated Data Sync — Uses Action Scheduler to keep Bulgarian cities and Econt offices/automats up to date in the background. Waybill Management — Generate, print (PDF), and cancel waybills from the order edit screen. Courier Pickup Requests — Request a courier pickup directly from WP admin, with automatic skip of weekends and Bulgarian bank holidays. Dedicated Econt Orders Page — Filtered admin list of every Econt order with bulk Generate / Print / Cancel actions. Bulgarian (bg_BG) Translation Included. Also Ship via Speedy? This plugin has a sibling for the Speedy courier: Drusoft Shipping for Speedy. Both plugins share the same checkout UI, settings layout, and admin order-management screens — once you’ve learned one, the other feels familiar. Install both if your store supports delivery via either courier. External Services This plugin relies on the Econt API, a third-party service provided by Econt AD (Econt Bulgaria), to deliver its shipping functionality. The plugin cannot operate without a valid Econt API account. What the service is Econt AD is a courier and logistics company operating in Bulgaria. Their JSON API allows merchants to calculate shipping rates, create shipments (waybills), manage deliveries, request courier pickups, and retrieve location data (cities, offices, automats, streets). What data is sent and when Authentication: every request is sent over HTTPS with an Authorization: header. The Store ID is only stored locally to identify the merchant in the WooCommerce settings and is not transmitted on every request. Recipient address data (city, street, num, office/automat code, postcode, phone, email) — sent when calculating shipping rates on the cart/checkout page and when creating a waybill after order placement. Sender address data (name, phone, email, city, street, num) — sent when creating a waybill and when requesting a courier pickup. Shipment details (weight, COD flag, currency, package count, item descriptions) — sent when creating a waybill. Waybill identifiers (internal id, shipment number) — sent when cancelling a shipment, requesting a courier pickup, or generating an Air Waybill (AWB). Location queries (city ID, street name) — sent when the customer searches for cities, offices, automats, or streets, and during the daily background sync of the full Bulgarian nomenclature. Data is transmitted only when the corresponding action is triggered (a customer changes their selection on checkout, a merchant generates a waybill, the background sync runs, etc.). Service links Econt API documentation (Shipments / Nomenclatures): https://ee.econt.com/services/ Econt Terms and Conditions: https://www.econt.com/en/general-conditions Econt Privacy Policy: https://www.econt.com/en/privacy-policy Econt API Endpoints This plugin communicates with two Econt API hosts: delivery.econt.com — Orders, payments, grouping (demo: delivery-demo.econt.com) ee.econt.com — Nomenclatures and Shipments (demo: demo.econt.com/ee/) All requests are authenticated with an Authorization: header. Location Data (Nomenclatures) POST /services/Nomenclatures/getCities.json — Full list of Bulgarian cities. Used by the background syncer to populate the local wp_drushfe_cities table. POST /services/Nomenclatures/getOffices.json — All Econt offices and automats (APS). Used by the background syncer to populate the local wp_drushfe_offices table. POST /services/Nomenclatures/getStreets.json — Streets within a specific city. Used by the checkout-page street autocomplete and cached per city in a 24h transient. Pricing POST /services/OrdersService.getPrice.json — Calculates the shipping price for a recipient address, delivery type, and weight. Used live at cart/checkout each time the customer changes their selection. Shipment Management POST /services/OrdersService.updateOrder.json — Creates a waybill draft. Used by the waybill generator on order status change or via the manual “Generate Waybill” action. POST /services/OrdersService.createAWB.json — Promotes a draft to a committed Air Waybill, returning the shipment number and PDF URL. POST /services/OrdersService.deleteLabel.json — Cancels a single waybill draft by internal id. Used by the per-order “Cancel Shipment” action. POST /services/Shipments/LabelService.deleteLabels.json — Bulk-cancels committed AWBs by shipment number. Used by the Econt Orders bulk “Cancel” action. POST /services/Shipments/ShipmentService.requestCourier.json — Requests a courier pickup for one or more shipments. Used from the per-order “Request Courier” action; auto-retries on national holiday rejections. Rate Limiting & Caching The plugin minimizes API calls through several strategies: Local database tables — Cities and offices are synced once per day via Action Scheduler and queried locally. Transient caching — Per-city street lists are cached for 24 hours. Session storage — Cart selections and the most recent shipping quote are stored in the WooCommerce session, so unchanged selections do not re-quote.