PHP SOLUTIONS

This is the blog for getting Idea regarding PHP, Magento, jQuery and JavaScript for Customization.

Thursday, 9 November 2017

Magento 2 : Apply Custom Discount to cart

Hi All,      Offering some special discount to customers is a good way to attract more customers & indirectly increase sales of site !     In Magento 2,  there are so many ways available for apply some...

Monday, 8 May 2017

Magento2 : Create a custom backend theme

Hello Friends,      Here is the code for create a custom theme for the backend in magento 2 !          Magento2 provide Backend as a admin theme !      Magento 2.X is a quite different process as compare of Magento 1.X, there are few easy steps for it ! Step 1 : Create a theme directory...

Magento 2 : Create a custom frontend theme

Hello Friends,      Here is the code for how to create a custom theme for the front end in magento 2 !      Magento 2.X is a quite different process as compare of Magento 1.X, there are few easy steps for it...

Wednesday, 5 October 2016

Magento 2 : Method to use SQL query

Hello Friends,          Magento 2.X is use Resource Connection Method for fetch data from the Database, Which is little bit different from the Magento 1.X         I have used code like below, and I hope it will helps to you also,         Here, I show the code for...

Tuesday, 24 May 2016

Automatic item updates: Missing schema.org microdata availability information - Google Data Feed

Hi, You have set auto update setting for you Google Data Feed. You can see the setting of Automatic item updates setting over here, 1) Click on setting on left sided menu list at bottom 2) Click on Automatic item updates 3) Can see Attributes to be updated Now, Auto item updates very helpful for increase the site performance and give...

Monday, 11 April 2016

Magento : Add last increment id of "sales_flat_quote_item" in another table

Magento         $production = Mage::getSingleton('core/session')->getproValue($production); /* This is the session value which is set on Category/List page */         $shipping = Mage::getSingleton('core/session')->getshipValue($ship);  /* This is the session value which...