Re: Help please - Parse error: syntax error, unexpected '$this'
What vqmod extensions you have installed?
Jump to post- Tue Jan 26, 2021 8:16 pm
- Replies 2
- Views 60
Re: Search function crashed in next page view! ver. 2.0.3.1
If doesn't work in BG, then check your language files for mistakes.
Jump to post- Tue Jan 26, 2021 7:54 pm
- Replies 3
- Views 70
Re: Getting reported error in OpenCart 3
By changing
Code: Select all
$page = $this->request->get['page'];
Code: Select all
$page = (int)$this->request->get['page'];
- Tue Jan 26, 2021 6:41 pm
- Replies 3
- Views 161
Re: Search function crashed in next page view! ver. 2.0.3.1
Search work just fine.
Jump to post- Tue Jan 26, 2021 6:28 pm
- Replies 3
- Views 70
Re: problem with import my products
Maybe now you can see the problem
Code: Select all
INSERT INTO `oc_product_to_category` (`product_id`,`category_id`) VALUES
(258,717),
(258,);
- Tue Jan 26, 2021 4:26 pm
- Replies 2
- Views 86
Re: Not found Autoloader.php
If was upgrade...then move all content from 3.0.3.6 storage in old storage location. (storage location from config.php)
Jump to post- Tue Jan 26, 2021 4:22 pm
- Replies 2
- Views 83
Re: Opencart 3.0.2.0 Language Switch Not Working
Worked before?
Jump to post- Tue Jan 26, 2021 4:13 pm
- Replies 5
- Views 96
Re: There is an extension for rewards: coins after purchase and the buy promo products not shown publicly on the website
You have Rewarding points in opencart.
Jump to post- Extensions Support
- There is an extension for rewards: coins after purchase and the buy promo products not shown publicly on the website?
- Tue Jan 26, 2021 3:39 am
- Replies 1
- Views 74
Re: Getting reported error in OpenCart 3
https://github.com/opencart/opencart/co ... 8cc073dc35
Jump to post- Mon Jan 25, 2021 11:31 pm
- Replies 3
- Views 161
Re: Image Attributes
What is doesn't work on 3.0.3.6 version?
And of course, can't be tested for every paid theme. Jump to post
- Mon Jan 25, 2021 7:19 am
- Replies 12
- Views 284
Re: Image Attributes
I think want images for attributes and bought this extension
https://www.opencart.com/index.php?rout ... n_id=19413
viewtopic.php?f=198&t=222111
- Sun Jan 24, 2021 8:39 pm
- Replies 12
- Views 284
Re: OC 3.0.x Events System: How to modify twig template file?
So for each file is necessary an event. If you want to add some code in controller ,model, and twig, install function will have 3 events, right? LE. Before and after is like before and after from ocmod? Or is like before render twig, the data from controller is replaced/added...then after that twig ...
Jump to post- Sun Jan 24, 2021 8:14 pm
- Replies 15
- Views 3388
Re: Hide modules
I think involve more code. At this moment extensions are counted by total numbers of php files $files = glob(DIR_APPLICATION . 'controller/extension/' . $extension . '/*.php', GLOB_BRACE); Then heading_title is displayed by total numbers of files, and not based of user permissions 'text' => $this->l...
Jump to post- Sun Jan 24, 2021 7:50 pm
- Replies 20
- Views 2378
Re: Export/Import Tool (V3.22) for OpenCart 3.x
If you have PHP >= 7.4 install 4.7
If you have PHP < 7.4 install 3. 22
Also you you have a big topic here
viewtopic.php?f=119&t=131921
- Sun Jan 24, 2021 7:08 pm
- Replies 2
- Views 138
Re: OC 3.0.x Events System: How to modify twig template file?
A question.
For example when you use ocmod/vqmod sometime you need to add some code in controller then to read values in twig.
Using event this is not necessary anymore?
To add code in controller then code in twig.
- Sun Jan 24, 2021 4:35 pm
- Replies 15
- Views 3388
Re: Hide modules
Should work
Edit: Added @pprmkr code from page 2
- Sun Jan 24, 2021 4:27 pm
- Replies 20
- Views 2378
Re: facebook business extension
You have tried github?
https://github.com/facebookincubator/Fa ... r-OpenCart
- Sat Jan 23, 2021 11:48 pm
- Replies 4
- Views 172
Re: SKU in customer order history
Tks for info.straightlight wrote: ↑Sat Jan 23, 2021 11:23 pmThe research that is already built-in would be in the catalog/controller/extension/advertise/google.php with the most details on how to use an /after event .
I am looking now. Jump to post
- Sat Jan 23, 2021 11:26 pm
- Replies 12
- Views 327
Re: SKU in customer order history
For that, @straightlight can make the event version :) And if the OP don't like ocmod version can pay a developer for event version :laugh: LE. Admin controller should be like this <?php class ControllerExtensionModuleSkuCustomer extends Controller { public function install(){ $this->load->model('se...
Jump to post- Sat Jan 23, 2021 10:33 pm
- Replies 12
- Views 327