I am trying to add a gtag.js script to httpdocs/vendor/magento/theme-frontend-blank/Magento_Theme/layout/default_head_blocks.xml I understand I should be overriding this file in my custom theme, and I will once I get it working. The default_head_blocks.xml file is now as below: The error message I get is. 1 exception(s): Exception #0 (MagentoFrameworkConfigDomValidationException): Theme layout […]
Daily Archives: December 12, 2024
My blog post table contains a store_ids field, which stores store IDs as comma-separated for each blog. <filterSelect name="store_ids" provider="${ $.parentName }" component="Magento_Ui/js/form/element/ui-select" template="ui/grid/filters/elements/ui-select"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="filterOptions" xsi:type="boolean">true</item> <item name="levelsVisibility" xsi:type="number">1</item> </item> </argument> <settings> <options class="MageplazaBlogUiComponentListingColumnStoreStoreViewOptions"/> <caption translate="true">All Store Views</caption> <label translate="true">Store View</label> <dataScope>store_ids</dataScope> <imports> […]
I would like to set billing and shipping address from my custom page (only for guest customers).My checkout page has been changed and overrided and the shipping and payment steps are changed(no longer /#shipment and /#payment URls : only /checkout). I have already created my form and my controller under […]
I am using Live Search in my project, and the configuration has been completed. Live Search is now working perfectly on the site. However, I need to update the data when syncing the product feed using the command: bin/magento saas:resync --feed products For example, I want to post my custom […]
$this->addColumn( 'customer_price', [ 'header' => __('Customer Price'), 'type' => 'number', 'currency_code' => $store->getBaseCurrency()->getCode(), //'value'=> 10, 'index' => 'customer_price', 'header_css_class' => 'col-customer-price', 'column_css_class' => 'col-customer-price', 'editable' => true, 'edit_only' => true, 'filter' => false, 'renderer' => 'BlissPricePerCustomerBlockAdminhtmlCatalogProductGridColumnRendererCustomerPriceRenderer' ] ); $this->addColumn( 'customer_special_price', [ 'header' => __('Customer Special Price'), 'type' => 'number', 'currency_code' […]
Recently i’ve got a secondary machine (desktop), that i will use plugged in the same monitor of my work machine : work machine on HDMI, secondary machine on Displayport. It works but problem is, when i switch from Displayport to HDMI, and go back to Displayport, no signal is shown […]
I’ve recently met this error “the processor does not support xsave. this virtual machine cannot be powered” on VMWare while trying to run my Ubuntu on my 32bit PC I have tried First to download an old ISO version Ubuntu 17 and uneblaed Hyper-V and restart the pc but it […]
Issue: I want to edit an existing Word template *.dotx file, and I am unable to. What I did: I created a *.dotx file by right-clicking on “This Document’s Style Set” in the Design tab > Save > Save as Type > Word Templates ( *.dotx) Note: I did it […]
I configured OpenSSL through its openssl.cnf file to copy subjectAltName from the email, e.i., subjectAltName = email:copy. Yet, when I come to sign the CSR, I see that the subject alternative name field is empty, as shown bellow: X509v3 Subject Alternative Name: <EMPTY> The other thing that I noticed is […]