Magento
I made a custom attribute using this code in the Setup/Patch/Data, everything works just fine except when calling the API to get the customer object, it comes without the new custom attribute included, I made an extension_attribute.xml and a Plugin to retrieve it, but Im getting this error: Error: Call […]
Magento 2.4.5-p1 Multi Steps Checkout for Magento 2 by Webkul: https://store.webkul.com/magento2-multi-steps-checkout.html My customers are not the brightest and I need to somehow seperate the Email log in from the rest of the page as to make it clear it is not related to the Shipping/Delivery information that is being collected […]
I am facing issue with products on category pages(PLP) product collection is not loading on the category pages but products assigned to this categories are working fine on product details page. I have checked the Stock status, qty, product status, also done re-indexing and removed cache and var, generated folders […]
$_FILES array is empty getting this error whenever try to upload an image have tested everything even changing a server and also updated the Magento 2 version but the issue is still the same. Magneto V 2.3.7
I have added a custom discount and added a discount within the sidebar section, The Order total is getting refreshed but my custom discount remains the same, How can we reload it? checkout_index_index.xml <?xml version="1.0"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceBlock name="checkout.root"> <arguments> <argument name="jsLayout" xsi:type="array"> <item name="components" xsi:type="array"> <item […]
Fresh Magento 2.4.2 I have some modules available in repo magento 2. when I try install via composer: - Root composer.json requires firebear/importexport, it could not be found in any version, there may be a typo in the package name. I update access keys in cd /home/user/.config/composer/auth.json and in public_html […]
I’m using magento 1.9. Is there a way to make certain products only available to specific customer groups? If this is not possible with the basic system, is there a free extension that handles that?