Posts

Rupak Nepali Admin Menu Management in Opencart

Rupak Nepali Admin Menu Management in Opencart Click To Download Rupak Nepali Admin Menu Managment of Opencart   Unzip the file and copy in the respective folder then it works The file at the admin/view/template/common/header.tpl is overridden so better to keep the back up of the file if you dont like it you can use the previous one. If you have performed any changes in the menu then it may not work. Thanking You Rupak Nepali hiding menu when no permission is given, show only the menu which have permission, menu according to the permission given in opencart.

How to add Special Buttons in the main menu of opencart

I would like to ceate a new button next to the "Home button" on default template. Called "Specials" and then link it to specials offers page. Any one have any ideas on how to create it as same as the defult colors etc and link it to specials offers page. I am learning heaps about programming etc. ========================= Answer: Remove this from catalog/view/template/common/header.tpl <div class="div4"><a href="<?php echo str_replace('&', '&amp;', $home); ?>" id="tab_home"><?php echo $text_home; ?></a>       <?php if (!$logged) { ?>       <a href="<?php echo str_replace('&', '&amp;', $login); ?>" id="tab_login"><?php echo $text_login; ?></a>       <?php } else { ?>       <a href="<?php echo str_replace('&', '&amp;', $logout); ?>" id="tab_logout">&l

Latest News module for the opencart

Click to download the Latest News Module of opencart Unzip the files and Copy and paste the files in their respective folders. ==================================================== FOR BACK END ==================================================== Paste the following <li><a href="<?php echo  HTTPS_SERVER . 'index.php?route=catalog/news&token=' . $this->session->data['token']; ?>">Latest News</a></li> in the admin\view\template\common\header.tpl below these lines        <li><a href="<?php echo $product; ?>"><?php echo $text_product; ?></a></li>         <li><a href="<?php echo $manufacturer; ?>"><?php echo $text_manufacturer; ?></a></li>         <li><a href="<?php echo $download; ?>"><?php echo $text_download; ?></a></li> ====================================================== Now open in t

Latest News Extension coming Soon wait until Sunday, April 24, 2011

Latest News Extension coming Soon wait until Sunday, April 24, 2011 I am now working on the Latest News Showing in the Opencart. I have almost completed it and i am checking it so please wait until Sunday, April 24, 2011 after that you will be able to get the latest news module for free in the opencart. Thanking You all for having patience. Rupak Nepali Banner Advertisement management System in the opencart What i have found is that the banner advertisement management system can be used with my existing slider banner management syste,. Visit this link http://nepalrupak.blogspot.com/2011/04/sliding-banner-management-code-for.html and you will be able to get the banner management system for the opencart where administrator can easily manage the banner and links that exists. The 'Banner ADS System' has been designed to allow the administrator to advertise two main types of banner ads, both types can be run side by side from the same admin so double the whammy... 1. LONG BANNER

Rupak Nepali Wish-list extension for the Opencart

Wish-list extension for the Opencart Click To Download The Wishlist of Opencart   Unzzip the file and place the file to the respective folders. =================================== But in the product.tpl we have to kep the code by deleting the code below:   <input type="text" name="quantity" size="3" value="<?php echo $minimum; ?>" />                 <a onclick="$('#product').submit();" id="add_to_cart" class="button"><span><?php echo $button_add_to_cart; ?></span></a>                 <?php if ($minimum > 1) { ?><br/><small><?php echo $text_minimum; ?></small><?php } ?>               </div>               <div>                 <input type="hidden" name="product_id" value="<?php echo $product_id; ?>" />                 <input type="hidden" name="redirect" v

Document library functions

Document library functions in the opencart setTitle($title): The title of the page is set with the call of $this->document->setTitle($title); where $title is the parameter which take the string. public function setTitle($title) { $this->title = $title; } getTitle(): $this->document->setTitle() means the title is get and set to <title> of the document public function getTitle() { return $this->title; } setDescription($description): $this->document->setDescription($description) which set the description of the page. public function setDescription($description) { $this->description = $description; } getDescription(): $this->document->getDescription() gives us the description of the document which is embedded in the <head> of the document public function getDescription() { return $this->description; } setKeywords($keywords): $this->document->setKeywords($keywords) set the SEO keywords public function setKeywords($keywords) { $this->k

Rupak Nepali CSV import Export for opencart

Click to Download Rupak Nepali CSV import Export for opencart Unzip the files and Copy and paste the files in their respective folders.   ====================================================   Paste the following <li><a href="<?php echo  HTTPS_SERVER . 'index.php?route=tool/csvproduct&token=' . $this->session->data['token']; ?>">Product Category CSV</a></li> in the admin\view\template\common\header.tpl below these lines       <li><a href="<?php echo $error_log; ?>"><?php echo $text_error_log; ?></a></li>   <li><a href="<?php echo $backup; ?>"><?php echo $text_backup; ?></a></li>   ====================================================== Now open in the browser login in the admin Give permission to the user (You can set the permission by admin only) for tool/csvproduct admin>> System>> Users>> User Groups>> Th