How to display product, category name and SKU on detail page in opencart

Display Product name,Category and SKU on detail Page HI, friends. Today I am going to discuss about how to display product name, category, sku and other product information on detail page in OpenCart. A opencart developer always require product information on detail page.One day i also faced this issue and i resolved out this problem. … Read more

How to send mail when a variable is not passed in msgHTML()

I have a faced this problem when i was integrating SMTP mail for first time. Then after lots of attempt i got success in sending form value with variable in msgHTML(). Therefore, I thought to share this successful attempt with all programmers. I have shown below how to send variable in msgHTML(). Let us see … Read more

Categories PHP

Solved: Cannot modify header information-headers already sent by

PHP Warning: Cannot modify header information – headers already sent by Solution : PHP Warning: Cannot modify header information – headers already sent by Why these problem generally occurs when a php developer try to code. Let us moving to to details we are going to discuss why these issue occurs. Blank lines between ?> … Read more

How to use Google Sitemap in Opencart

How to use Google Sitemap in Opencart – PHPCluster Sitemap is most important for a website to get its url indexed in Search engine.We are going to discuss about how to use sitemap for Google in OpenCart. Google Sitemap is used for indexing all URL of website daily, weekly or monthly for getting searched in … Read more