How to change "custom value (x,y,z)" text in the product page?

Created by Robin Hoang, Modified on Fri, 29 Sep, 2017 at 3:18 PM by Robin Hoang

Question:

Is there a way to change where it shows "custom value (x,y,z)" on the product page to show "Pack quantities"?


Answer:

In order to change that text, could you please run the sql command below in the database to update the frontend_label for attribute module?
UPDATE `eav_attribute` SET `frontend_label`="Pack quantities" WHERE `attribute_code`= "custom_value";


For more information about product, please refer Quantity Dropdown 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


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