What happened with IWD Free One Page & One Step Checkout (http://www.magentocommerce.com/magento-connect/iwd-free-one-page-step-checkout-6454.html)?
I’m implementing this in the staging area of the webshop and was looking at the comments a few hours ago.
But suddenly I get a 404 and it isn’t found in a search.
I noticed a comment about a possible backdoor, but that was explained immediately.
There was no backdoor, I hope. However there was eval function. Someone mentioned eval() and 3 links in empty cart. Others said that they replaced/removed file with eval. So I assume that author (IWD) decided to remove this extension.
There was no backdoor, I hope. However there was eval function. Someone mentioned eval() and 3 links in empty cart. Others said that they replaced/removed file with eval. So I assume that author (IWD) decided to remove this extension.
Can you explain this to me?
Eval is not necessary evil, is it?
But who replaced/removed which file with eval?
I read on the page that it was possible to remove their ‘empty cart’ page.
Is this the removed file?
Can someone help me to tell how I can remove this.
Becuse I need the orginal emptycart page.
I know that I need to replace some code to get the orginalpage.
But I have no clue on what string or page.
Just copy (overwrite)
/app/design/frontend/base/default/template/checkout/cart/noItems.phtml
to
/app/design/frontend/base/default/template/onepagecheckout/cart/noItems.phtml
No there is not a map with that name “app/design/frontend/base/default/template/checkout/onepagecheckout/cart/”
My map calls “app/design/frontend/base/default/template/checkout/onepage”
And in that map there is nothing calls “noItems.phtml”
My base currency is Euro.
I have 3 different languages on my site.
I have setup the language Danish to display and handle Danish Kroner.
When I use my language Danish it insist on using Euro as payment instead of Kroner on the onepagechekout page. Under (YOUR CREDIT CARD WILL BE CHARGED FOR)
The “My Cart” displays it correct in Danish Kroner.
How and where do I cange this so I can pay in Kroner?
I don’t see any setCurrencyCode or getBaseCurrencyCode()) anywhere in the IWD folder.