Need to change product_page_title
- progreccor
-
Topic Author
- Offline
- SEO, webdesign
Less
More
9 years 2 months ago - 9 years 2 months ago #274510
by progreccor
Я не явлюсь официальной службой поддержки!
Я здесь добровольно!
Хочешь получить купон на скидку Hikashop? Спроси меня как!
Need to change product_page_title was created by progreccor
-- HikaShop version -- : 3.1.1
Hi!
I need to change standard page title to custom (add one word "buy" for SEO)
I try to create mass action like this
and try to create this
But this is don't work - the value became the same as write it here - Buy {product_page_title}
Don't all this tricks work for product_page_title?
Hi!
I need to change standard page title to custom (add one word "buy" for SEO)
I try to create mass action like this
Code:
concat(product.page_title,'buy')
and try to create this
Code:
Buy {product_page_title}
But this is don't work - the value became the same as write it here - Buy {product_page_title}
Don't all this tricks work for product_page_title?
Я не явлюсь официальной службой поддержки!
Я здесь добровольно!
Хочешь получить купон на скидку Hikashop? Спроси меня как!
Last edit: 9 years 2 months ago by progreccor.
Please Log in or Create an account to join the conversation.
9 years 2 months ago #274524
by nicolas
Replied by nicolas on topic Need to change product_page_title
Hi,
There is no way to concat columns with the mass action system.
It would have to be done directly with a MySQL query in your PHPMyAdmin.
There is no way to concat columns with the mass action system.
It would have to be done directly with a MySQL query in your PHPMyAdmin.
Please Log in or Create an account to join the conversation.
- progreccor
-
Topic Author
- Offline
- SEO, webdesign
9 years 2 months ago #274555
by progreccor
Я не явлюсь официальной службой поддержки!
Я здесь добровольно!
Хочешь получить купон на скидку Hikashop? Спроси меня как!
Replied by progreccor on topic Need to change product_page_title
But I do this for set canonical address. Is there difference for the page title?
Я не явлюсь официальной службой поддержки!
Я здесь добровольно!
Хочешь получить купон на скидку Hikashop? Спроси меня как!
Please Log in or Create an account to join the conversation.
9 years 2 months ago #274574
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 Need to change product_page_title
Hello,
You wrote:
concat(product.page_title,'buy')
But regarding the structure, it should be :
Afterwards, Nicolas is not sure that it would work. So it might be easier for you to perform directly the modification in SQL via your PHPMyAdmin (the process would be mostly the same).
Regards,
You wrote:
concat(product.page_title,'buy')
But regarding the structure, it should be :
Code:
concat('buy ', product.product_page_title)
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.
- progreccor
-
Topic Author
- Offline
- SEO, webdesign
9 years 1 month ago #274810
by progreccor
Я не явлюсь официальной службой поддержки!
Я здесь добровольно!
Хочешь получить купон на скидку Hikashop? Спроси меня как!
Replied by progreccor on topic Need to change product_page_title
this version
is working.
If I add period (".") this breaking the code.
The problem was with period in this version of code
Code:
concat('buy ', product_page_title)
If I add period (".") this breaking the code.
The problem was with period in this version of code
Я не явлюсь официальной службой поддержки!
Я здесь добровольно!
Хочешь получить купон на скидку Hikashop? Спроси меня как!
The following user(s) said Thank You: nicolas
Please Log in or Create an account to join the conversation.
Time to create page: 0.237 seconds