需要在Zencart中添加印度卢比符号

发布于 2024-12-27 04:38:19 字数 198 浏览 0 评论 0原文


我想在 zencart 的货币列表中添加 INR 符号。 我尝试了新到达的十六进制代码,但它不起作用,因为不是每个人都支持,我知道添加卢比符号的其他方法,名为 webrupee.com 的网站提供了某些 js 来执行此操作。< br> 任何人都可以帮助我如何向 zencart 添加卢比符号?

I want to add INR symbol in my currency listing in zencart.
I tried newly arrived hex code for it , but it wont work because not supported by every one , I know other way to add rupee symbol , site known as webrupee.com provide certain js to do so.
Any one can assist me how can i add rupee symbol to zencart ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

时光磨忆 2025-01-03 04:38:19

精美教程:

http://www.blogadr.com/tutorials/ free-zen-cart-tutorial/zencart_admin_currency.html

转到本地化 ->货币 ->添加新货币和汇率。

Fine tutorial :

http://www.blogadr.com/tutorials/free-zen-cart-tutorial/zencart_admin_currency.html

go to localization -> Currencies -> Add new currency and exchange rate.

绳情 2025-01-03 04:38:19

我得在我的店里做这个
假设您已经在 zencart admin 中创建了卢比货币并保存数据库
接下来打开你的

  1. MySql数据库
  2. 找到货币表并打开它
  3. 你会发现所有基本货币
  4. 找到你创建的卢比货币,你可以找到符号
    字段
  5. 替换卢比。与 $(复制粘贴此符号)并保存
    数据库。

它对我来说工作得很好 - 我会尝试制作一个视频。

i got to work this in my store
Assuming you have created rupee currency in zencart admin and save your database
next open your

  1. MySql database
  2. find currencies table and open it
  3. you find all basic currencies
  4. find the rupee currency you had created and you can find symbol
    field
  5. replace the Rs. with ₹ (copy paste this symbol) and save your
    database.

it is working fine for me - I will try and do a video.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文