This is an error where some of the code is deprected but can be fixed. It is the #porto 3.23 version for Magento 2.3.7 Hoping someone with some experience can help me in this one. VM10437:14 Uncaught SyntaxError: Unexpected token , in JSON at position 1482 at getNodeData (scripts.min.js:5) at […]
Magento
I have used the Magento versions 1.7-1.9 in the past, and now I’ve got back into starting a new e-commerce business again. I like Magento the best because the code layout is really smooth for SEO, and the cleanest to present to Google. I like the control you have over […]
I have duplicates in some records in products export in System > Export. Magento version is 2.3.5 and I saw this as a bug in Magento 2.1.x but it’s not fixed yet. I have some records that are not duplicated in export file. I checked database some SKU’s and i […]
Can’t get related products along with Add to Wish List and Add to Compare buttons. These buttons are missing if I create a block in the way described below. What am I doing wrong? <?php declare(strict_types = 1); namespace VendorModulePlugin; use MagentoCatalogBlockProductProductListRelated; use MagentoFrameworkViewLayoutInterface; class SomeClass { /** * @var […]
Magento 2.4.2-p1 Smartwave Porto theme extensions from Amasty We need to rename the word Tax on ORDER SUMMARY from ‘Tax’ to ‘Estimated Tax’. I was able to change the one below (which appears when you click the arrow) in Stores --> Taxes --> Tax rules --> Tax Identifier = estimated […]
I’ve created a custom theme: app/design/frontend/TestVendor/testTheme with registration.php and theme.xml files. Inside the testTheme folder I’ve created another folder: TestFolder and inside this folder another 2 folders and files inside them: TestFolder/layout/default.xml TestFolder/templates/mainpage.phtml This is how the structure looks like: -TestVendor —testTheme ——registration.php ——theme.xml ——TestFolder ——–templates ———–mainpage.phtml ———layout ———–default.xml This […]
We have as site where admin is running on Magento while frontend is running on PWA which uses graphql mutations.I am facing the below problem. Please find the below steps I have a Welcome coupon configuration where a customer can use the coupon only once Apply that coupon in the […]
Unable to apply patch MagentoInventorySalesSetupPatchSchemaInitializeWebsiteDefaultSock for module Magento_InventorySales. Original exceptio n message: The store that was requested wasn't found. Verify the store and try again. error appear when using “sudo bin/magento setup:install” command
I am using the default theme of Magento 2.4.2p1, and the Qty input and Add to Cart button do not align properly. They appear to be inline with the last attribute of the product options and move when a user selects that last attribute (see below). I’ve tried different changes […]