ka.lpe.sh
Magento bug: Incorrect sales order report during DST | Kalpesh Mehta
http://ka.lpe.sh/2015/03/20/magento-incorrect-sales-order-report-dst
Magento Certified Developer Plus. Extensions: Social Networks Auto-Poster. Mar 20, 2015. Magento bug: Incorrect sales order report during DST. Ticket in Magento bug tracker (you would need to login to see):. Http:/ www.magentocommerce.com/bug-tracking/issue/index/id/254. 1 Login in Admin panel. 2 Go to Reports- Sales- Orders screen. 3 Filter orders for some date range which should fall in Daylight savings time. 4 Notice the totals which are shown are not 100% correct. Line 418, $dateTimeObject- set($tr['...
ka.lpe.sh
Magento Code Snippets | Kalpesh Mehta
http://ka.lpe.sh/magento-code-snippets
Magento Certified Developer Plus. Extensions: Social Networks Auto-Poster. Get all the product attributes which are searchable. Attribute code from eav attribute a inner join. Catalog eav attribute b on a . Attribute id where b . Get product type from product SKU or ID. Product = Mage: getModel('catalog/product')- loadByAttribute('sku',$product sku);. Gives simple, configurable, bundled, grouped, etc. Check whether request is coming from frontend or backend. Request is from backend/admin. Helping Magento...
ka.lpe.sh
Magento admin Archives - Kalpesh Mehta
http://ka.lpe.sh/category/magento-admin
Magento Certified Developer Plus. Extensions: Social Networks Auto-Poster. Browsing articles in " Magento admin. Oct 13, 2015. Magento add static block to cms page. You can add static block to CMS page in Magento in following 2 ways:. 1) By adding code in Layout Update XML of CMS page:. Name= block name anything. STATIC BLOCK ID HERE /block id. 2) By putting below code directly into CMS Page content area:. Block type=cms/block block id=STATIC BLOCK ID HERE}. Sep 4, 2015. 1 2 3 4 5 6 7 8 9 10 11. Note tha...
ka.lpe.sh
Magento Developer Freelancer - Kalpesh Mehta's Blog
http://ka.lpe.sh/magento-developer-freelancer
Magento Certified Developer Plus. Extensions: Social Networks Auto-Poster. If you are here, it means you are looking for a Certified Magento Developer freelancer for your new/existing Magento project. Get help to start/move your eCommerce project in Magento. I will give you hand to migrate your existing eCommerce website to Magento OR to start your project from scratch! Just send your query from the Contact form. And I will get in touch with you. Welcome to my Blog. 500 internal server error.
ka.lpe.sh
Kalpesh Mehta - Page 2 of 34 - Magento Certified Developer Plus
http://ka.lpe.sh/page/2
Magento Certified Developer Plus. Extensions: Social Networks Auto-Poster. Oct 13, 2015. Magento add static block to cms page. You can add static block to CMS page in Magento in following 2 ways:. 1) By adding code in Layout Update XML of CMS page:. Name= block name anything. STATIC BLOCK ID HERE /block id. 2) By putting below code directly into CMS Page content area:. Block type=cms/block block id=STATIC BLOCK ID HERE}. Sep 4, 2015. Magento: Zipcode 4 tax calculation bug fix. 1 2 3 4 5 6 7 8 9 10 11.
ka.lpe.sh
Magento Certification Archives - Kalpesh Mehta
http://ka.lpe.sh/category/magento-certification
Magento Certified Developer Plus. Extensions: Social Networks Auto-Poster. Browsing articles in " Magento Certification. Jan 4, 2013. Magento Certification Preparation / Interview Questions Answers. Credits to all who have contributed these things over the web from where I copied for study purpose. Few credits to me as well as I also have contributed many things in it. Please be aware that you need to go through the study guide and fundamental videos yourself in order to pass this exam. Dec 27, 2012.
ka.lpe.sh
Magento: Change canonical URL for particular category only | Kalpesh Mehta
http://ka.lpe.sh/2015/03/23/magento-change-canonical-url-for-particular-category-only
Magento Certified Developer Plus. Extensions: Social Networks Auto-Poster. Mar 23, 2015. Magento: Change canonical URL for particular category only. In Magento, if you want to change canonical URL for just one category or quite a few categories, and don’t want to affect rest of the canonical URLs then do the following. Tag in the below code. Go to the category page you want to change canonical URL in Magento Admin. Click the tab “Custom Design”. In the Custom Layout Update textbox, paste this:. Mail (wil...
ka.lpe.sh
Magento Extensions | Kalpesh Mehta
http://ka.lpe.sh/magento-extensions
Magento Certified Developer Plus. Extensions: Social Networks Auto-Poster. Keep a watch here if you are looking for Magento extensions for free as well as paid. 8211; FREE – Integrate Aramex, Bluedart and AFL carrier partners and track your shipment from Magento’s admin panel. Add tracking numbers and track the shipment of carrier partners Aramex, Bluedart and AFL from your Magento store’s admin panel. Get the extension from official Magento website: KM Shippingcarriers. Welcome to my Blog.
ka.lpe.sh
Magento 2 - Security Bug in Customer Address section (Resolved) | Kalpesh Mehta
http://ka.lpe.sh/2015/03/28/magento-2-security-bug
Magento Certified Developer Plus. Extensions: Social Networks Auto-Poster. Mar 28, 2015. Magento 2 – Security Bug in Customer Address section (Resolved). Magento 2 had a serious security bug where a website user can view and edit any customer’s address very easily. I reported this issue to Magento 2 team and they quickly fixed it and rolled it out in new beta version. All the beta versions up to 0.42.0-beta11. Were affected, and from 0.74.0-beta1. It is fixed (I have not tested it yet). Welcome to my Blog.
ka.lpe.sh
Magento Interview Archives - Kalpesh Mehta
http://ka.lpe.sh/category/magento-interview
Magento Certified Developer Plus. Extensions: Social Networks Auto-Poster. Browsing articles in " Magento Interview. Jan 4, 2013. Magento Certification Preparation / Interview Questions Answers. Credits to all who have contributed these things over the web from where I copied for study purpose. Few credits to me as well as I also have contributed many things in it. Please be aware that you need to go through the study guide and fundamental videos yourself in order to pass this exam. Jul 19, 2012. 1 Expla...