Search found 3 matches

Page 1 of 1

Search found 3 matches

Re: Change admin folder name

to change the admin name go to config.php in admin and change the name "admin": // HTTP define('HTTP_SERVER', 'http://localhost/upload129/HERE/'); define('HTTP_CATALOG', 'http://localhost/upload129/'); define('HTTP_IMAGE', 'http://localhost/upload129/image/'); // HTTPS define('HTTPS_SERVE...

Jump to post
  • Tue May 31, 2011 9:15 pm
  • Replies 38
  • Views 54755
Re: [MOD] Out of stock status change automatic + hide cartbu

Code: Select all

<?php  if($stock == 'In Stock' || $stock > 0){ ?>
It works only on standard englich translation. Bether is to make it in this way:

Code: Select all

if($stock == $this->language->get('text_instock') || $stock > 0){ 

Jump to post
  • Wed May 25, 2011 6:40 pm
  • Replies 36
  • Views 37912
Re: Site name in Title

and it produces the following page titles: Sub Category - Category - Store Name is there a way to reverse this so it says: Store Name - Category - Sub Category <?php # BEGIN - titleBreadCrumbs if(!empty($this->document->breadcrumbs)) {     $titleBreadCrumbs = array();         foreach($this->documen...

Jump to post
  • Thu Sep 16, 2010 5:46 pm
  • Replies 66
  • Views 78805

Page 1 of 1

Search found 3 matches