B
B
benkerrry2019-09-04 18:21:16
Joomla
benkerrry, 2019-09-04 18:21:16

How to make a link in joomla?

I have a JE Reverse Auction component. I can make links to categories through the menu, and they look fine, but the link to the product is indicated in this form

$bid_link = JURI::Base().'index.php?option=com_jereverseauction&view=products&layout=default_detail&id='.$val->id;

Please help me to make an adequate link to the product
/auktsion/category/product

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex Art, 2019-09-20
@WebmasterW3S

$bid_link = \Joomla\CMS\Router\Route::_('index.php?option=com_jereverseauction&view=products&layout=default_detail&id='.$val->id);

https://docs.joomla.org/J3.x:Supporting_SEF_URLs_i...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question