amasty delivery data extension displaying date and time twice magento 1 - magento-1.9

We have installed extension on fresh magento 1.9.3 store,
module name Amasty_Deliverydate
on the checkout page its been displaying twice
as per the image

Thanks for using our extension.
This is not a common problem, and it is hard to understand the course of it from the screenshot only. It might be a conflict with some other module or problems with your theme.
Please, create a ticket (https://amasty.com/contacts/) and we will investigate the problem or you.

Related

Custom chrome browser / installer?

I know that this question was asked multiple times before, but every answer I found was 1. Not existing anymore or 2. Not a real answer.
I just want to create a custom chrome 'version'. This version should have a custom icon, should run as 2. Chrome (like another app) and should have a custom name + design + a preinstalled extension. How can I do this? I have seen it before.
I do not want to clone 200gb of chromium!!!
Is there a solution offered from Google, or can I build a custom installer somehow?
Pls help. Kind regards.

asp.net web site publish failure

I am using vs2010, asp.net website having mysql database.
all i need to ask is:
when i build solution,rebuild solution,build website,rebuild website. it succeeds.
but when i publish it on another folder it gives me this error on almost every page of my application.
Error 1 Circular file references are not allowed.
how am i suppose to deploy my website even on iis or my local machine??
I have tried batch="false" in the compilation part (web.config).
but no use.
please help. thanx in advance.
Have a look at this thread. It looks like the same issue with a lot of helpful advice going on.

Changes To xaml don't reflect on App Until rebuild - windows phone

I have a weird problem in an windows phone 8 project (Visual Studio Express for windows phone 8) that Changes to xaml( ex:change visibility of control) don't reflect on App until I rebuild the project and deploy it again to emulator or device.
The changes reflect normally in the design window of visual studio but didn't reflect on the running App.
I did many researches and they didn't help, like:
1- Change "Build and Run" to "always build" when projects are out of date.
2- I checked configuration manager as This post suggests but it was selected.
I have the exact same issue. I have a work around at the moment to save the hassle of rebuilding the solution because rebuilding deletes and re-installs the app and changes any saved settings you've made while debugging. The work around is to switch between configurations. So I'll execute the app in Debug, make some changes, then the next time I execute I change config to Release, and the changes are there.
The difference I can see is when it works I can see the Build Output line which says "Updating the application as the manifest file has changed..." take a few moments to complete. When this issue occurs the output line appears for a split second and so you can tell the incremental deployment hasn't actually been deployed to the device/emulator.
This is a little frustrating so hopefully someone has a real answer. I have other projects on the same machine and they don't have this issue. Just the one project so I don't think its a VS2012 problem.
I've also tried suggestions from other sites saying delete bin and obj folders but that didn't work.
I had the same issue for some of my WP8 Silverlight projects in VS 2013. I couldn't understand why it happened only for some projects but not all, but eventually I found this forum thread. The solution is the following: if the name of your app includes spaces, you definitely need to remove them or replace say with the underscore char. This recipe helped to recover my 'problem' projects.
I also noticed that numbers at the beginning of app name cause the same problem. I solved it by removing numbers from solution and app name.

Adding custom tab in redmine 2.0.3

I'd like to add custom tab to my redmine project which would be a static link to a webpage nested in IFRAME. I found this thread and I thought that my problems are solved and I won't need to learn ruby.
But later I've noticed that plugin is almost 4 years old and not really compatible with current verison (I have 2.0.3 installed). When I already got it to run it still throws errors and plugin configuration page doesn't work correctly. Bottom line: I can't add any new tab.
Did someone experience similiar problem or maybe has a workaround/another method to add a simple custom tab/iframe to redmine without digging too much into source code?
Any help wold be greatly appreciated.
The actual plugin is up to date. Have a look at the projects git page.
https://github.com/jamtur01/redmine_tab

static html blog/cms to run on a USB stick?

What are the options for having a simple blog, content management system that will deploy the full site as static html over FTP/SFTP and any blog API?
I am aware of Thingamablog but it hasn't been updated in more than a year so i guess is dead now. What are my alternatives that must export at least static HTML to a FTP server?
It would be nice if the app would have some visual gui to enter the blog post and could run from a USB stick.
I don't know that Thingamablog is dead just because it hasn't been updated in a year. Lack of recent updates doesn't necessarily mean the project is dead, it just may mean that it has achieved it's goals and has nothing more to add. Does Thingamablog do what you need?
How about TiddlyWiki. Not a blog or CMS, but it seems to be the kind of thing you need.
Today I came across this tool: Zeta producer. They have a free and a pay version.
Second the motion for CityDesk. You could probably run your blog on the free version (up to 50 "assets" - files, pages, images, etc.), and publishes static HTML to servers via FTP as its specialty. It's trivial to add updates; re-publish process does a differential between your new version and the one that's on the server, and only makes necessary changes.
Examples abound - just google for "*.cty" files.
Here's a CityDesk site I help run:
http://bv-embs-chapter.com
Hope this helps.
Thingamablog is active again. 1.5 will be released soon, currently 1.5veta5 is the latest. Looks good for what you need.
Paul.
You could use the MoWeS Portable: The Modular Web Server.
http://www.chsoftware.net/en/useware/mowes/mowes.htm
It lets you pick and choose a number of static and dynamic services to run on top of a web server straight off the USB drive or a virtual drive.
I run a Wiki off a virtual drive using Mowes at work and at home, i run a personal blog from my usb stick.
Its verrry easy to configure and powerful enough to be productive.
Edit: Heres a link to help you get started with it:
http://www.mediawiki.org/wiki/Manual:Installing_on_WOS_Portable_(Windows)
In the download section, you can select what packages you want to install. This is where you can select what CMS/Blog softwares you want to include.