Questions tagged [text]
The text tag has no summary.
14 questions
0 votes
0 answers
35 views
Batch edit Alt Text
I want to update the Alt Text for each of my 14,000 products to match them with the Product Name. Is there a script I can use or an option I can select to edit them all at once? How long will it take?
0 votes
2 answers
844 views
Magento 2.4 Backend Admin is showing text only? Why large magento logo on login and no admin?
I have a new install of magento 2.4 and i set it up for a custom domain and HTTPS and now when I go to the / admin panel I get a large Magento logo with no formatting and when I login the backend ...
0 votes
2 answers
842 views
Magento2 - Changing the position of header content
I want to make the Free Shipping content at the top center of the site but it is in right corner. How to change the css for doing it? Created a block on the admin panel and applied this code on ...
0 votes
1 answer
719 views
Magento 2 - Rest API - How to get the text of a custom attribute that is a drop-down menu
I have a custom attribute that is a drop-down with the brands of my products. If I query $query = 'https://example.com/rest/V1/products?'. "fields=items[id,sku,name,custom_attributes[Brand]]"...
1 vote
0 answers
79 views
SQL maxium innodb size issue
I am installing smtp extension suddenly I am facing with below Mysql error message https://prnt.sc/127cedv SQLSTATE[42000]: Syntax error or access violation: 1118 Row size too large. The maximum row ...
0 votes
1 answer
133 views
Changing Validation Text at change password page in magento2
I want to change or edit the validation text(Minimum length of this field must be equal or greater than 8 symbols. Leading and trailing spaces will be ignored.) at change password page also shown here ...
0 votes
1 answer
179 views
Magento 2.3 - What is the recommended practice for adding custom text in product page
I want to add custom text to the product page, Here how can i achieve this task, which is the recommended way to do that: Module (or) Events Observer (or) Preference. What kind of workout safe for ...
0 votes
0 answers
211 views
Magento 2 text input source model
Has anyone found an example of the product attribute with input type text and a source model? With a select input type - it is easy, but I cant find anything with text type.
1 vote
1 answer
221 views
Edit text in Sign In link
I am using a custom theme with Luma parent, and I am trying to change the text of the Sign In link (authorization-link-login) at the top. I am able to edit the text of the register link in my default....
1 vote
1 answer
1k views
How to add text at bottom of checkout in magento 2
How to add text at bottom of checkout in magento 2 after block .checkout-container or column main or maincontent
1 vote
2 answers
551 views
'value' is not expected in 'text' UI component
I try to add text item to adminhtml UI component as described in docs: <?xml version="1.0" encoding="UTF-8"?> <form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:...
0 votes
0 answers
188 views
Change text message "Sorry, no quotes are available for this order at this time"
I want to change this text at the checkout page, once no shipping method can select. I did try to override the core file seems not working, and I did change at core file, seems not working, am I ...
0 votes
5 answers
1k views
How to change text "sign in" to "Login" in top header
I want to rename text "Sign in" to "Login" in my header top. Please refer attached file.
1 vote
1 answer
1k views
Magento 2. Magento\Framework\View\Element\Text is not rendering
I'm trying to use the Magento\Framework\View\Element\Text block, in a custom view but the output is not rendering. This is my layout file <?xml version="1.0"?> <page xmlns:xsi="http://www....