Yearly Archives: 2020
in file path: SRDeliveryDateviewadminhtmltemplatesorder_info_shipping_info.phtml code: < ?= $block->escapeHtml(__('Delivery Date Information')) ?> < ?= __('Delivery Date') ?> < ?= $block->getDeliveryDate() ?> < ?= __('Comment') ?>: < ?= $block->getDeliveryComment() ?> < ?= __('Test') ?>: < ?php $orderid = 33; $objectManager = MagentoFrameworkAppObjectManager::getInstance(); $order = $objectManager->create('MagentoSalesApiDataOrderInterface')->load($orderid); //fetch whole order information //print_r($order->getData()); //Or fetch […]
I want to add quantity increment decrement buttons on category page. I am using a theme that already provides this feature on product page. Now I want to add same feature in category pages. Anyone who has done similar work? Please guide.
Hi I am new to Magento and I was developing the site with hdfc payment gateway installed the extension given by hdfc bank but I got error sometimes sometimes it goes back to success page but sometimes it takes me to there has been an error processing your request page […]
I’ve created a condition in my admin panel to enable or disable a feature in my module. In my XML I used the ifconfig to check if it’s enabled or disabled. I want to disable the cache in the entire page if my module is enabled. will ifconfig skip the […]
when bundled products are out of stock(the individual items) the price on the frontend shows:0.00 in Magento 2.3.4 I poked around in: vendor/magento/module-bundle/Pricing/Price/FinalPrice.php public function getAmount() public function getAmount() { if (!$this->minimalPrice) { $price = parent::getValue(); if ($this->product->getPriceType() == Price::PRICE_TYPE_FIXED) { $this->loadProductCustomOptions(); /** @var MagentoCatalogPricingPriceCustomOptionPrice $customOptionPrice */ $customOptionPrice = $this->priceInfo->getPrice(CustomOptionPrice::PRICE_CODE); […]
I am setting up a server (Debian) in Virtualbox, I am customizing the prompt, but I have a problem. When I write in the prompt customization, it is malformed. enter image description here This happens when I write in the prompt, this overwrites the prompt or when I do enter […]
I’m currently using LibreOffice that comes bundled with Tails 4.5. When creating a chart from a simple XY dataset, the program just arbitrarily chops away the first and last few datapoints. I don’t know what the programmer for this bit was thinking (maybe “Yeah, lemme just cut your data left […]
I have an updated windows 10 pro running on an asus b150m-c/br (Intel B150 chipset Realtek ALC887) and I’m running in the strangest of bugs. My PC front speaker (rear panel, green) is mute and realtek can only see my headphone (front panel, green). When I download Realtek driver from […]