PHP Freelancer

 

PHP Programmer India

PHP Freelancer PHP Freelancer India PHP Programmer India PHP Freelancer Indian Freelancer Freelance Programmer Freelance Developer Freelance Web Developer Freelance Programmer India Hire PHP Developer India Wordpress Developer India CakePHP Developer India

Open Source Shopping Cart

Increase Cookie Time for Magento Login

I was working in Magento since last couple of weeks and I was facing an issue of log out within very less time. I searched for it and came to know that Magento use Cookie for Login session. Somehow I need to increase Cookie time of Magento login and I can sort out the issue. I searched in Magento Admin panel and found the same.

[OpenCart] Enable URL Rewriting for SEO

Open Cart is getting popularity in Open Source Shopping Cart market. Open Cart has a great list of features and provide all standard shopping cart functionality. Also it is built with MVC architecture so developer also finds easy to make customization and changes compare to other shopping carts like Magento and ZenCart. I am working with Open Cart since last few days and want to enable URL Rewriting feature in Open Cart. Its easy to make it enable and working with .htaccess.

[OpenCart] Order Total Grand Total always zero(0)

I was working with Open Cart today and i found a strange issue that when i click on Add to Cart button, it adds product in Shopping cart. Everything works fine except Total Price. It shows Order Total to 0 in shopping cart page as well as Checkout page. I have searched a lot in code and check all the files related to Cart and function which calculate total of Order.

[Magento] How to get all Manufactures in Magento

Are you working with Magento and wanted to get all manufactures list ? If yes than you are at the right place to get the solution for it. To get all manufactures lists in Magento, you just need to take below code. How to get all Manufactures in Magento, All manufactures in Magento, Magento get manufactures, Get manufactures in Magento, Solution for Getting Manufactures in Magento, Manufactures Products in Magento.

[Magento] Add Contact Us form in any page

Magento provide contact us form functionality by default. You can find a contact form link in the footer of your Magento website. However you can add this contact form in any Magento web page that you want to.

[Magento] Set Up Blog in Magento Admin

Many eCommerce websites have their blog pages along with shopping cart. Wordpress is the most popular for blogging but if you are using Magento and want a blog in your website than you can use Magento’s extension for installing blog. Reason for using Magento’s extension for blog is to manage shopping cart and blog from one admin panel.

[Magento] Print Error/Exception on Browser or Email it

Magento provides an options to handle error/exception messages. Error can be displayed on Browsers or you can send full error description in an email. In previuos version of Magento, error can be visible on Browser itself while deployment the project. But in new version of Magento, they stored the error in a log file and display the file name only on browser.