Re: HTML Code in Custom Information page
There is a ocmod extension and you can add information page in menu...
Or just edited menu.twig...and added....
- Fri Jan 22, 2021 8:45 pm
- Replies 20
- Views 511
Re: Opencart 1.5.6.4 Export CSV problem.
Why don't use phpMyAdmin to export products in ODS format?
Jump to post- Fri Jan 22, 2021 8:25 pm
- Replies 12
- Views 221
Re: HTML Code in Custom Information page
That auction is just code inserted in information page?
If yes, you can use:
Code: Select all
<div class="col-sm-12">
...auction code here...
</div>
- Fri Jan 22, 2021 8:20 pm
- Replies 20
- Views 511
Re: how to move the specification tab before description product view
use glorious theme Contact theme developer or post in commercial section and pay a developer. In default theme you need to edit product.twig and rearrange the tabs. Example: This: <ul class="nav nav-tabs"> <li class="active"><a href="#tab-description" data-toggle="tab">{{ tab_description }}</a></li...
Jump to post- Fri Jan 22, 2021 7:16 pm
- Replies 8
- Views 100
Re: Changing loading text on Confirm Order
I think has some small bugs.
For example guest controller call language file from:
Code: Select all
$this->load->language('checkout/checkout');
Code: Select all
$data['text_loading'] = $this->language->get('text_loading');
- Fri Jan 22, 2021 7:02 pm
- Replies 5
- Views 107
Re: 301 redirect in .htaccess - how to make it work?
Jump to post
- Fri Jan 22, 2021 6:32 pm
- Replies 6
- Views 126
Re: Self created module does not work
You need to add that module to journal 3 layout.
Or switch to Default theme and see if work.
- Fri Jan 22, 2021 6:26 pm
- Replies 17
- Views 345
Re: 301 redirect in .htaccess - how to make it work?
Why don't do that from Cpanel?
Jump to post- Fri Jan 22, 2021 5:54 pm
- Replies 6
- Views 126
Re: Self created module does not work
And remove both function (install, uninstall) from controller.
Jump to post- Fri Jan 22, 2021 5:49 pm
- Replies 17
- Views 345
Re: Changing loading text on Confirm Order
Yes, you are right.
Jump to post- Fri Jan 22, 2021 5:39 pm
- Replies 5
- Views 107
Re: Changing loading text on Confirm Order
removed
Jump to post- Fri Jan 22, 2021 5:16 pm
- Replies 5
- Views 107
Re: Self created module does not work
If you don't post code or files nobody will able to help you.
Jump to post- Fri Jan 22, 2021 5:14 pm
- Replies 17
- Views 345
Re: Opencart update from 3.0.2.0 to 3.0.3.6 php warning messages visible on the site itself.
These are not related to default opencart.Amateur Programmer wrote: ↑Fri Jan 22, 2021 4:55 pmCode: Select all
catalog/model/extension/module/so_megamenu.php on line 338 /system/library/so/megamenu/Cache_Lite/Lite.php on line 747
Also make sure you have moved all content from 3.0.3.6 storage in the storage location from 3.0.2.0. Jump to post
- Installation, Upgrade, & Config Support
- Opencart update from 3.0.2.0 to 3.0.3.6 php warning messages visible on the site itself.
- Fri Jan 22, 2021 5:09 pm
- Replies 1
- Views 40
Re: Permission on shared hosting
This is more related to server configuration then opencart install...
You have contacted hosting support?
- Fri Jan 22, 2021 5:03 pm
- Replies 21
- Views 515
Re: Self created module does not work
By you or by the boss? Jump to post
- Fri Jan 22, 2021 4:46 pm
- Replies 17
- Views 345
Re: Header Error
Your index.php is clean?
No extra code?
- Fri Jan 22, 2021 4:37 pm
- Replies 6
- Views 151
Re: Upgrade issues
https://github.com/opencart/opencart/co ... a2556ae4ea
Jump to post- Fri Jan 22, 2021 4:19 am
- Replies 6
- Views 913
Re: HTML Code in Custom Information page
I don't know how you made the code...but you need to change div class from col-sm-10 to col-sm-12.
Jump to post- Thu Jan 21, 2021 11:26 pm
- Replies 20
- Views 511
Re: HTML Code in Custom Information page
Use HTML Module and Layout override option.
Jump to post- Thu Jan 21, 2021 11:17 pm
- Replies 20
- Views 511
Re: how to fix order_id in DB
To move what?


Run that command and if doesn't work...contact hosting provider...
Last draw...


- Thu Jan 21, 2021 7:46 pm
- Replies 15
- Views 303