how to get display my calculations in the product card?
I create module ‘customer points’ on my calculations 1 usd = 1 points, calculation formula is baseTotal * myConfigData / 100, how to every time display result on product card?
I create module ‘customer points’ on my calculations 1 usd = 1 points, calculation formula is baseTotal * myConfigData / 100, how to every time display result on product card?
We have a product attribute with over 3k option values, making it virtually unmanagable in the admin – lots of memory errors. Is there a way to add pagination to the attribute option grid so we can get the page… Read More »How to add pagination to attribute option grid?
Magento 2 search terms are many invalid entries, and many special characters, random numbers, Chinese characters string, emoji characters, etc. In search terms, these different types of strings are stored. and when I search on the frontend so this invalid… Read More »Magento 2 How to protect magento search terms
So I am a lover of Magento Framework itself, but I want to build a normal website, nothing to do with ecommerce, so Taxes, products, categories, checkout, quotes, elastic search and etc its not necessary for the website I want… Read More »Disable Ecommerce Modules from Magento 2
I have a dedicated server with a magento community edition installed, I successfully configured multisite and also applied for ssl for the second site, but the second site uses the ssl of the first site (main site). How can i… Read More »How to solve magento 2.4.5 multisite SSL misconfiguration
guide me[![enter image description here][1]][1] magento2 Argument #1 ($object_or_class) must be an object or a valid class name [1]: https://i.stack.imgur.com/ZkJfl.png
We are using a third party module. They have their own database tables and read out data from it by using direct SQL statements app/code/Company/Foo/Model/Calculator.php … public function load_fugenMoertel($fugenMoertel) { $fugenMoertelTable = $this->_resource->getTableName( ‘px_fugenmasse’ ); $binds = array( ‘moertel’ =>… Read More »Magento 2 – Is it bad practice to directly use SQL in php?
Can any one tell me what is the use of skiptarget.phtml file located in /vendor/magento/module-theme/view/frontend/templates/html/skiptarget.phtml in magento 2.4.3-p1 The link generated from the code in this file is which is not crawl able. Is this file necessary?
I am trying to add html <a> tag inside {{trans”}} but, I am getting the wrong output. Below is how I am trying to do it. <div class=”register-button”> {{trans'<a href=”%reset_password_url”>Reset Password</a>’reset_password_url=$reset_password_url|raw}} </div> And the output I am getting is below.… Read More »How to add html tag inside trans directive?
I get the attached error while creating a new folder under Storage Root. How can I fix this?? Is it not possible to create another folder under root Edit There were folders under StorageRoot that disappeared after upgrade from Magento… Read More »Cannot create new folder under Storage Root – Magento Media Gallery