Skip to content

COD for specific city

I want to enable COD only for specific city, is it possible ? I saw many articles but it’s for Magento 1 not 2 Looking forward for your kind assist.

Changing Magento 2 Page Builder Images to use and srcset

I am trying to change the magento2 page builder image to include picture and source set tag. I made a module app/code/[Vendor]/PageBuilder/view/adminhtml/web/template/content-type/image/full-width/master.html I want to changed this code: <figure attr=”data.main.attributes” ko-style=”Object.assign({}, data.main.style())” css=”data.main.css”> <a if=”data.link.attributes().href” attr=”data.link.attributes” ko-style=”data.link.style” css=”data.link.css”> <img attr=”data.desktop_image.attributes”… Read More »Changing Magento 2 Page Builder Images to use and srcset

GraphQL Error in Magento 2.4.1: Cannot query field “uid” on type “ConfigurableProductOptionsValues”

I’m having trouble getting the uid for my Configurable product options via GraphQL. Testing with this simplified query: { products(filter: { url_key: { eq: “test-product” } }) { items { sku … on ConfigurableProduct { configurable_options { attribute_code values {… Read More »GraphQL Error in Magento 2.4.1: Cannot query field “uid” on type “ConfigurableProductOptionsValues”