I want to add product to my category (New Arrival) based from Created_At inside table `catalog_product_entity class Index extends Action { protected $_pageFactory; protected $_scopeConfig; protected $categoryLinkManagement; public function __construct( Context $context, PageFactory $pageFactory, ScopeConfigInterface $scopeConfig, CategoryLinkManagementInterface $categoryLinkManagement ) { $this->_pageFactory = $pageFactory; $this->categoryLinkManagement = $categoryLinkManagement; $this->_scopeConfig = $scopeConfig; return […]
Magento
I want to show/hide some fields based on the selected shipping method. For example: Show “Shipping Method 1 Field” on the selection of “Shipping Method 1”, hide it otherwise. How to do it knockout-js way? Using jQuery with setTimout() works but not standard.
My Magento 2.4 Customer login redirects to customer login again and not login. also my list page doesn’t show any product I Use all commands like reindex but not show and I need to solve these two issues
I am trying to show products on the Homepage by category. {{block type="catalog/product_list" column_count="4" category_id="158125" template="catalog/product/list.phtml"}} I have tried this but did not work. Note: I am using the Porto theme. If you can please help me.
I am trying to help a friend figure out if it’s possible, and look for any tips, on getting a redash server up and running on a machine running magento 1 (going to be migrates to 2). We have read the documentation and it seems that all you need to […]
I join my custom table and add column to Product Grid as Ui_Component text. But it show data in raw code. How to make it show as HTML code? Ui_Component setting <columns name="product_columns"> <column name="hub_stock" sortOrder="76"> <settings> <addField>true</addField> <filter>text</filter> <label translate="true">Hub Stock</label> </settings> </column> I also add line break in […]
I am trying to display wishlist items against each customer. And I am unable to display the multiple products in the grid. Instead of showing wishlist_id, I want to show wishlist product or product id. Here is the code VendorProjectUiComponentListingColumnsFrontendWishlistProduct.php <?php namespace VendorProjectUiComponentListingColumnsFrontend; use MagentoFrameworkUrlInterface; use MagentoFrameworkViewElementUiComponentContextInterface; use MagentoFrameworkViewElementUiComponentFactory; use […]
I have been receive alot of this search result that starts with; checkout cart add uenc ahr0chm6ly93..... What causes this error?
When ordering using paypal in magento2, it takes you to paypal, paypal already displays a confirmation, you confirm, you get redirected to another confirmation page (/paypal/express/review), it is an extra step that is unnecessary for user experience, I would like to remove it and make the order automatically placed when […]