Nhờ Chỉnh Sửa Một Số Yếu Tố Trên Website Nuxmusic.vn

This topic has 2 replies, 2 voices, and was last updated 5 days, 23 hours ago ago by Jack Richardson

  • Avatar: NuxMusic
    NuxMusic
    Participant
    December 6, 2025 at 00:38

    Hi
    Bạn ơi nhờ bạn xử lý một số điểm trên nuxmusic.vn giúp mình nhé:
    1. Nhờ bạn thêm biểu tượng giỏ hàng trên header, bên cạnh nút tìm kiếm giúp mình
    2. Trên các sản phẩm, nhờ bạn đổi nút “Buy Now” thành “Mua Ngay”
    3. Nhờ bạn cài giúp mình mã này:



    theo hướng dẫn:
    Paste it in between the tags of the page(s) you’d like to track, right after the Google tag.
    Cảm ơn bạn nhiều!

    Content is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 6, 2025 at 14:17

    Hello @NuxMusic,

    As you did not attach the temporary wp-admin access, we will proceed with the following steps to implement your requests:

    1. To modify the content of the header, please go to Dashboard → XStore Builders (top panel) → Header Builder → Go to Builder → Elementor. There, you will be able to add, remove, or modify any sections or areas of your header. More information about Header builder you can find on our documentation: https://www.8theme.com/documentation/xstore/video-tutotials/xstore-header-builder-on-elementor/.

    2. To change the text of the “Buy now” button, please use the following code snippet in your child-theme/functions.php file:
    add_filter('etheme_buy_now_button_text', function($text) { return 'My custom text'; });

    3. To add the mentioned code to your website, please use the following code snippet (https://prnt.sc/mGGNh7Lm8k6g) in your child-theme/functions.php file:

    add_action('wp_head', function() { ?> 
    <!-- Event snippet for Purchase conversion page -->
    <script>
      gtag('event', 'conversion', {
          'send_to': 'your_code_here',
          'value': 1.0,
          'currency': 'VND',
          'transaction_id': ''
      });
    </script>
    <?php });

    Best regards,
    Jack Richardson
    The 8Theme’s Team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.