Search found 11 matches

Page 1 of 1

Search found 11 matches

Re: <?php echo $config->get('theme_default_directory') ?> is

For opencart version 2.2.0.0

Code: Select all

<?php echo $config->get('theme_default_directory'); ?>
works perfectly fine in view file.

Jump to post
  • Mon Aug 08, 2016 7:06 pm
  • Replies 3
  • Views 2548
<?php echo $config->get('theme_default_directory') ?> issue

I want applied template name in header.tpl , using opencart version 2.3.0.2 I have tried below code <link rel="stylesheet" type="text/css" href="catalog/view/theme/<?php echo $config->get('theme_default_directory') ?>/stylesheet/example.css" media="all"> Error...

Jump to post
  • Mon Aug 08, 2016 3:01 pm
  • Replies 3
  • Views 2548
Re: [RELEASED] Override Engine for OpenCart

Thanks JNeuhoff. Your solution worked. I have one more issue. I want to give link for related products, of product where all related products will be displayed of particular product. I have created link & added new function info() as bellow in override/creta/catalog/controller/product/product.ph...

Jump to post
  • Wed Apr 13, 2016 2:48 pm
  • Replies 320
  • Views 200061
Re: [RELEASED] Override Engine for OpenCart

I wan to add two new position options (middle_left) in layout. i have done bellow code in override/theme/admin/controller/design/layout.php (when i click on add module button in layout form in position drop down middle_left options are added, but for previously added layout positions, in positions d...

Jump to post
  • Tue Apr 12, 2016 1:48 pm
  • Replies 320
  • Views 200061
str_replace issue in opencart versionn 2.2.0.0

I wan to add two new position options (middle_left) in layout. i have done bellow code in override/theme/admin/controller/design/layout.php (when i click on add module button in layout form in position drop down middle_left options are added, but for previously added layout positions, in positions d...

Jump to post
  • Mon Apr 11, 2016 1:56 pm
  • Replies 0
  • Views 360
Re: price is displayed $101decimal_point00

catalog/language/language_name/language_name.php file contains both decimal_point & button_cart code.
no data from language_name.php file is displayed.

Jump to post
  • Fri Apr 01, 2016 8:12 pm
  • Replies 3
  • Views 1478
price is displayed $101decimal_point00

I'm using OpenCart v2.2.0.0. I added new language Russian language pack for opencart v 2.2.0.0
When i select (Русский) language from drop down
1. price is displayed as $101decimal_point00
2. instead of "Add To Cart" text "button_cart" text is displayed on cart button.

Jump to post
  • Fri Apr 01, 2016 4:32 pm
  • Replies 3
  • Views 1478
Re: Adding a new language

I'm using OpenCart v2.2.0.0. I added new language Русский compatible with version v 2.2.0.0
When i select (Русский) language from drop down
1. price is displayed as $101decimal_point00
2. instead of "Add To Cart" text "button_cart" text is displayed on cart button.

Jump to post
  • Thu Mar 31, 2016 7:46 pm
  • Replies 5
  • Views 5563
$this->request->get['route' issue in .tpl file

I'am using opencart version 2.2.0.0 In .tpl file want route, have written code as bellow $this->request->get['route']; but m getting following error Notice: Undefined property: Template\BasicOverride::$request /template/common/column_right.tpl how to use $this->request->get['route']; in .tpl file?

Jump to post
  • Wed Mar 16, 2016 1:47 pm
  • Replies 1
  • Views 1170
Re: New Position in header

opencart version 2.2.0.0
$this->request->get['route']; is giving error in .tpl file
Notice: Undefined property: Template\BasicOverride::$request /template/common/column_right.tpl

Jump to post
  • Tue Mar 15, 2016 8:05 pm
  • Replies 12
  • Views 2131
Re: [RELEASED] Override Engine for OpenCart

How to use override-engine for opencart-2-2-0-0

Jump to post
  • Thu Mar 10, 2016 5:37 pm
  • Replies 320
  • Views 200061

Page 1 of 1

Search found 11 matches