I have a lot of categories on my store. I want to show just few categories in header here so that the header looks shorter. You can see in the screenshot the header has occupied 60% of the page space. I am using Porto theme in Magento 2.4.3
Magento
When I want to update/save the paypal express configuration in the magento 1.9.3.4 admin, it gives this message “Wrong field specified”. ??? Regards, gp
I have a custom entity listed by ui component. By default it loads the entire collection as shown in every tutorial as the virtual type is just an alias for the current collection. <type name="MagentoFrameworkViewElementUiComponentDataProviderCollectionFactory"> <arguments> <argument name="collections" xsi:type="array"> <item name="cpy_miseenavant_listing_data_source" xsi:type="string">CpyMiseEnAvantModelResourceModelMiseEnAvantGridCollection</item> </argument> </arguments> </type> <virtualType name="NespressoMiseEnAvantModelResourceModelMiseEnAvantGridCollection" type="MagentoFrameworkViewElementUiComponentDataProviderSearchResult"> <arguments> <argument […]
I am trying to build a custom module that will trigger off a text message when Magento receives shipping information on orders. I know I can trigger off email, sms etc when an order is placed by listening for the event ‘order’ referring to this line $this->_eventManager->dispatch('sales_order_place_after', ['order' => $this]); […]
I’m installing throught composer the Stripe module, the problem is that when I installed the site, where the module work, crash because can’t find the table in Database. I don’t know why the setup sql file did’t excecute. The error is SQLSTATE[42S02]: Base table or view not found: 1146 Table […]
Magento 2.4.2 Is it possible to only have a qty of 1 in the cart for the same product? Like if I add a qty of 10 to the cart, it only adds 1 because its the same product. Possible?
At the moment I have products that have the visibility of “catalog & search” and of “search”. When a user performs a search on the site I only want products that have a visibility of “catalog & search” unless the search term starts with a “63”. If the search term […]
I need to add to cart products with custom attribute price Ex i am having a custom price as booking amount as 1000 for a product and original amount as 10000 when customer chooses booking amount option 1000 should be added to cart and if user chooses full payment 10000 […]
How to trigger add to cart function After loading product by Ajax call. this above product loaded by ajax call I have to found solution if I click add to cart button, then add to cart function triggered. Kindly help me to find solution