v1.7-v8x DaneaImport v2.6.3, fully edited and customized for 100% functionality.

MrkDodd

New member
XNullUser
Joined
Dec 2, 2024
Messages
10
Reaction score
0
Points
1
Location
Rome
NullCash
3
Thanks a lot for sharing new version as soon as you can! Great job!
Post automatically merged:

Thanks a lot for sharing new version as soon as you can! Great job!
 

jozu

Member
XNullUser
Joined
Oct 8, 2021
Messages
42
Reaction score
0
Points
6
NullCash
5
This module is for dropshipping or anything else?
 

TGD

New member
XNullUser
Joined
May 28, 2025
Messages
2
Reaction score
1
Points
1
Location
IT
NullCash
16
danea-logo.png


The DaneaImport module for PrestaShop 1.7.x and 8.x has been developed to ensure smooth and seamless integration between PrestaShop's management system and Danea accounting software. This module allows for easy importing of data from Danea to PrestaShop, minimizing manual errors and optimizing workflows. It can be used to import orders, customers, products, and other information directly from Danea to PrestaShop, ensuring that all data is synchronized in real time.


The module is fully compatible with PrestaShop 1.7.x and 8.x, meaning users running these versions can enjoy a stable and reliable solution for importing their data from Danea. This is especially useful for users who want to automate data management between their e-commerce system and accounting software, thereby avoiding transcription errors and optimizing work time.


Regarding PrestaShop 8.x, it is important to know that it works optimally with PHP 8.0 or PHP 8.1. These versions of PHP offer numerous improvements in performance, security, and stability, and they are fully compatible with PrestaShop 8.x. PHP 8.0 and 8.1 will also introduce new features that enhance resource management and overall platform performance, allowing higher workloads to be handled with faster response times.


Using an appropriate version of PHP is crucial to ensure that PrestaShop 8.x runs smoothly and without issues. PHP 8.0 and 8.1 also support new language features that improve code efficiency, enabling superior performance and reducing compatibility problems. Therefore, it is highly recommended for PrestaShop 8.x users to update their PHP version to one of the supported versions (PHP 8.0 or PHP 8.1) to fully leverage the platform’s capabilities.

This version (2.6.3 resolve all bug fix) Merry Christmas for all.

For Danea Easyfatt software follow this thread : https://www.nulledfrm.com/threads/danea-easyfatt-2023-55b-6030-july-2023.91933/

S
hi see your log server set php 8.0
Post automatically merged:

used version for php 8.1
Post automatically merged:

Paste this code in your DB SQL Query

Code:
ALTER TABLE ps_product_attribute ADD COLUMN quantity INT;
ALTER TABLE ps_product_attribute ADD COLUMN location INT;
ALTER TABLE ps_stock_available ADD COLUMN id_attribute INT;
Post automatically merged:

New release 2.6.4 resolve minor bug fix and error 500 or 503 for prestashop 1.7.x and 8.x
Someone tested this module on PHP >8 and PS 8.1.2?
Post automatically merged:

hi see your log server set php 8.0
Post automatically merged:

used version for php 8.1
Post automatically merged:

Paste this code in your DB SQL Query

Code:
ALTER TABLE ps_product_attribute ADD COLUMN quantity INT;
ALTER TABLE ps_product_attribute ADD COLUMN location INT;
ALTER TABLE ps_stock_available ADD COLUMN id_attribute INT;
Post automatically merged:

New release 2.6.4 resolve minor bug fix and error 500 or 503 for prestashop 1.7.x and 8.x
Hi Ciberhack, I tried your functioning module perfectly both with the PHP> of 8 and with the last release of PS. I add a modified file that serves to change the descriptions in case of modification in all selected languages. The current one changes only the main one. Another problem is the alignment of the photos, which do not come (at least here from me) loaded correctly. Can you take a look at us?

Thankx
 

Attachments

  • Import_classes.zip
    12.6 KB · Views: 1
Last edited:
Top