Help me replace, Google
I need only 2 things. 1) email 2) storage I have no intentions of hosting a website. All I’d do is put a single HTML file that said,… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1878742&goto=newpost
I need only 2 things. 1) email 2) storage I have no intentions of hosting a website. All I’d do is put a single HTML file that said,… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1878742&goto=newpost
I need to move my websites to other shared host, my current host is a nightmare, I can barely edit page or upgrade plugin. I try to avoi… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1878728&goto=newpost
I want to sort products by regular not final price or special price. any idea how to do that Here you can see special price and regualr price. and this is my code. VendormoduleModelVisualMerchandiserSortingOriginalPriceTop.php <?php /** * Copyright © Magento,… Read More »Mageto2:How to Sort products by regular price?
On the Product edit form in the Admin area, I have added a multiselect field by overwriting the modifyMeta() method on MagentoCatalogUiDataProviderProductFormModifierAbstractModifier as so: <?php namespace DotancohenFoobarUiDataProviderProductFormModifier; use MagentoCatalogUiDataProviderProductFormModifierAbstractModifier; use MagentoUiComponentFormElementInput; use MagentoUiComponentFormElementSelect; use MagentoUiComponentFormFieldset; use MagentoUiComponentFormElementDataTypeText; use MagentoUiComponentFormField; use… Read More »Select items in multiselect on Product form in Admin area
I need to create a grid in the admin panel, which will display data from the cron_schedule table. The data to be displayed will be filtered by the column job_code = test_job. How can I implement this? (Magento 2)
Is there any way we can install magento 2.4 install on Mac OS ?
With my M2 instance indexers in “Update on Schedule” mode… var/log/cron.log receives this warning near constantly: Could not acquire lock for cron job: indexer_update_all_views [] [] The cron process in the process list terminates… plus I have a constant “X… Read More »How to Solve: “Could not acquire lock for cron job: X” in Magento var/log/cron.log
I’ve tried all posts on this subject but couldn’t make it work. I need to retrieve customer email during checkout, just after he fills the address form, on the select payment method page. This info is not stored in the… Read More »Magento 2 get customer email in guest checkout
We have a live production Magento ver. 2.4.2-p1 with 2224 products but have a lot of problems which stem from me using the official Magento Migration Tool to migrate from Magento 1.x. Because of this, I have decided to built… Read More »How to transfer products from Magento 2.4.2-p1 to Magento 2.4.4 which give Errors during export and then import?
I’m trying to add tracking code to my onepage success page. I’ve created layout and created success.phtml to my custom theme. app/design/frontend/my_theme/Magento_Checkout/layout/checkout_onepage_success.xml <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” layout=”1column” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <head> <script src=”module-checkout::templates/success.phtml”/> </head> app/design/frontend/my_theme/Magento_Checkout/templates/success.phtml my tracking code Everything fine but the tracking code… Read More »Adding tracking code to success page