File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
app/code/Magento/PageBuilder/view/adminhtml
web/css/source/content-type/products Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 229229 <settings >
230230 <elementTmpl >Magento_PageBuilder/form/element/product-totals</elementTmpl >
231231 <dataType >text</dataType >
232+ <additionalClasses >
233+ <class name =" admin__field-product-tooltip" >true</class >
234+ </additionalClasses >
235+ <tooltip >
236+ <description translate =" true" >
237+ <![CDATA[
238+ <p>The products displayed may vary from this total due to several factors, including but not limited to:</p>
239+ <ul>
240+ <li>Disabled status</li>
241+ <li>Visibility configuration (not visible in catalog)</li>
242+ <li>Stock availability (out of stock)</li>
243+ <li>Website assignment</li>
244+ </ul>
245+ ]]>
246+ </description >
247+ </tooltip >
232248 <imports >
233249 <link name =" conditionOption" >ns = ${ $.ns }, index = condition_option:value</link >
234250 <link name =" conditionValue" >ns = ${ $.ns }, index = conditions_form:value</link >
Original file line number Diff line number Diff line change 322322 }
323323}
324324
325+ .admin__field-product-tooltip {
326+ [data- role= ' spinner' ] {
327+ display : inline-block ;
328+ }
329+
330+ .admin__field-tooltip-content ul {
331+ padding-left : 17px ;
332+ padding-top : 10px ;
333+ }
334+ }
335+
325336.media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__xl ) {
326337 .pagebuilder-products {
327338 .product-item {
You can’t perform that action at this time.
0 commit comments