• Hi,

    Thanks for developing such a nice plugin.

    While using I have noticed some issue:

    1. while customer clicks on Order on Whatsapp button it uses only these tags:
    {PRODUCT_NAME}, {PRODUCT_URL}, {PRODUCT_PRICE}, {PAGE_URL}.

    If we want to share other variables like Qty, Size, Color, etc than how can we share by default.

    If you can help on this matter than it will be great.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor mvvapps

    (@mvvapps)

    Thanks for your feedback.
    Currently there is no option to set quantity as well in the message.
    1) We have another option in the premium version, where you can add a WhatsApp button in cart page, Where it will include the product quantity as well in message

    2) The variation name will be appended to the product name, If the product name is T-Shirt, and the variations is XL, then the name will be T-Shirt-XL

    Trust this will clarify your queries

    Thread Starter jkachhara

    (@jkachhara)

    Thanks for your very fast reply.

    I have one more query…

    Can we remove add to cart button from the product page and just want to show “?rder om Whatsapp”button.

    Is it possible?

    Plugin Contributor mvvapps

    (@mvvapps)

    You can hide cart button using custom css code.
    Add below css code to hide add to cart button

    button.single_add_to_cart_button {
        display:none !important;
    }

    You can add this css Appearnce>>Customize>>Additional Css

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to share product other variables on whatsapp’ is closed to new replies.