Export Idealo.de (Beta) - not working

12.10.2016 10:21
#1
Akela
Joomshopping forum user no avatar
Name: Akela
27.11.2010
Posts: 9
Quote
[Fixed] Export Idealo.de (Beta) - not working

Good day!
today purchased this addon - https://www.webdesigner-profi.de/joomla-webdesign/shop/import-export/export-idealode.html .
I installed it.
I clicked on the Export button, but nothing happened. Export Page ceased to respond to clicks on the buttons - Export and "back to the Import - Export".
In the console browser "Google chrome" error message:
core.js:1 Uncaught TypeError: Cannot read property 'task' of null

How do I produce export for Idealo.de ?

P.S. buy add-on was made with another account. I just install and configure the system Joomla + JoomShopping


Joomla: 3.6.2
JoomShopping: 4.14.3
PHP: 5.6.23
MySQL: 5.7.14-8
Website Url: https://akkuda.de/

Last change: 13.10.2016 09:29
 
12.10.2016 11:45
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Export Idealo.de (Beta) - not working

install Export Idealo.de 2.0.0

 
12.10.2016 15:19
#3
Akela
Joomshopping forum user no avatar
Name: Akela
27.11.2010
Posts: 9
Quote
Aw: Export Idealo.de (Beta) - not working

Thank you! This is what was needed.

And another ode to the problem.
In the resulting file: product price looks like -> 1100000
But the price for this product = 1.1
How to fix it?

Maybe better to use field .min_price in the SQL query, instead .product_price

 
12.10.2016 22:07
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Export Idealo.de (Beta) - not working

Example export file?

 
13.10.2016 09:14
#5
Akela
Joomshopping forum user no avatar
Name: Akela
27.11.2010
Posts: 9
Quote
[Fixed] Aw: Export Idealo.de (Beta) - not working

Fixed a problem -> 1100000 .
changing code
$row[] = number_format($prod->product_price, $jshopConfig->decimal_count, '.', '')

it_was_idealo.zip


Last change: 13.10.2016 09:30
 
13.10.2016 11:39
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Export Idealo.de (Beta) - not working

$row[] = number_format($prod->product_price, 2, '.', '');

Export Idealo.de 2.0.1

Open CSV file in open office (no Exel)


Last change: 13.10.2016 11:43
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.