On Magento 1.3.2.4 this does not update order totals either.
When I enter my rate, title and click “Save” the working box pops up for a moment, and then goes away. When I submit my order it says “Shipping method must be selected”
On Magento 1.3.2.4 this does not update order totals either.
When I enter my rate, title and click “Save” the working box pops up for a moment, and then goes away. When I submit my order it says “Shipping method must be selected”
Do you mean post it on Magento Connect? I can’t put version 1.4.1 of my extension on Magento Connect because it will break compatibility with people still using Magento 1.3. I’m trying to figure out how to make the extension compatible with both versions.
New version 1.4.2 available. This one adds a version check so it will work in both Magento 1.3 and 1.4 at the same time. Other than that, it’s identical to older versions. If you are currently using a version that works then there is no reason to use this one. I did this so I can upload it to Magento Connect and allow people with either 1.3 or 1.4 to use it.
Tested and working on clean installs of the following Magento Versions:
Even though I’ve tested it, I would appreciate it if a few of you would test this out before I upload it to Magento Connect. If you do try it out, please let me know what version of Magento you tested on and if you find any issues. Also note as stated before, this will ONLY work on Magento 1.3.2 and newer.
I can now confirm that 1.4.2 worked for me on Magento 1.3.2.4
Yeah, that was the problem. Version 1.4.1 of my extension was meant for Magento 1.4+ only. For version 1.4.2 I added in compatibility for Magento 1.3.2+. I will probably release it officially on Magento Connect sometime this week if I don’t get any new bug reports.
well, it didn\’t work out for me. but i couldn\’t try it out with a completely new magento installation. i have magento 1.4.0.1 with some modules form the market ready germany extension. it gives me the following error report:
funny thing is:
it creates the orders and lets me also print them (pdf). the error occurs right after clicking on \"submit order\”, so there seems to be a problem with the success message/page.
another problem, but i don\’t know if it has to do with your extension. i have just noticed that bug/feature that after installing your addon: somehow the shipping costs are affected. i have entered fixed costs of \"6,90 eur\”, but the frontend as well als manual backend orders display 5 / 6 eur as shipping (always -0,90 eur, doesn\’t seem to be a tax problem). after uninstalling your extension, i also ran the sql command you mentioned in your documentation for the 1.3 version. just to make sure, the bug isn\’t caused by your addon: no further sql commands have to be executed, even with the new version (after deleting all extension files)?
I have tested this on three different shops, all 1,4,1
One functions perfect,
in the other the extension never shows up when editing an order,
in the third the extension resets the grant total to 0, but on save it reverts to the original shipping method and the grand total is restored.
Have you tried version 1.4.3 of my extension? It should address those issues.
Magnus_AA - 15 April 2010 07:20 AM
I have tested this on three different shops, all 1,4,1
One functions perfect,
in the other the extension never shows up when editing an order,
in the third the extension resets the grant total to 0, but on save it reverts to the original shipping method and the grand total is restored.
hmmm ... strange bug occurs. the extension overrides some localizations (\"Bestellungen\" turn back to \"Orders\" as well as some other).
not only that. but after installing it, the orders are allocated to the wrong store views (i make all my orders in the \"German\" store view, after installing the extension, all orders are allocated to the \"English\" store view).
another thing i have noticed is even stranger. the extension shows up on the new order page, but after entering a special price for the product, it disappears, the whole shipping block disappears. after submitting the order, magento tells me to select a shipping method. magento saves the special price(s) for the product(s) and the shipping block reappears after the page has loaded again. only then i can complete the order.
i\’m planning to use your extension to manage rma. it could replace creating credit memos by creating a new order with a sum of 0 (normally magento always adds the shipping to the special price of 0 for which i need to create a credit memo).
but as i said, it might not be a problem with your extension itself, but a conflict with other extensions i have installed. lacking a local server, i can only test it on one remote test installation.
edit: ok, i have just recognized that the translation “bug” is not caused by this extension. also the storeview-bug seem to have occured long before we installed your extension.
I installed 1.4.0.1 the other day and noticed the old version isn’t working. I found your update here, but I want to confirm.
You mention if I installed through magento connect that I should unistall first, then install these files. Is there a way to check that? I can’t remember which direction I went. Thanks!
I installed 1.4.0.1 the other day and noticed the old version isn’t working. I found your update here, but I want to confirm.
You mention if I installed through magento connect that I should unistall first, then install these files. Is there a way to check that? I can’t remember which direction I went. Thanks!
Chris
You should be able to copy the files right over the top of any previous version without issue. When I’m doing my testing though, I uninstall any versions I had installed through Magento Connect before copying the files, and clear the cache, just to be on the safe side.
another thing i have noticed is even stranger. the extension shows up on the new order page, but after entering a special price for the product, it disappears, the whole shipping block disappears. after submitting the order, magento tells me to select a shipping method. magento saves the special price(s) for the product(s) and the shipping block reappears after the page has loaded again. only then i can complete the order.
I just went through the Market Ready Germany extension, and I don’t see any direct conflicts (such as extending the same core classes). It’s still possible a conflict exists somewhere though. One way to know for sure is to install my extension first on a clean install of Magento. If it works for you, then that tells me there isn’t a bug in my extension. Then, one by one install your other extensions. When the problem arises, then you’ll know which extensions are conflicting. After that, remove my extension and see if the problem goes away. If it does, then there is a conflict somewhere and I can investigate it. If not, then the problem is a bug in another extension or a conflict with 2 other extensions not related to mine. I don’t have the time to do this kind of testing right now, but I might be able to over the weekend. I would need to know all of the extensions you have installed that you suspect might be causing a conflict.