I am getting one issue in Magento 1.9 I have move my site from local(xampp) to server and in backed when i click on any category, it always showing “New Root Category”. Not showing clicked category setting. There is not showing any log error. Working fine on local pc(xampp) but […]
Magento2
I have a product with Customizable Options in the form of a dropdown on the product page. If I add the product to the cart without an option selected it works as would be expected, however if I add a product with one of the customizable options selected and navigate […]
I have Magento ver. 2.2.5, and I created a simple -20% discount rule on all products with the Catalog Price Rule. But the problem is, that the rule doesn’t work on some of the products and I have no idea why. Could anyone please help me out? I have tried everything […]
Security best practices suggest that you should never have an executable in a public web directory. However, in a typical Magento install (in my very limited experience), this is not true. Even in production, it seems bin/magento needs to remain executable. Are there other files that need to be executable? […]
I need to make massive changes on a purchased magento 2.1.9 theme. I created a child theme, copied the files I want to edit. For now I can use grunt to compile .less files located in the web/css directory of my child theme but I would also like to compile […]
i want to dispaly billing address in this format postcode region city street. Any idea guys please help me.
I am adding the barcode with product SKU and product ID in a table using below code:- File Path: /app/code/[NameSpace]/[ModuleName]/Model/ResourceModel/Custom.php public function generateBarcodes($object, $attribute, $barcode, $_product) { $objectManager = MagentoFrameworkAppObjectManager::getInstance(); $barcodeModel = $objectManager->create('VendorModuleModelBarcode'); $data = array( 'barcode' => $barcode, 'product_id' => $_product->getId(), 'qty' => 1, 'product_sku' => $_product->getSku(), 'supplier_code' => […]
I have Amazon Sales Channel installed on my Magento 2.3.3 CE store. Im using it to install and sync my amazon store with over 170,000 used books. My problem is that its not importing the photos. Any ideas?
I want to apply a discount for a specific set of skus, where they buy a total quantity of 4 or more of any 3 specific lighting skus, and they get a free remote. It is applied to main site, all customer groups, no coupon, public to rss. The remote […]