0

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

bad_coder
  • 11,289
  • 20
  • 44
  • 72
Akshay Vasu
  • 445
  • 1
  • 12
  • 33

1 Answers1

1

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

add your link tag before tag in file.

Radhika
  • 533
  • 5
  • 22