A little help if possible. We have a magento 2 site running on an 4 core 8gb ram vps. All has been running fine until recently. Normal website browsing remain very fast but there is a strange problem at checkout once a customer choses to pay via stripe. Magento sends […]
Magento
Does anyone have try to install this extension with the same magento version. I have issue after purchase and install on my website, i used Magento 2.4.2 p-2 CE version, and try install this extension version 2.4.x this is should be works well: Add folder ‘Webkul’ into /var/www/html/app/code/ Command on […]
We are employing drop shipping for the product of our Magento 2 instance, but we need to have separate shipping costs for each vendor that sends the product to the customer on their own. So if Vendor A has zero shipping costs Vendor B has € 5,- shipping costs Vendor […]
I have created a module that creates a form at frontend. I’m enable to get the image upload preview out there. can we put preview.html in frontend/templates? If not then how can i achieve it.. Please help!
I’ve moved some elements through default.xml file. One of those elements, the top search, is moved. At desktop it’s into the right position however not on mobile view. I’m wondering if it’s possible create a new container and to place the top search in a second container so I can […]
I am trying to add a custom category layout for multiple categories in my theme. I have the standard catalog_category_view.xml and have got the update for 1 category using catalog_category_view_id_[id].xml. I want to apply the update to multiple categories (around 30) without having to create multiple catalog_category_view_id_[id].xml for each category. […]
I am using magento 2.4.2 community edition and for graphql we cannot use magento session feature so I want to save data in Redis session and use that data I have installed one redis package : https://github.com/predis/predis If you need any more information, type it in the comment and I […]
the code that i have done shows all categories in a list but hirarchey form.xml <!-- drop down --> <field name="admin_category_form_field"> <argument name="data" xsi:type="array"> <item name="options" xsi:type="object">FSDCategoryBannerModelCategory</item> <item name="config" xsi:type="array"> <item name="dataType" xsi:type="string">text</item> <item name="label" translate="true" xsi:type="string">Category</item> <item name="component" xsi:type="string">Magento_Ui/js/form/element/ui-select</item> <item name="elementTmpl" xsi:type="string">ui/grid/filters/elements/ui-select</item> <item name="formElement" xsi:type="string">select</item> <item name="filterOptions" xsi:type="boolean">true</item> <item […]
i have fetched the all the categories in drop thorugh ui component but i dont know how to give it a look of a parent child drop down can any one help by updating my code? category_banner_form.xml <!-- drop down --> <field name="admin_category_form_field"> <argument name="data" xsi:type="array"> <item name="options" xsi:type="object">FSDCategoryBannerModelCategory</item> <item […]