Is it a bad idea to use a single Redis instance for both session and backend caching in Magento?
For Magento (v1.9 or lower), is okay to use a single Redis instance for both session and backend caching? Is there any extra configuration required?
For Magento (v1.9 or lower), is okay to use a single Redis instance for both session and backend caching? Is there any extra configuration required?
I've got a static block in which I'm getting the products from a specific category so like this: {{block type="catalog/product_list" name="product_list" category_id="429" column_count="4" mode="grid" limit="50" template="catalog/product/list.phtml"}} Now I'm trying to call this static block in my phtml file like this:…
As a magento newby I have installed magento 2.1.8. After the install I get an error in the admin saying that one or more indexers are invalid, so I have found some help online showing how to reindex, but when…
I'm new to Magento and I am having a trouble with Re-indexing. I have checked all of the questions with re-indexing problem but my problem is different. My Cron job is showing the following error: Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info…
I am trying to override the Topmenu block in Magento 2 so that I can change the HTML structure of my sub menus but I can't seem to get past this problem. What I have done I have created a…
I have exported Magento-1 Order details into csv file. I Need to import those order details into Magento2 site via programatically. I can able to update the order grand total already present in the orders. Need to create a order…
I'm trying to optimize my Magento 1.9.3 website, following Google PageSpeed hints, saying I have js and css that load synchrounously and block the page rendering. To solve this issue, I'm putting all the javascript files with async loading, as…
I have been using Magmi for a few years, today I changed some file and folder permissions and now Magmi does not import anything. The process ends with zero progress. There is no error either. I have tried to fix…
I want to make a new div and assign it data which I getting in list.phtml file . Like I am getting reviews block in my xml reference block file like this <referenceBlock name="product.info.details" > <block class="MagentoReviewBlockProductReview" name="reviews.tab" as="reviews" template="Magento_Review::review.phtml"…
I'm trying to achieve the following in Magento (1.9.2) in a phtml file: I would like to display certain html on the product page only if the product is (also) in category id 350. The product is in many categories.…