Search found 83 matches

Search found 83 matches

Re: OpenCart 3.0.1.0 Released

Hello
In version 3.x, there is a problem with placing the php code in the template.
Is there a solution.

Jump to post
  • Mon Jul 10, 2017 3:48 pm
  • Replies 51
  • Views 59201
Re: OpenCart 3.0.0.0 Released

@slavib note that twig does offer an include directive: https://twig.sensiolabs.org/doc/2.x/tags/include.html That's what I use but it does not work. {{ include('../example.html') }} Gets the following error Fatal error: Uncaught Twig_Error_Loader: Looks like you try to load a template outside conf...

Jump to post
  • Thu Jun 22, 2017 2:29 pm
  • Replies 81
  • Views 64665
Re: OpenCart 3.0.0.0 Released

Try something like this {% set foo = 'bar' %} Read more here https://twig.sensiolabs.org/doc/2.x/tags/set.html Thanks a lot of useful information I'm trying to load the exsample.html file from a folder catalog/view/theme In the file: catalog/view/theme/*/template/common/header.twig {{ include( '../...

Jump to post
  • Wed Jun 21, 2017 11:11 pm
  • Replies 81
  • Views 64665
Re: OpenCart 3.0.0.0 Released

Does anyone know how this is written in the new * .twig
<?php $var= "111111111111" ; ?>
At the moment it gives it to me as a comment, not as a php

Jump to post
  • Wed Jun 21, 2017 9:34 pm
  • Replies 81
  • Views 64665
Re: OpenCart 3.0.0.0 Released

I'm trying to upload ocmod - and it gives me "Invalid file type!"
What should be the form to upload this ocmod.
example.ocmod.xml
Thanks

Jump to post
  • Tue Jun 20, 2017 7:01 pm
  • Replies 81
  • Views 64665
Re: OpenCart 3.0 Alpha released!!

Missing the Extensions menu

Jump to post
  • Sat Apr 29, 2017 1:28 am
  • Replies 47
  • Views 36904
Re: OpenCart 3.0 Alpha released!!

pm-netti wrote:
Wed Apr 26, 2017 4:51 pm
slavib wrote:
Tue Apr 25, 2017 6:34 pm
Hello
When will the beta release be released?
We'd like to start changing extensions
Are you devepomnet? Extensions can do updates to OC 3.0.0.0 and download to extension store.
I prefer to make adjustments to beta extensions rather than alpha versions

Jump to post
  • Fri Apr 28, 2017 4:20 pm
  • Replies 47
  • Views 36904
Re: OpenCart 3.0 Alpha released!!

Hello
When will the beta release be released?
We'd like to start changing extensions

Jump to post
  • Tue Apr 25, 2017 6:34 pm
  • Replies 47
  • Views 36904
Re: DO NOT USE 2.3.0.0 OR 2.3.0.1!! BAD BUILDS!

Hi :)
I do not ask what is the latest version.
Will there be a new version?

Jump to post
  • Tue Aug 02, 2016 4:52 am
  • Replies 26
  • Views 66611
Re: DO NOT USE 2.3.0.0 OR 2.3.0.1!! BAD BUILDS!

I understand completely.
But I think it's good to have an official statement.
Now we guess what happens

Jump to post
  • Tue Aug 02, 2016 4:35 am
  • Replies 26
  • Views 66611
Re: DO NOT USE 2.3.0.0 OR 2.3.0.1!! BAD BUILDS!

I had in mind expect soon a new version.
Someone mentioned to 2.4

Jump to post
  • Tue Aug 02, 2016 2:30 am
  • Replies 26
  • Views 66611
Re: DO NOT USE 2.3.0.0 OR 2.3.0.1!! BAD BUILDS!

Please tell which version is stable to start work

Jump to post
  • Tue Aug 02, 2016 2:20 am
  • Replies 26
  • Views 66611
Re: OpenCart 2.3 Beta Available

Thanks for the post of Qphoria Change ControllerModuleSeparateProducts to ControllerExtensionModuleSeparateProducts I have one more question what is the right way $this->model_user_user_group->addPermission($user_group_id, 'access', 'module/separate_products'); or $this->model_user_user_group->addPe...

Jump to post
  • Mon Jul 11, 2016 4:41 pm
  • Replies 37
  • Views 32321
Re: OpenCart 2.3 Beta Available

I changed paths admin\controller\extension\module\separate_products.php admin\view\template\extension\module\separate_products.php admin\language\en-gb\extension\module\separate_products.php I have the following load $this->load->language('extension/module/separate_products'); $this->load->model('e...

Jump to post
  • Mon Jul 11, 2016 3:47 pm
  • Replies 37
  • Views 32321
Re: OpenCart 2.3 Beta Available

Hello Test version 2.3.0.0 beta 1 I have a module that works with 2.2.0.0 admin\controller\module\separate_products.php admin\view\template\module\separate_products.php admin\language\en-gb\module\separate_products.php In my function public function install () is not implemented. Do you know where t...

Jump to post
  • Mon Jul 11, 2016 3:07 pm
  • Replies 37
  • Views 32321
Re: OpenCart 2.2.0.0 Released!!

OSWorX :) OC stores are my hobby. To 6 customers per month and earn money. Founded my job is to Hold other software - accounting. Sometimes the answer to customers just like you. OSWorX :) - If I do not mention argument - does this mean that you should not to do. I will mention only one argument. Ev...

Jump to post
  • Mon Mar 07, 2016 1:08 am
  • Replies 57
  • Views 34331
Re: OpenCart 2.2.0.0 Released!!

Hello Opencart and very good system. But. I do 6 months 6 store customers. When a new version I stop the development of these shops, because there is no upgrade. My clients are very dissatisfied. Here now again there is no upgrade from 2.1.0.2 to 2.2.0.0. There is not even a description of the chang...

Jump to post
  • Mon Mar 07, 2016 12:24 am
  • Replies 57
  • Views 34331
Upgrade from 2.1.0.2 to 2.2.0.0

Hello
anyone know how to do an upgrade from 2.1.0.2 to 2.2.0.0?

Jump to post
  • Sat Mar 05, 2016 1:43 am
  • Replies 1
  • Views 1126
Re: vQmod To OCMod Conversion Thread

Daniel What would you say if you introduce an index listing index="1,4,7,16" second proposal <search> First item search. <subsearch> Next item search. - after the first search order_info.tpl Example 1 <search index="2"><![CDATA[<div class="panel panel-default">]]></sear...

Jump to post
  • Thu Jan 14, 2016 3:57 am
  • Replies 58
  • Views 46675

Search found 83 matches