Hi,
None of them.
"completeLink" is a function which generate you a link (a complete link, with SEF, etc).
If you want to have a nice SEF link, you have to use an "Itemid" and a specific menu (a vendor listing menu is better).
Like :
$this->buttons = array(
'url' => hikamarket::completeLink('vendor&task=show&cid='.$this->vendor->vendor_id.'&Itemid=42');
'icon' => 'icon48-mystore',
'name' => JText::_('MY_STORE')
);
If HikaShop and HikaMarket are configured to generate SEF and "Remove products and categories id in URLs", you will have a nice SEF url with the name of the vendor.
See :
www.hikashop.com/support/support/documen...ig.html#features_sef
Menu edition (work the same in HikaMarket) :
www.hikashop.com/support/documentation/i...shop-menus-form.html
More than providing an URL, you have to be sure that the url is working and will display a good content ; that is one of the goals of the function "completeLink".
The code I gave in my previous post is a working code, that you can use directly ; the rest is just to configuration/adjustments.
Regards,