How to change page title or element so they are not the same
For our product pages, the page title and element is the same which results in some SEO issues. Is there a quick way to fix this or will this require a custom module to fix. Example here:
For our product pages, the page title and element is the same which results in some SEO issues. Is there a quick way to fix this or will this require a custom module to fix. Example here:
How can I change on magento 2.4.7 checkout page the default “isAddressSameAsShipping” checkbox to be uncheck by default?
Magento2 module conflict issue I have Amasty Ajax add to cart but it is not working when weltpixel GA4 enabled, basically if I disable weltpixel GA4 then on list page when click Add to cart there comes a popup which… Read More »Magento2 module conflict issue Amasty Ajax add to cart not working when weltpixel GA4 enabled
So after my 3 Months Review of Their services https://www.webhostingtalk.com/showthread.php?t=1910061 Here’s a 1 year update o… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1923382&goto=newpost
Custom/CustomerAttribute/Setup/Patch/Data/AddPhoneAttribute.php <?php namespace CustomCustomerAttributeSetupPatchData; use MagentoCatalogUiDataProviderProductProductCollectionFactory; use MagentoCustomerModelCustomer; use MagentoEavModelConfig; use MagentoEavSetupEavSetupFactory; use MagentoFrameworkSetupModuleDataSetupInterface; use MagentoFrameworkSetupPatchDataPatchInterface; use MagentoFrameworkSetupPatchPatchRevertableInterface; use PsrLogLoggerInterface; /** * Class AddPhoneAttribute * @package MagenestCustomerAttributeSetupPatchData */ class AddPhoneAttribute implements DataPatchInterface, PatchRevertableInterface { /** * @var ModuleDataSetupInterface */ private… Read More »Geeting error while add phone number on registration page
I have Magento 2.4.5 cloud edition. I have a product attribute(brand) with 2000 options. When the Product is edited, the product options for a brand attribute are mixed up, and it is difficult to search to save an option for… Read More »How to sort product attribute options in magento 2 programatically
I have custom phtml form which am calling in multiple CMS pages, i want to add google recaptcha V3 in all the cms pages wherever the custom form is calling. How i can achive this? thank you.
I am trying to connect two magento2 instances through REST API. I have already created Endpoints. I am using GuzzleHttpClient to make request. How to implement Oauth Using guzzlehttp. Any other solutions also fine.
I am trying to print the raw SQL query of the below statement in Magento2 but am not able to do it. please find the statement $connection = $this->getConnection(); // I am getting the connection $tableName = $connection->getTableName(self::REQUESTED_TABLE); // getting… Read More »How to Print Raw SQL query of Magento 2 format?
I have upgraded to Magento 2.4.3. Upgrade was successful but the layout is not proper. Css and Js are not loading. I have tried every solution but none work. It show 404 not found for images and js function not… Read More »Magento Css and Js are not loading