Does anyone know how to show a Sale going on with an item even though it’s Out of Stock? Right now, it shows the original price only for some reason. Item Showing Special Price (In Stock) https://www.leighjewelers.com/ss-enamel-and-cz-quilt-pendant Item Not Showing Special Price (Out of Stock) https://www.leighjewelers.com/pair-of-ss-mother-of-pearl-and-cz-belle-etoile-regal-earrings I tried to find […]
Magento
This is my Controller Index.php <?php namespace HikmadhMenuControllerAdminhtmlProduct; class Index extends MagentoFrameworkAppActionAction { /** @var MagentoFrameworkViewResultPageFactory */ protected $resultPageFactory; public function __construct( MagentoFrameworkAppActionContext $context, MagentoFrameworkViewResultPageFactory $resultPageFactory ) { $this->resultPageFactory = $resultPageFactory; parent::__construct($context); } /** * Load the page defined in view/adminhtml/layout/samplenewpage_sampleform_index.xml * * @return MagentoFrameworkViewResultPage */ public function execute() { […]
I have written a math html to figure out the square footage of boxes of material that a client needs to order. I have loaded it and here is an example page: [https://oflooring.com/hardwood/hf-design-canon-brentwood-hills-collection-bh537ocn-millstone-european-white-oak-7-5-inch-wide-hardwood-flooring.html][1] As you can see on this page, after a client enters the amount they need, then they […]
I am working on Magento 2.4.5. I have a product named ‘T-24’. When I search with this name expected product does not appear after the search. But When I search for any product without ‘-‘ in it like ‘C783’ that product shows up. Can anyone help me out with this […]
I have an app that uses magento for order processing while storing the products and prices in separate db. so it is been so difficult to capture the salable qty of products as adding products to cart depends on salable qty. There is an API {rest}/stockStatuses/{sku} but it only takes […]
I’m hoping this isn’t an indication of some kind of breach/vulnerability. We recently discovered two orders where the buyers attempted to execute php using the ShipTo name. The code meant to append a line to the pub/health_check.php file. It didn’t work, thankfully. I was able to view both of these […]
I have a system.xml file in which i already have retrieved customer groups in a multiselectist field .Now i want to associate one field-To set some value for each customer group.How can i get these values from system.xml when customer clicks “proceed to checkout”.And How can i redirect customer to […]
I just installed the Product Recommendations powered by Adobe Sensi in our M2.4.4 enterprise cloud however now when I go to our page builder it just shows the raw html and if I try to make any edits such as clicking a button to upload or select an image to […]