- This topic has 4 replies, 4 voices, and was last updated 11 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Addon Related › eStore shortcode – text link does't work with chinese product name
Tagged: Chinese Character, paypal button, Text Link
Hi, I want to use text link. And most of my customer read Chinese.
My question is:
When the product name with Enhlish character ,text link works.
When the product name with Chinese character ,text link does’t work.
Here is the demo page:
[http://www.minlutw.com/text-link-test/]
Could you tell me how to fix this problem?
Thanks!
Hi minlutw I have clicked on the link above and tested the Chinese button. It does seem to work for me. What happens when you click from your end?
Kind regards
@minlutw, I think the button link got formatted somehow. This is how it looks now:
<a href="<a href=http://www.example.com/?wp_eStore_buy_now=6>Click Here to Buy</a>" id="btn_1_2bc590512ed763e033d2d06866d04442" class="css-button style-1"><span class="text">English-productn-ame</span><span class="shine"></span><span class="hover"></span><span class="active"></span></a>
It usually happens when you copy something and paste into the “visual editor” directly. The visual editor always keeps the source formatting. So either you need to paste as plain text or switch to the “text” editor and paste the content.
The link needs to looks like the following:
<a href="http://www.example.com/?wp_eStore_buy_now=6" id="btn_1_2bc590512ed763e033d2d06866d04442" class="css-button style-1"><span class="text">English-productn-ame</span><span class="shine"></span><span class="hover"></span><span class="active"></span></a>
You also need to replace “www.example.com” with your own domain name.
@minlutw, Please download a new copy of the extra shortcodes addon. I have added UTF-8 encoding in the text link buy now feature.
I also noticed that the HTML for the purchase buttons you created are kind of messed up. It looks like the anchor of the button is some HTML code which is incorrect.
Thanks everybody!
I update the new plugin and it works now!
Happy