How can I add loyalty / reward points for customers? without using ready-made extensions
Perhaps there is a tutorial on how to add reward points? Please do not offer ready-made extensions, thank you!
Perhaps there is a tutorial on how to add reward points? Please do not offer ready-made extensions, thank you!
my task sounds like : “Using a data patch to add the block into cms page” i have data patch cms block class CmcBlock implements DataPatchInterface { const CMC_BLOCK = ‘first_cmc_block’; private ModuleDataSetupInterface $moduleDataSetup; private BlockFactory $block; public function __construct(… Read More »Using a data patch to add the block into cms page
I want to add a page by the controller, I have set the routes and controller files according to the guideline. However, it still cant show the page. app/code/Mymodule/OrderController/Controller/Page/View.php <?php namespace MymoduleOrderControllerControllerPage; use MagentoSalesModelResourceModelOrderCollectionFactory; use MagentoFrameworkControllerResultJsonFactory; use MagentoFrameworkAppActionContext; class View… Read More »Page cannot be found from controller even set the routes.xml
we have been hosting our Magento 1 site for ten years with Nexcess. Their support has gone down the drain since they joined Liquidweb. We are soon to attempt migration to Magento 2 and would much prefer not to continue… Read More »Hosting alternative to Nexcess?
I have a question about the short description! how important is that for seo? I’ll go and write Short Description, and then add the text again with the rest of the description in the description. it may even be bad… Read More »Short Description
I’m using Magento 2. When i debug the saleable and available values in product templates, the values do not match. In templates/product/list.phtml $_product->isSaleable() and $_product->isAvailable() both return true. In templates/product/view/type/default.phtml however, both are false! What is going on? Why is… Read More »Product not consistent isSaleable isAvailable values
unable to install b2b magento extension in Default Magento 2.4.5-p1 EE.
I am trying to redirect from plugin file but seems no response. Anyone can help? app/code/Myvendor/ReviewCheck/Plugin/ReviewModel.php <?php namespace MyvendorReviewCheckPlugin; use MagentoFrameworkMessageManagerInterface as MessageManagerInterface; use MagentoFrameworkViewElementTemplateContext; class ReviewModel { protected $messageManager; protected $request; protected $redirectFactory; public function __construct( MessageManagerInterface $messageManager, MagentoFrameworkAppRequestHttp… Read More »Unable to redirect from plugin
I have a setup with Elasticsearch and Magento 2 (ver. 2.4.3). Anytime I use search functionality in Magento Admin (Catalog -> Products), the results are not exact. It doesn’t matter if I use Keyword Search or if I open filters… Read More »How to enable “exact” search in Magento 2 admin
A bit weird question that I got from my client. Is there a way to make a green “light” or “dot” just next to where it says in stock and a red one for where it says out of the… Read More »Magento 2.4.3 – Green and red light for in stock and out of stock