When I click on the product on the order page, I want the product announcement page to open instead of the product editing page. How can I make the necessary arrangements? I'm a novice at coding.
I'm waiting for your help



Code: Select all
public function info() {
Code: Select all
'href' => $this->url->link('catalog/product/edit', 'user_token=' . $this->session->data['user_token'] . '&product_id=' . $product['product_id'], true)
Code: Select all
HTTPS_CATALOG . "index.php?route=product/product&product_id=" . $product['product_id']
Code: Select all
'href' => $this->url->link('catalog/product/edit', 'user_token=' . $this->session->data['user_token'] . '&product_id=' . $product['product_id'], true)
Code: Select all
'href' => HTTPS_CATALOG . "index.php?route=product/product&product_id=" . $product['product_id']
Check out our ever-growing list of extensions for OpenCart here.
Some useful extensions for a better admin experience: Image File Manager Pro • Drag & Drop Sort Order
Reach out to us at hello@softmonke.com for your OpenCart web development needs or feedback for our extensions.
Users browsing this forum: No registered users and 23 guests