On the payment page when we are updating the address or adding new address then discount amount is getting doubles.How we can re – calculate the discount on the payment page ? Is there any way that we can stop the discount code applying twice?
Daily Archives: January 13, 2023
So I’m facing an error in my custom query. Multiple queries is being run to get category tree and for each category I’m mapping a table to temp table. example – // $this->resource is object of MagentoFrameworkAppResourceConnection $indexTable = $this->resource->getTableName("main_table"); $indexTableTmp = $this->resource->getTableName("my_temp_table"); $this->resource->setMappedTableName($indexTable, $indexTableTmp); Now in the for loop […]
Fatal error: Uncaught Exception: User Error: Some transactions have not been committed or rolled back in /Users/apple/Sites/magento24/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php on line 4067 in /Users/apple/Sites/magento24/vendor/magento/framework/App/ErrorHandler.php:62 Stack trace: #0 [internal function]: MagentoFrameworkAppErrorHandler->handler(256, ‘Some transactio…’, ‘/Users/apple/Si…’, 4067, Array) #1 /Users/apple/Sites/magento24/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php(4067): trigger_error(‘Some transactio…’, 256) #2 [internal function]: MagentoFrameworkDBAdapterPdoMysql->__destruct() #3 {main} thrown in /Users/apple/Sites/magento24/vendor/magento/framework/App/ErrorHandler.php on line 62
I have 2 websites, A is required, B is not required, by default scope is required. (Already set as that on customer attribute) I have a customer attribute for some reason is giving me required, but for his website scope shouldn’t be required. (on the admin customer form edit) If […]
After migrating from Magento 1 to Magento 2.4.5 using the official migration-tool i’m having trouble logging in to customer accounts. Attempting to force the hash upgrade using the command “bin/magento customer:hash:upgrade” results in the following error: str_pad(): Argument #3 ($pad_string) must be a non-empty string#0 /public_html/vendor/magento/framework/Encryption/Encryptor.php(583): str_pad('', 16, '') #1 […]
I got to know about this opening via my colleague. I applied from the company site and got a reply in 2-3 days. So, there… Read More The post Apisero Interview Experience for Software Engineer (Off-Campus) appeared first on GeeksforGeeks.
Round 1 (Screening Round): This was a HackerRank test with 4 coding questions to be solved in 90 min. It had 1 easy, 1 medium,… Read More The post Atlassian Interview Experience for SDE (Off-Campus) 2022 appeared first on GeeksforGeeks.
Expedia’s General Selection Procedure: Resume Shortlisting Affinity Strength Assessment Test Coding Assessment Technical interview ROUND 1: Resume Shortlisting: Keep your resume simple yet clearly describing… Read More The post Expedia Interview Experience for SDE 2022 appeared first on GeeksforGeeks.
In this article, we are going to learn about that what are the reasons that we should not add the <script> tag at the top… Read More The post Where should we use script tag in the HTML ? appeared first on GeeksforGeeks.