Home Forums WoodMart support forum How To Add Title on Whatsapp Button

How To Add Title on Whatsapp Button

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #83321

    creat015
    Participant

    Hi sir

    i want to ask, how to add title on Whatsapp Button

    i mean like this, see my screenshoot :

    if i click button Whatsapp “Tanya Produk” Open Whatsapp and directly chat me with some text like this : I Want to Ask About this Product <?php the_title(); ?>

    how to get title product automatic?

    in discussion codecanyon you suggest me to try add this code :

    <?php the_title(); ?>

    but not work, see my screenshoot :

    please help me

    thanks before

    #83322

    Artem Temos
    Keymaster

    Hi,

    This area is for HTML code only and it can’t execute PHP code. You may need to customize woocommerce/content-single-product.php file to put the PHP code to your single product page.

    Regards

    #83324

    creat015
    Participant

    thanks sir for your info, i opened content-single-product.php

    but i confused, how to add button WA to right or left before button “Add to Cart” sir?

    #83325

    creat015
    Participant

    not answer?please help sir

    #83338

    Artem Temos
    Keymaster

    If you want to display them inline then you will have to add it for each product type to all files in the folder wp-content/plugins/woocommerce/templates/single-product/add-to-cart/

    #83433

    creat015
    Participant

    Hi sir

    can you explain more sir? i don’t understand what do you mean

    i want to add this code below or to the left or right add to cart button, the point is this Whatsapp button I want to put on the every product page :

    <a href="https://api.whatsapp.com/send?phone=+629123213213123&text=I%20Want%20to%20Ask%20About%20this%20Product%20<?php the_title(); ?>" target="_blank">

    just change this php code to automatic title product

    <?php the_title(); ?>

    do you understand what i mean sir? because of your answers, you have repeatedly given the wrong answer, your answer is always changing, and not the complete explanation that you provide

    I have no time to wait for your wrong answer

    please for one more time please give the complate explanation and don’t wrong again

    thanks

    #83449

    Artem Temos
    Keymaster

    Hi,

    We gave you a correct place to put your custom code and don’t have a detailed instruction since our support doesn’t include additional code customization. So again, open a file in the folder wp-content/plugins/woocommerce/templates/single-product/add-to-cart/ that corresponds to your product type. For example for simple product, open the file simple.php and put your code there

    Regards

    #83457

    creat015
    Participant

    thanks sir its work

    #83489

    Artem Temos
    Keymaster

    You are welcome.

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘How To Add Title on Whatsapp Button’ is closed to new replies.