How to change the labels in the Inquiry form of Hide Price/Call for Price for Magento 2

Created by Support Agent, Modified on Thu, 9 Apr at 11:21 PM by Support Agent


Question:

I have two questions about the Inquiry form.
1. The form label above the form "Call for Price Form", is there a way to change that and where can I do that?
2. Is there also a way to change the labels Name and Email? Where can I do that?


Answer: 

In order to change the labels in the Inquiry form, please making adjustment in this file: app/code/Bss/AdvancedHidePrice/view/frontend/web/js/popup_modal.js  

  1. Edit line 26 title: $.mage.__('Call For Price Form'), https://prnt.sc/o8vl8h 

  2. Edit line 30-42: 

    <?php if ($block->isShowCustomerNameInfo()) : ?>

    <div class="field required">

    <label class="label"><?php echo __('Name') ?></label>

    <div class="control">

    <input type="text" name="customer_name" data-validate="{required:true}"/>

    </div>

    </div>

    <div class="field required">

    <label class="label"><?php echo __('Email') ?></label>

    <div class="control">

    <input type="text" name="customer_email" data-validate="{required:true,'validate-email':true}"/>

    </div>

    </div>

    <?php endif ?>


Please note to not remove “email” and just edit its name to change the label. The line may be different due to module version. 


For more information about product, please refer Hide Price/Call For Price for Magento 2 page.


If you need any further assistance, please feel free to contact us.

Please visit our site for more useful Magento 2 Extensions: https://bsscommerce.com/magento-2-extensions.html


Count on us! Here are some information about BSS Commerce if you might be interested:


BSS Commerce is a full-service ecommerce agency with 14+ years of experience, supporting 75,000+ customers worldwide. As an Adobe Commerce Solution Bronze Partner and Select Magento Extensions Builder, we deliver trusted end-to-end solutions.

Our core strength is Magento, with 150+ extensions designed to enhance store performance and drive growth. With deep expertise from years of working on Magento websites, we deliver scalable, high-impact solutions backed by strong client trust.


Discover our extensions: https://bsscommerce.com/magento-2-extensions.html 


Our Magento B2B Extension by BSS Commerce is a flagship, widely used global solution, providing an all-in-one system for pricing, account management, and efficient B2B workflows. 


>>> If you want to improve your visibility, install Magento SEO Extension by BSS Commerce


If you need further assistance, please don't hesitate to contact us.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article