Avoid WebHostFace
I was surprised when they renewed my hosting, well before my current hosting had expired, and at 2.5X the price. I was further surprised w… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1885829&goto=newpost
I was surprised when they renewed my hosting, well before my current hosting had expired, and at 2.5X the price. I was further surprised w… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1885829&goto=newpost
recently we have been getting so many new customers (from WHT) and once hosted we find out they are hosting child porn, this became a major … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1885818&goto=newpost
I’ve been looking for a VPS provider in Iran, but I’m finding it really hard. I can’t always understand Persian. I tried to google them, but… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1885796&goto=newpost
We’re running Magento 2.4.5 with the MSI module and using the In-Store Delivery shipping method. I would like to change the In-Store Delivery store locator on the checkout page, so that a location will only be available if each product… Read More »Restrict the checkout In-Store Delivery pickup-up locations to products that have available inventory
I added some custom fields in the admin cms page form. Also, I added an observer to be able to save my custom fields into my custom table. However, I am now at my final step and I can’t seem… Read More »How to modify datasource of CMS page
I have created a UI Component based on the code from Alan Storm’s excellent tutorial. This UI Component displays as expected in pages with dedicated routes. However, the UI Component will not display in a modal on the Product page… Read More »Display custom UI Component in modal
I am using Magento 2.3.4 now. I want try to Magento 2.4.5. But I don’t upgrade Magento. when run command in cpanel terminal, show error like this. $ composer require magento/product-community-edition 2.4.5 –no-update –no-plugins ./composer.json has been updated $ composer… Read More »Upgrading from Magen2.3.4 to 2.4.5
When upgrading from 2.4.3 to 2.4.5 (p1) something changed in the translations (i think). Regular translations are stil working, but the translations of the (porto) theme files have to be separate in the .csv like below, so i have to… Read More »Magento 2.4.5 porto theme translations not in main translation .csv
I just cant figure out why GA isn’t tracking the traffic. Code seems to implemented correctly, but GA is showing close to no traffic. We are using 2.3.2 and I want to avoid updating, as we are switching away from… Read More »GA traffic not showing, script seems to be ok
I am trying to get the option text from the option value in Plugin, but I can get the value but can’t get the text. May I know any way to do so? app/code/My/Module/Plugin/DefaultItem.php <?php namespace MyModulePlugin; use MagentoQuoteModelQuoteItem; use… Read More »Magento2 get product brand option text by value in Plugin