Skip to content

magento man

Incompatible argument type: Required type: MagentoFrameworkEntityManagerMetadataPool. Actual type: string; when trying to override resource model

I am trying to override the Resource model for the cms page file in the sitemap module my code is <?php namespace MyModuleSiteMapModelResourceModelCms; use MagentoCmsApiDataPageInterface; use MagentoCmsApiGetUtilityPageIdentifiersInterface; use MagentoCmsModelPage as CmsPage; use MagentoFrameworkAppObjectManager; use MagentoFrameworkDBSelect; use MagentoFrameworkEntityManagerEntityManager; use MagentoFrameworkEntityManagerMetadataPool; use… Read More »Incompatible argument type: Required type: MagentoFrameworkEntityManagerMetadataPool. Actual type: string; when trying to override resource model

Help to ensure good server configuration

I have a server that runs two sites. The site runs fine until we start to get over 200-300 concurrent users and then it starts to slow down… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1882369&goto=newpost

Email

Hello, I was wondering if there’s a way(which I know there is) to have lets say my domain up, and only have it for creating emails. Like gma… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1882245&goto=newpost

Bolding or changing the color of “Continue Shopping Url”

I took the code from inside: vendor/magento/module-checkout/view/frontend/templates/cart/noItems.phtml and i’m overiding it here: app/design/frontendvendor/namespace/module/Magento_Checkout/templates/cart/noItems.phtml I usually don’t work on a lot of frontend css stuff so i feel like this is a super dumb question. Here’s what i’ve done below and… Read More »Bolding or changing the color of “Continue Shopping Url”