WhatsApp share button

WhatsApp share button for Shop-Script

Plugin lets to share the product in WhatsApp

5.0 7 ratings

7 days free

To try out this plugin, open it in the Installer app in your Webasyst. Free trial is available on Webasyst Cloud only.

−30%
Sale until April 30, 2025
Your review
Installs
200+
Developer

Use the following code for custom output:

{shopWhatsappPlugin::show($product)} - output on product page (templates product.html or product.cart.html)

{shopWhatsappPlugin::show($p)} - output on catalog page (templates list-thumbs.html, list-table.html, catalog.html, product.list.html)

You can use additional parametes:

  • button_name - button name
  • message - message in WhatsApp
  • name - name, which will be replaced with %name% in message
  • url - link, which will be replaced with %link% in message

Example with parameters:

{shopWhatsappPlugin::show($product, ['button_name' => 'Share in WhatsApp', 'url' => 'http://test.com'])} - output on product page (templates product.html or product.cart.html)