HomePage Forums Themeforest RBpazt – Auto Parts Store WooCommerce Theme customize product single page (product details page )

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5070
    Avatarwebftech
    Support Expired

    Hi,
    How to customize product single page and we want to add whatsapp and email icon to show every product’s single page under the add to cart button

    #5077

    Hi you,

    Please do not change the theme name and information on our theme, this is a violation of our copyright.
    I will refuse to support if you continue to change our information: https://ibb.co/hgcL8Xb

    About your issue, I added custom code to file functions.php ( child-theme), please add your button code at this function:

    add_action('woocommerce_single_product_summary', 'rbpazt_fnc_woocommerce_custom_button', 35);
    function rbpazt_fnc_woocommerce_custom_button(){
    	//your code
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.