- Posts: 22
- Thank you received: 2
Vendor alias generator feature
- ShepherdsStream
-
Topic Author
- Offline
Less
More
2 years 1 month ago #362547
by ShepherdsStream
Vendor alias generator feature was created by ShepherdsStream
-- HikaShop version -- : 5.1.0
-- HikaMarket version -- : 4.1.1
-- Joomla version -- : 4.4.6
-- PHP version -- : 8.1
-- Browser(s) name and version -- : Microsoft Edge Version 127.0.2651.86 (Official build) (64-bit)
-- Error-message(debug-mod must be tuned on) -- : Vendor alias generator feature
Greetings, we found an issue with the Vendor alias generator feature I would like to report. Hikamarket generates an Alias from the name. If two users have the same name it will generate the same alias for both accounts, the alias must be unique.
For the code, it’s in the file:
administrator/components/com_hikamarket/classes/vendor.php
And in the function save (line 204):
public function save(&$vendor) {
Just for FYI....
THX
-- HikaMarket version -- : 4.1.1
-- Joomla version -- : 4.4.6
-- PHP version -- : 8.1
-- Browser(s) name and version -- : Microsoft Edge Version 127.0.2651.86 (Official build) (64-bit)
-- Error-message(debug-mod must be tuned on) -- : Vendor alias generator feature
Greetings, we found an issue with the Vendor alias generator feature I would like to report. Hikamarket generates an Alias from the name. If two users have the same name it will generate the same alias for both accounts, the alias must be unique.
For the code, it’s in the file:
administrator/components/com_hikamarket/classes/vendor.php
And in the function save (line 204):
public function save(&$vendor) {
Just for FYI....
THX
Please Log in or Create an account to join the conversation.
2 years 1 month ago #362571
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 Vendor alias generator feature
Hello,
Thank you for the report, we'll look into it.
In the meantime, the mitigation is to deactivate the setting "Remove products and categories id in URLs" (sef_remove_id) that HikaMarket also use during the alias generation :
www.hikashop.com/support/documentation/5...ig.html#features_sef
Regards,
Thank you for the report, we'll look into it.
In the meantime, the mitigation is to deactivate the setting "Remove products and categories id in URLs" (sef_remove_id) that HikaMarket also use during the alias generation :
www.hikashop.com/support/documentation/5...ig.html#features_sef
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.
Moderators: Obsidev
Time to create page: 0.203 seconds