Add Banner in the PLP page
I want to add banners on the PLP page that redirects to the linked category. Is there any extension or customizations that help me to do this? Image is an attached with this question.
I want to add banners on the PLP page that redirects to the linked category. Is there any extension or customizations that help me to do this? Image is an attached with this question.
in checkout, step one show infinite loading.
When retrieving from Magento 2.3 to be used in vanilla php, I see in the attributes retrieved for image, small_image, and thumbnail all retrieve from the same source rather than different sizes. Is there a way or am I missing… Read More »Is there a way to change the image sizes from the products? for small_image, thumbnail from Magento 2.3
How to add a Gst Number field in billing address form and show gst number in my orders billing address in frontend
I added below code and when i upload image it shows me this error ui_component xml file Dynamic Rows Magento_Ui/js/dynamic-rows/record true true false <field name=”colour_image”> <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item name=”dataType” xsi:type=”string”>string</item> <item name=”label” xsi:type=”string” translate=”true”>Image</item> <item name=”visible”… Read More »How to add image/file uploader in dynamic rows component?
i am running composer install command but getting this error how i can fix this error need help thanks [RuntimeException] Could not scan for classes inside “/var/www/html/vendor/colinmollenhour/cache-backend-redis/Cm/Cache/Backend/Redis.php” which does not appear to be a file nor a folder
How to install Magento 2.4.5-p1 latest version on LAMP using Composer with the sample data?
I want to associate another custom view model with a template. The template already has a view model in the core file. Can I associate an other custom view model with this template?
when we use assign products to a source using api then it creating only Qty instead of qty & salable qty. Endpoint :- {{base_url}}/rest/default/V1/inventory/source-items Method :- POST Payload :- { “sourceItems”: [ { “sku”: “01451”, “source_code”: “default”, “quantity”: 447, “status”:… Read More »Magento 2 : Assign products to a source Api doesn’t works properly
How to get Purchase order Rules data via repository. Further, from the result I want to fetch the data of the column ‘conditions_serialized’ Anyone who can guide ?