I am kind of stuck, i have migrated my website from Magento 1.9.4 to Magento 2.3.5-p2 Now i am having the following issue, a new customer or guest can order just fine. However when a existing customer from the migrated Magento 1 enviroment logs in all goed fine up untill […]
Magento
I would like to use magento’s logic to handle all the business logic related with ecommerce. However, I would like to extend it’s functionality (some very custom feature that there are no plugins for) but the problem is that i don’t know php. I know react/java. So I would like […]
I want to add this code in the Specify Class. if (isset($setting['text_colour']) && $setting['text_colour'] != '') { $class .= 'color:' . $setting['text_colour']; } How to make $class .= 'color:' . $setting['text_colour']; in the < h3>,< span>,< div> or class(“abc123”) Thank you
We have used the same PHP script since magento 2 upgrade (around 4 years) to integrate magento with our warehouse management software. Since we upgraded to 2.4 we are getting this message resulted in a 400 Bad Request response: {“message”:”You are required to configure personal Two-Factor Authorization in order to […]
In Magento 2.3 how to get Qty increments value on the product details page. Since I am trying to use Increment and Decrement functionality based on this value. So far I have used the below methods but no luck. $block->getProductQtyIncrements() $_product->getStockItem()->getData('qty_increments')
I have a site in magento that receives a lot of traffic, due to this an autoscaling was configured within aws, the site is in an ec2. Due to this, when one of the instances does not support the traffic, the next one is activated, but I have an error […]
I noticed that I cannot see anymore my pictures of my slider on my website https://agoshop.at/algenentferner/ only the points. I use the slider SLAVA YURTHEV. Here my code: <p>{{widget type="SYSliderBlockWidget" ids="3,5,7,9,11,13,15,17,19,21"}}</p> Also I noticed is, that I cannot acitvate the Page Cache and WeltPixel GoogleTagManager Categories Cache. But I don’t […]
Before indexing event is saved, Magento 1 tries to find an existing event for a particular entity in Mage_Index_Model_Resource_Event::_beforeSave: protected function _beforeSave(Mage_Core_Model_Abstract $object) { /** * Check if event already exist and merge previous data */ if (!$object->getId()) { $select = $this->_getReadAdapter()->select() ->from($this->getMainTable()) ->where('type=?', $object->getType()) ->where('entity=?', $object->getEntity()); if ($object->hasEntityPk()) { […]
I have run this command:- mysql -u magento -p database < database_file.sql I have got the error:- ERROR 1062 (23000) at line 5447: Duplicate entry '7-41-0' for key 'catalog_category_entity_int.CATALOG_CATEGORY_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID' How to solve this error?