Zvanko for WooCommerce adds a small “leave your name and phone, we’ll call you back” form to every WooCommerce product page. It’s built for shops where customers prefer a phone callback over completing a full cart + checkout flow – common in Bulgaria, the Balkans, and other phone-first markets.
Every submission is:
- validated client-side and server-side (name, phone, GDPR consent),
- saved to a custom database table so a missed email never loses a lead,
- emailed to one or more shop owner addresses,
- shown in WP Admin → Quick Buy → Leads with status tracking (New → Contacted → Closed), inline notes, search filters and one-click CSV export.
Features
- Bilingual out of the box – full Bulgarian and English, switchable from the settings page independent of the WordPress site language.
- GDPR consent checkbox with editable text and a privacy-policy URL placeholder.
- Per-category targeting – show the form on every product, or only on specific WooCommerce categories.
- Variable products – captures the chosen variation ID and attributes; warns the shop owner in the email when the customer didn’t pick one.
- Honeypot + per-IP rate limit for basic spam protection (no third-party CAPTCHA needed).
- Leads dashboard – paginated table with status filters, inline notes, status cycling, single-click delete, and CSV export with a UTF-8 BOM so Excel reads Cyrillic correctly.
- Customizable button – background, text, hover, border radius, all from the settings page with a live color picker.
- WooCommerce + Woodmart-friendly – uses standard
woocommerce_single_product_summary so it cooperates with Woodmart’s quick view and theme button styles.
- Filterable email “From” via
zvanko_mail_from_email and zvanko_mail_from_name for sites that use WP Mail SMTP / FluentSMTP with strict SPF/DKIM alignment.
- Translation-ready – every user-visible string uses standard WordPress gettext (
__() / esc_html__()) so the plugin can be translated through translate.wordpress.org.
Описание
Zvanko за WooCommerce добавя малка форма “оставете име и телефон, ще ви се обадим” към всяка продуктова страница в WooCommerce. Създаден е за магазини, в които клиентите предпочитат обратно обаждане пред пълна количка и плащане — типично за България, Балканите и други пазари с телефонни поръчки.
Всяка заявка:
- се валидира на клиента и на сървъра (име, телефон, GDPR съгласие),
- се записва в собствена таблица в базата данни, така че пропуснат имейл не означава загубена заявка,
- се изпраща на един или повече имейл адреса на собственика на магазина,
- се показва в Админ → Quick Buy → Leads с проследяване на статуса (Нови → Обадени → Затворени), бележки, филтри и експорт в CSV с един клик.
Функции
- Двуезичен по подразбиране – пълен превод на български и английски, превключването става от страницата с настройки, независимо от езика на сайта.
- GDPR чекбокс с редактируем текст и поле за линк към политиката за поверителност.
- Таргетиране по категории – показвай формата за всички продукти или само за избрани WooCommerce категории.
- Вариращи продукти – записва ID-то и атрибутите на избраната вариация; предупреждава собственика в имейла, ако клиентът не е избрал вариация.
- Honeypot + лимит по IP за защита от ботове, без външни CAPTCHA услуги.
- Табло със заявки – таблица с филтри по статус, бележки, смяна на статус с един клик, изтриване и експорт в CSV с UTF-8 BOM, така че Excel чете кирилицата правилно.
- Персонализиран бутон – фон, текст, hover, заоблени ъгли — всичко от настройките с цветен пикер на живо.
- Съвместим с WooCommerce + Woodmart — използва стандартния
woocommerce_single_product_summary, така че работи с Quick View и стиловете на бутоните на Woodmart.
- Филтриран From адрес в имейлите чрез
zvanko_mail_from_email и zvanko_mail_from_name — полезно за сайтове с WP Mail SMTP / FluentSMTP и строг SPF/DKIM.
- Готов за превод – всички видими текстове използват стандартния WordPress gettext (
__() / esc_html__()), така че плъгинът може да се превежда през translate.wordpress.org.
Custom development & paid features
Need something the free plugin doesn’t do? Custom integrations (couriers like Speedy / Econt, CRMs, SMS / Telegram / Viber notifications), bespoke field setups, white-label deployments, multi-step forms and similar paid work are available on request.
Email contact@ignatovdesigns.com with a short description of what you need.
If a particular feature gathers enough interest, it may be added to a future Pro version of the plugin.
Платени услуги и custom разработки
Имате нужда от функция, която я няма в безплатната версия? Custom интеграции (куриери Speedy / Еконт, CRM системи, SMS / Telegram / Viber известия), специфични полета, white-label решения, многостъпкови форми и други платени разработки по заявка.
Пишете на contact@ignatovdesigns.com с кратко описание на това, което ви трябва.
Ако определена функция събере достатъчно интерес, може да влезе в бъдеща Pro версия на плъгина.
Privacy
Zvanko collects the following data when a visitor submits the form on a product page:
- Full name – typed into the form, stored in the custom DB table
{prefix}zvanko_leads, included in the notification email to the shop owner.
- Phone number – same handling as above.
- GDPR consent flag – whether the visitor ticked the consent checkbox (when enabled). Stored in the same DB row and noted in the notification email.
- IP address – read from
$_SERVER['REMOTE_ADDR'] and stored in the lead row. Used for a 30-second per-product rate-limit and as a basic audit trail. Not shared externally.
- Product context – product ID, name, price, and (for variable products) the chosen variation ID and attributes. Stored with the lead and included in the email.
- Submission timestamp – automatically recorded.
The plugin does not:
- call any external APIs or third-party services,
- set any tracking cookies,
- share data with anyone other than the email recipient(s) you configure,
- embed any remote scripts.
Lead rows are kept indefinitely until the shop owner deletes them from Quick Buy → Leads or removes the plugin via Plugins → Delete (which drops the entire {prefix}zvanko_leads table and all stored options). Deactivating the plugin keeps your data; only the explicit Delete action removes it.
If you serve EU visitors you should ensure your privacy policy describes how phone leads are collected, stored, and used, and that the GDPR consent checkbox is enabled in Quick Buy → Settings → GDPR consent.