Posts

maximum execution time error when importing sql data file since php.ini has been already set max execution time 3000

I am trying to import a large SQL data file using PHPMyAdmin in localhost This the config file for php.ini  max_exection_time : 30000 already set. but I still getting this problem. so I follow this step and now the problem has been solved. Solution:   There's a configuration variable within the phpMyAdmin directory that I find in  libraries\config.default.php  called  $cfg['ExecTimeLimit']  that I set according to my requirement now it has been fixed.

add css to internal div to show background out of div

Image
CSS <style>     .product-tabs { margin: 0 -10%; padding: 0 10%; background: #f4f4f4; } </style> We can use this above CSS for all devices like PC,smartphone,tablet etc.  but it will not work if we press + and -- Sign of keyboard

Remove/Hide/Disable Add to Wishlist and Add to Compare button and links from Openart page from Journal theme

Image
I want to Remove/Hide/Disable Add to Wishlist and Add to Compare button from my Opencart page. I had installed Journal theme. so I found this page and it is working now.

Code Difference between vqmod and ocmod in Opencart

   Vqmod Necessary Code Tags are:-         <id> Extension Name </id>    <version> 1.0.0 </version>    <vqmver> 2.1.5 </vqmver>    <author> Ravi </author>    2.  Ocmod Necessary Code Tags are:-          <name> Extension Name </name>    <version> 1.0.0 </version>    <link> http://opencart.devinlabs.com </link>    <author> Ravi </author>    <code> extension_uniq_code_name </code> ******** Major Differences between Vqmod and Ocmod *********** In Vqmod we Use  "Name" for the file full path but for Ocmod we Use "Path"                             i.e:- Vqmod =      <file name="catalog/controller/common/seo_url.php" error="skip">                          Ocmod =     <file path="admin/view/template/catalog/product_form.tpl">                                        in Ocmod and Vqmod

Opencart Upgradation Error after saving User Permission. "you do not have permission to modify"

Image
I got error " you don't have permission to modify this page" error. ater saving User Permission page. I found some module contains html, css, pdf, or unmannered php files( Like some php file have no classes). for fixing this I removed that modules from admin controller folder after that it solved :)

open any sites use VPN connection

Image
http://www.vpnbook.com/

Opencart Vqmod TPL Problem

Image
Hi after upgradation my vqmod was not working on tpl file. so then I tried this vqmod file and it was fixed. https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=22378&filter_search=vqmod