Akshay Vasu
Akshay Vasu

Reputation: 445

How to add custom link to the main menu

I have setup a opencart store. With the options in the category, How to add few custom links options as well?

I am using opencart version 3.0.2.0

Upvotes: 0

Views: 796

Answers (1)

Radhika
Radhika

Reputation: 533

You need to add that custom links in catalog/view/theme//template/common/menu.twig

add your link tag before tag in file.

Upvotes: 1

Related Questions