dongtan7998 2012-12-23 13:32
浏览 58
已采纳

Magento内置日历不适用于管理员后端

I am struck at a strange point..

I am maintaining a Magento store which sells flowers. I have created an option for delivery date, which is of date type. Its work fine on front end, Calendar pops up, user can select the date, can change the date, can do anything, Which is normally allowed on the Calendar..

In the back end, when I try to add an Order, I select a product, click on configure button to add add the delivery date and quantity, Calendar does not work. Although it appears when clicked on the Calendar image, but its greyed out (like it is not enabled) if I try to click on it, it just vanishes, I can't select a date, can't do even a single click on Calendar and it disappears and I am unable to create the order

interestingly, if I manually enter the date in Calendar text field, then I can create order (delivery date is a mandatory option).

I tried to dig the solution by going into phtml files, php files and ended at sale/orders/create where call to configure button is made. After this, I am unable to find product options popup (on which delivery date is selected) but I am unable to fix this issue.

I tried to get google and forum helps, but at a failure yet.

Calendar is working totally okay at front end, but its not working at backend.

Can somebody help me? Any guideline? Where I can find product option dialog? any clue? I am trying to resolve the issue for last 4 days.

UPDATE:- STILL WONDERING OVER IT

now, if I set up template and block hints in Mag admin, it starts working

also, if I clear the breakpoints in admin console, it works then too

also, its not working ONLY WHEN I TRY TO CREATE AN ORDER FROM ADMIN BACKEND AND SELECT DATE THERE, in other locations at admin backend it works

so much annoying, please help me, its more then weeks now... Thanks.

  • 写回答

2条回答 默认 最新

  • douruhu4282 2016-08-09 08:16
    关注

    Referring : https://magento.stackexchange.com/a/17592/15064

    Edit js/calendar/calendar-setup.js and add :

    else cal.showAt(params.position[0],params.position[1]);
    cal.element.style.zIndex = 99999; // Fix for admin "create order"
    return false;}
    

    Fix worked for me on Magento 1.9.1

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 求差集那个函数有问题,有无佬可以解决
  • ¥15 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
  • ¥15 解riccati方程组
  • ¥15 display:none;样式在嵌套结构中的已设置了display样式的元素上不起作用?
  • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
  • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决
  • ¥50 树莓派安卓APK系统签名
  • ¥65 汇编语言除法溢出问题