Search results for "Examples of Magento Websites":

Hiding or showing prices on an e-commerce website is one of the most controversial questions. Some store owners display their pricing without fear of scaring potential buyers. Others not only exclude price from the Magento 2 store but also hide the Add...
There is might be a conflict with the AJAX cart software. Please open app/design/frontend/[YOUR PACKAGE]/[YOURTHEME]/template/amlist/rewrite/catalog_product_view_addto.phtml file and replace: productAddToCartForm.submit(); with  f.submit();
If Promo Banners extension is working but not showing the selected products, please make sure you've set the root category option "is anchor" to "yes". Go to Catalog > Manage Categories > Root > Display Setting:  
This problem occurs because search bots index all possible filter combinations. Solution:  You can disable filter parameters indexation by specifying "Robots NoFollow Tag", "Robots NoIndex Tag" and "Rel NoFollow" in Catalog > Navigation > ...
  The HTTP 503 code response is one of the commonest errors you may come across while setting your Magento store or server. Magento 2 service temporarily unavailable - maintenance mode is enabled Service Temporarily Unavailable The server is ...
This happens because Magento limits status length by default. To fix the problem concerning Order Status extension, please execute the following 3 queries to your database: ALTER TABLE `sales_flat_order` CHANGE `status` `status` VARCHAR( 196 ) CHARACTER...
The "Edit Default Statuses" button does not appear since Magento 1.5 version when Magento introduced it's own system for editing default statuses (System -> Order Status).The "Edit Default Statuses" button shows up only on Magento 1.4. In more recent...

Unfortunately, the current behavior is common for websites with a high quantity of pages and visits. Please read the long answer to learn a few workarounds for the problem. 

If you duplicated category and it does not appear on the product edit page, you should reindex all indices. To do that go to: System > Index Managemet
If Detect Missing Pages extension works but does not handle 404 error for some store, check if your store 404 page has unique URL key. Then resave configuration and clear the cache. If everything set up correct, the extension will handle 404 errors ...

Didn’t you find the answer to your question? We are always happy to help you out.

Loading