-- HikaShop version -- : 6.0.0
-- HikaSerial version -- : 5.1.0
-- Joomla version -- : 5.3.0
-- PHP version -- : 8.1.32
-- Browser(s) name and version -- : Google chrome
Hello,
The problem is the same whether SEF is enabled in the global settings or not.
I've encountered an issue with the link to the Subscriptions section in the HikaShop user control panel.
As shown in the attached screenshot, all the links in the user dashboard follow a consistent structure that includes:
/contul-meu/detalii-cont/
For example, the Orders link is correctly generated as:
https://my-domain.ro/contul-meu/detalii-cont/order
Same for each menu option from control panel.
However, the link for the Subscriptions section is currently generated as:
https://my-domain.ro/component/hikashop/subscription/listing
This breaks the navigation and layout of the user control panel.
I tested manually, and if I change the link to:
https://my-domain.ro/contul-meu/detalii-cont/subscription/listing
... everything works as expected, and the user remains within the styled and structured account panel.
The same thing is happening with the renew link for a subscription.
https://my-domain.ro/component/hikashop/subscription/renew/subscription-1/product-2964
Best regards,