- Posts: 263
- Thank you received: 11
Missing Url canonical
12 years 3 months ago #160817
by Flooder
Missing Url canonical was created by Flooder
I believe that the field « canonical url » is not populated when we edit a product on the frontend.
We tried with many products and the field « canonical url » has a value only in the backend.
thanks
Hikashop 2.3.1
Joomla 3.3.0
Hikamarket 1.4.1
We tried with many products and the field « canonical url » has a value only in the backend.
thanks
Hikashop 2.3.1
Joomla 3.3.0
Hikamarket 1.4.1
Please Log in or Create an account to join the conversation.
12 years 3 months ago #160928
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 Missing Url canonical
Hi,
I am sorry but I don't understand what you mean.
The canonical url is not populated in the HikaShop backend.
Regards,
I am sorry but I don't understand what you mean.
The canonical url is not populated in the HikaShop backend.
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.
12 years 3 months ago #161833
by Flooder
Replied by Flooder on topic Missing Url canonical
Please Log in or Create an account to join the conversation.
12 years 3 months ago #161902
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 Missing Url canonical
Hi,
Okay, you mean displayed.
HikaShop populate the "product alias" if there is no product alias filled for a product. I think that you say that the product canonical was populated automatically like the alias.
You can edit the view "productmarket | form" and replace
By
It will fix the display of the data on the page.
Regards,
Okay, you mean displayed.
HikaShop populate the "product alias" if there is no product alias filled for a product. I think that you say that the product canonical was populated automatically like the alias.
You can edit the view "productmarket | form" and replace
Code:
$this->escape(@$this->element->product_canonical);
Code:
$this->escape(@$this->product->product_canonical);
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.
The following user(s) said Thank You: Flooder
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.208 seconds