D
D
Dmitry Gorbachev2019-02-13 14:41:17
opencart
Dmitry Gorbachev, 2019-02-13 14:41:17

How to go to the product page from the admin panel for editing the product in opencart 3?

There are solutions for viewing a product from its editing page, I saw something similar in paid solutions, are there any free options?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zoozag, 2019-02-13
@dmgorbachev

<a href="<?php echo HTTP_CATALOG; ?>index.php?route=product/product&product_id=<?php echo $_GET['product_id']; ?>" target="_blank" class="btn btn-default"><i class="fa fa-eye"></i></a>

You can add something like this link next to the save button
Here is a free module

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question