Jump to content

import products in 1.3.2.3 does not work - Price error and language settings


Recommended Posts

During Import you can choose to use your own locale (language). But when you do so in 1.3.2 the import will not work unless you choose English. If you have disabled the english translation then you cannot import products anymore.

During import you will receive an error about the price. The price will not be calculated properly and rounded of ex VAT and with a comma. No products will be imported due to this.

It has been reported on the Tracker and supposedly fixed in 1.4. BUT that does not help for those on 1.3.2.3 at all.
I compared the 1.3.1 and the 1.3.2.3 files and i notice a warning (notepad++) around line 1135.

File : admin/tabs/AdminImport.php
Line : 1135 (1.3.2.3)

1.3.1 :

echo ''.$lang['name'].'';



1.3.2 : 
echo 'id_lang ? 'selected="selected"' : '').' >'.$lang['name'].'';



As you can see there is an extra " in the code. That causes the problems.
you can use the 1.3.1 code to workaround the problem. This bug has NOT been fixed in 1.4 SVN till now

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...