I’m on a 2.4 dev instance and have enabled both options: Stores-> Configurations->Customer->Customer Configuration->Create New Account Options -> Show VAT Number on Storefront ->yes Stores-> Configurations->Customer->Customer Configuration->Name & Address Options -> Show Tax/VAT Number ->required The VAT number input shows on Account creation page but not in checkout page in […]
Magento
mutation { createCustomerAddress(input: { region: { region: “Arizona” region_code: “AZ” } country_code: US Custom_field1: Custom_field2 }
I was using the postman to send post request. I have a single json payload send to API endpoint, which is success rest/default/V1/products/ { "product": { "sku": "203-197-1022", "custom_attributes": [ { "attribute_code": "description2", "value": "CHECK CHECK 555" } ] } } But if I try to add multiple items in […]
Post upgradation of magento 2.4.6 delete option is not available to delete the website and stores in magento admin. Does anyone know how to delete website and stores through admin in magento2.4.6?
I’ve created a configurable product I manually added existing products All those products has a Customer Group pricing set for different quantities All goes well until I get to the cart. Once in /checkout/cart/ the Customer group pricing are ignored. I made some tests in a demo version of Magento […]
I need help with an issue I’ve been facing. The swatch to choose how many products to display on Magento 2 category pages is not functioning. It stays as the default, with no page load or changes after you choose a different option. I have noticed there is a console […]
Using Magento 2.4.6 with PHP 8.2 When running composer require stripe/stripe-payments I have no problem. However when I run sudo bin/magento setup:upgrade I get unable to apply data patch StripeIntegrationPaymentsSetupPatchDataPatch003InitialFees for module StripeIntegration_Payments. Original exception message: The "stripe_sub_enabled" attribute name is invalid. Reset the name and try again. I should […]
I’m trying to install a new magento 2.4.5 store by CLI using this command: composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition:2.4.5 Ok this install correctly, but when i run the setup:install command, it returns this error: The same error happens when i run “php bin/magento cache:flush” and others commands. What could it be? […]
My site used to have a Contact Us CMS page which called the standard “Contact Us” form and a Returns CMS page which called a very slightly edited template of the form. It is now apparently impossible to call the contact form via the CMS/Static Blocks without breaking the page: […]