Questions tagged [opencart-events]
22 questions
0
votes
1 answer
How to show total reward points on checkout page in Opencart 3.0
I using Opencart 3.0, I just want to show the total sum of reward points (I have renamed as BV Points) of the complete order on the checkout page as shown in the attached image. I don't want to purchase any paid plugin for it. Only I just want to…

Sanjog Mittal
- 118
- 2
- 14
0
votes
0 answers
Opencart 3 Grid System Undestand category grid-view
I want to change product-grid-view system programmatically or by action...
From
to

sundsx
- 588
- 9
- 27
0
votes
2 answers
email issue in opencart
An order confirmation email is sent for canceled/failed payments
User reach to the payment gateway, when reached to the cart after selecting final and reach to the payment page and user cancel the order but a successful email sent to the user did…

Anuj Saxena
- 1
- 2
0
votes
1 answer
Opencart :: is it possible to create event like change header without VQMOD or OCMOD?
I want to add one script inside the head, however using event I could not find way how it works.
I had install one event which added one script but it displays before HTML tag. But i want to display inside head tag.
extention/module/shop.php
class…

Nishant Bhatt
- 509
- 5
- 8
0
votes
2 answers
Add submenu in OpenCart by events in admin area
I want to add a sub menu in OpenCart, under catalog menu in admin area.
in past we used ocmod or vqmod for do this,
an example by ocmod is here:
submenu5
…
Hamid Abbasi
- 346
- 2
- 14
0
votes
2 answers
How to handle event in Opencart?
I cant understand Opencart event system. For example, I want to push order to external CRM, which have own API. I wrote in file /admin/controller/extension/module/mykmykpet_bitrix24.php next code:
class ControllerExtensionModuleMykmykpetBitrix24…

Mykola Petiukh
- 319
- 1
- 10
0
votes
1 answer
post.order.add event not triggred opencart
Hello I have created one event "post.order.add" but it is not triggered.
in admin\controller\extension\module\my_api.php
public function install() {
$this->model_extension_event->addEvent('myapi', 'post.order.add',…

Pranav Gandhi
- 199
- 1
- 1
- 8