Jump to content

a Query to export products on PS 1.7.6.3


socialbx

Recommended Posts

Hello everyone,

I am using PS 1.7.6.3

I ned a query to export products to a file with the exact same file structure of the import file, I need to do some changes on the file and import it again to the database.

I am a Magento user and this do exist by default in BO, but in Prestashop I have to do it with a query, can anyone help me on this please.

Thank You.

Link to comment
Share on other sites

And you mean someone here will write free scripts for you? If you need the same structure of CSV or XML, place a request.
Exporting products using Prestashop features and basic php knowledge is a matter of hours, up to two hours.

eg.

$products = getProducts($id_lang, $start, $limit, $order_by, $order_way, $id_category = false,  $only_active = false, Context $context = null);

foreach ($products as $product) .......

Link to comment
Share on other sites

On 4/13/2020 at 5:13 AM, Guest said:

And you mean someone here will write free scripts for you? If you need the same structure of CSV or XML, place a request.
Exporting products using Prestashop features and basic php knowledge is a matter of hours, up to two hours.

eg.

$products = getProducts($id_lang, $start, $limit, $order_by, $order_way, $id_category = false,  $only_active = false, Context $context = null);

foreach ($products as $product) .......

Thanks Tengler, Yes I need a script because I can't manage to make a correct one.

Thank You.

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...