I’m having problems after upgrading from Magento 2.2 to 2.4.5. When I click on text or visual swatches, swatch disable is not working when the product is out of stock. It works properly if I set no on Catalogue >> Inventory >> Stock Option >> Display Out of Stock Products […]
Magento
I have a magento 2 website, configuration is as below: - ngnix - php7.4 - mariadb 10.4 - elasticsearch 7.10 - varnish 7.0 - rabbitmq 3.9 OBJECTIVE – I am looking to use products images from my other image server I set my image server URL to magento 2 configuration […]
On the category page I have products with and without options. If an option is selected for a product, I would like to be redirected to the product page after clicking on an option. Is this possible? So like magento does when I click Add to Cart without selecting an […]
either unique or configurable product, we send images the same way. The only difference is that configurable product have 3 role, unique have 4, because they can be “swatch”, when do update images roles for configurable was lost
I need to not show the some button if my entity id (current page) = 2 (reserved value from configuration). How can I do that? I haven’t seen such an implementation in ui-components yet.
I create custom module for add rule condition in custom module but not get condition data on edit time here i share my files vendor_module_form.xml <fieldset name="conditions_fieldset"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="label" xsi:type="string" translate="true">Conditions</item> <item name="collapsible" xsi:type="boolean">false</item> </item> </argument> <container name="conditions_serialized_container" > <argument name="data" xsi:type="array"> <item name="config" […]
i am using this for sending email <event name="sales_order_shipment_save_after"> <observer name="sales_order_shipment_after" instance="BananCheckoutObserverSalesOrderShipmentAfter" /> </event> <event name="email_shipment_set_template_vars_before"> <observer name="Additional_Variable_For_ShipmetEmail" instance="BananCheckoutObserverAdditionalVariable"/> </event> namespace BananCheckoutObserver; use Exception; use MagentoFrameworkEventObserverInterface; use MagentoFrameworkEventObserver; use MagentoShippingModelCarrierFactory; use BananMarketplaceHelperData as MarketPlaceHelper; use BananSellerHelperData as SellerHelper; use PsrLogLoggerInterface; use MagentoFrameworkAppRequestHttp; //class for set additonal variable class AdditionalVariable implements […]
Hi I am using mageplaza OSC in my store and they have 3 custom field included in the extension for orders. I would like to convert custom field 1 (Sales Representative) to an option select field with a few fixed values (sales rep names) to choose from in the admin […]
API URL : http://website.local.com/rest/V1/rma/rma/:100000008 Method : PUT Request : { "rma": { "status":"approved", "reply": "Your Package will be ", "rma_id": 8 } } When this API is called, I need to update “status” in table1 and “reply” in table2. Even I don’t have column “Status”, I will update that by […]