Skip to content

magento man

Not Enough QTY message not showing

when I place an order, the success message is showing but the error message that says “The requested qty is not available” not showing when is QTY is greater than what on stock. how to solve this, please help

Looking for a new shared host

I’m currently hosted with Verpex. They bought out SharkHosting a while back and I was migrated over to them. They’re not too bad and … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1886258&goto=newpost

Add view button in admin grid to open a view page in slide window in Magento 2

I want to create View Slider in Admin For that I’m following This my files are view/admin/ui_component/marketplace_stores.xml <actionsColumn name=”action” class=”AppthaMarketplaceUiComponentListingColumnViewStoreAction”> <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item name=”bodyTmpl” xsi:type=”string”>ui/grid/cells/html</item> <item name=”viewUrlPath” xsi:type=”string”>marketplaceadmin/grid/view</item> <item name=”urlEntityParamName” xsi:type=”string”>store_id</item> </item> </argument> </actionsColumn> Ui/Component/Listing/Column/ViewStoreAction.php <?php… Read More »Add view button in admin grid to open a view page in slide window in Magento 2