- Posts: 6
- Thank you received: 0
Url display
13 years 9 months ago - 13 years 9 months ago #81888
by nmstart
Url display was created by nmstart
Hi,
Currently, the url's are displayed as follows.
/index.php/component/hikashop/checkout
/index.php/component/hikashop/product/cid-1
Want to show the url as
/index.php/component/ourshop/checkout
/index.php/component/ourshop/product/cid-1
Basically replacing hikashop with ourshop.
Please guide how can this be done.
Thanks for your help.
Regards,
Currently, the url's are displayed as follows.
/index.php/component/hikashop/checkout
/index.php/component/hikashop/product/cid-1
Want to show the url as
/index.php/component/ourshop/checkout
/index.php/component/ourshop/product/cid-1
Basically replacing hikashop with ourshop.
Please guide how can this be done.
Thanks for your help.
Regards,
Last edit: 13 years 9 months ago by nmstart. Reason: wrong spelling
Please Log in or Create an account to join the conversation.
13 years 9 months ago #81992
by Xavier
Replied by Xavier on topic Url display
Hi,
You shouldn't have this kind of link, by default you don't have "component" and "hiakshop", to replace HikaShop by "YourShop" I think that you have to change the menu name.
It's maybe the same thing for "component"
You shouldn't have this kind of link, by default you don't have "component" and "hiakshop", to replace HikaShop by "YourShop" I think that you have to change the menu name.
It's maybe the same thing for "component"
Please Log in or Create an account to join the conversation.
13 years 9 months ago #82126
by nmstart
Replied by nmstart on topic Url display
Thanks Xavier
Not sure whats happening here. First installed the free version and then upgraded to Essential. In both the versions, it was showing the same.
Please what should I be looking for.
Regards,
Not sure whats happening here. First installed the free version and then upgraded to Essential. In both the versions, it was showing the same.
Please what should I be looking for.
Regards,
Please Log in or Create an account to join the conversation.
13 years 9 months ago #82442
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Url display
Hi,
"/component/hikashop/" is generated by the Joomla SEF.
It means that, when SEF is activated, you can call all pages using a more human readable method.
So "index.php?option=com_hikashop&ctrl=product&task=show&cid=1" become "index.php/component/hikashop/product/cid-1".
Now, you can create joomla menu.
Using menus, you can set special url using the alias.
So, instead of opening the classical path, it would use the menu.
You can't rename "/component/hikashop" to "/component/ourshop" without modifying the HikaShop component name (so, changing all base folders, xml, and a lot of files).
Regards,
"/component/hikashop/" is generated by the Joomla SEF.
It means that, when SEF is activated, you can call all pages using a more human readable method.
So "index.php?option=com_hikashop&ctrl=product&task=show&cid=1" become "index.php/component/hikashop/product/cid-1".
Now, you can create joomla menu.
Using menus, you can set special url using the alias.
So, instead of opening the classical path, it would use the menu.
You can't rename "/component/hikashop" to "/component/ourshop" without modifying the HikaShop component name (so, changing all base folders, xml, and a lot of files).
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Time to create page: 0.170 seconds