I have a store view: - Default - First store - Second store The second store has a problem with the categories First store – its URL looks like this: firststore.com/category-name/ when i go to the category Second store – its URL looks like this: secondstore.com/directory/category/view/s/category-name/id/111/ URL modules that should […]
Magento1
I have a problem: If you choose any default magento 1 theme (rwd, default, modern, base, etc.) the price block name is anonymous. The only stuff you found in catalog.xml is this: This block should be already named, since there is a name set in this code, but it is […]
Supee 11219 Magento 1.9.3.1 Errors during install, Scan shows not installed. The install kicks back the following errors Hunk #1 FAILED at 34. Hunk #2 FAILED at 68. Hunk #3 FAILED at 106. 3 out of 3 hunks FAILED — saving rejects to file app/design/frontend/base/default/template/catalog/product/list.phtml.rej There is no “list.phtml.rej” file in […]
I describe my situation: I created a PHP script in the header.phtml file that allows customers to change the group based on their order total. I put this script inside an if and it works perfectly. In addition to this function, I added the sending of a personalized email that […]
I want to get all the inventory stock for each source in the product grid. So far, I’ve added the column, with success, by adding to Vendor/Module/etc/adminhtml/di.xml: VendorModuleUiDataProviderProductAddStockFieldToCollection Also created the file and confirmed it’s being executed VendorModuleUiDataProviderProductAddStockFieldToCollection.php with: < ?php namespace VendorModuleUiDataProviderProduct; class AddStockFieldToCollection implements MagentoUiDataProviderAddFieldToCollectionInterface { public function […]
I checked cookies and sessions all things look fine but can’t log not getting any error showing while putting all the information perfect.
I am trying to place the cart summary to the static page with products. I wanna locate it to the right from the grid of products (listed using Catalog Products widget). Anybody knows how to do this? Will appreciate if anybody can help.
I made a module using dynamic rows component with imageUploader field inside. I was able to upload my image on the Magento 2.3.2, but since the new release (2.3.3), I can’t pass the valideFileId() method in the class MagentoFrameworkFileUploader. If I take a look at the valideFileId() method, here is […]