Duplicate Store Pickup Module
Posted: Mon Jul 27, 2020 11:35 pm
Hi All,
I'm hoping you can help? I have duplicated the Instore pickup extension in Opencart 3.0.33 by duplicating these files:
ADMIN
controller/extension/shipping/pickup.php
view/template/extension/shipping/pickup.twig
language/language/en-gb/extension/shipping/pickup.php
CATALOG
model/extension/shipping/pickup.php
language/en-gb/extension/shipping/pickup.php
I have then renamed them for example pickup_cavan.php and changed every reference to pickup in them to pickup_cavan with the exception of the Model and Controller Method declarations.
It is loading 100% in the admin, I can enable it, however it is not appearing as a shipping option in the frontend.
Does anyone know why this might be? It is an exact replica of pickup.php and that is appearing in the frontend.
Thanks,
Brian.
I'm hoping you can help? I have duplicated the Instore pickup extension in Opencart 3.0.33 by duplicating these files:
ADMIN
controller/extension/shipping/pickup.php
view/template/extension/shipping/pickup.twig
language/language/en-gb/extension/shipping/pickup.php
CATALOG
model/extension/shipping/pickup.php
language/en-gb/extension/shipping/pickup.php
I have then renamed them for example pickup_cavan.php and changed every reference to pickup in them to pickup_cavan with the exception of the Model and Controller Method declarations.
It is loading 100% in the admin, I can enable it, however it is not appearing as a shipping option in the frontend.
Does anyone know why this might be? It is an exact replica of pickup.php and that is appearing in the frontend.
Thanks,
Brian.