import script to thirtybees / prestashop 1.6
Budget: $250 – $750 USD
I need a import script for / to thirtybees / prestashop 1.6
Thirtybees is a prestashop fork you can compare with prestashop 1.6
The purpose is to import infrequent, rare the categories / manufacturers and
more frequent products, mainly new products from the old shopping cart
(So Input filed: products_id from... make sense )
Imported from a simple shopsystem called modified-shop ( fork of earlier xtcommerce shop )
There is already a import script ( one .php file) what is 80 % running.
It s about 10 years old. You can adapt, improove or use it as model for new one, maybe better.
Or maybe you have something of your projects you can adapt easier or use the API / webservice of thirtybees / prestashop.
The most tables and colums / fields in the databese should be exactly same nowadays.
But now it should be work with php 8.x and newer SQL also
It s a simple scriptg starts
$olddb = mysqli_connect("localhost", "xxxxx1", "xxxxxxx", "xxxxxxxx");
$newdb = mysqli_connect("localhost", "jxxxxx1", "xxxxx", "jxxxxxx1");
take out data from old db modify , if necessary and insert in the New db.
You could make a html site on top of the import.sql file for more comfortable.
your suggestions are always welcome.
Imported should be:
categories, categories description
products, products description
products attributes, see in the old script how is made
product discounts - also already in the old script
category_product
manufacturers
It s all in the old script to check
What is new and not in the old script:
Images import
The origin images are all in one folder https://OLDSHOP.TLD/shop/products/...../original_images
in old db image_id, products_id, image_nr, image_name
should be also be imported separately maybe.
We do not need cutsomers or old orders
more orders will be necessary in the future
You should have experiences with prestashop.
There is no hurry
regards
manne
Thirtybees is a prestashop fork you can compare with prestashop 1.6
The purpose is to import infrequent, rare the categories / manufacturers and
more frequent products, mainly new products from the old shopping cart
(So Input filed: products_id from... make sense )
Imported from a simple shopsystem called modified-shop ( fork of earlier xtcommerce shop )
There is already a import script ( one .php file) what is 80 % running.
It s about 10 years old. You can adapt, improove or use it as model for new one, maybe better.
Or maybe you have something of your projects you can adapt easier or use the API / webservice of thirtybees / prestashop.
The most tables and colums / fields in the databese should be exactly same nowadays.
But now it should be work with php 8.x and newer SQL also
It s a simple scriptg starts
$olddb = mysqli_connect("localhost", "xxxxx1", "xxxxxxx", "xxxxxxxx");
$newdb = mysqli_connect("localhost", "jxxxxx1", "xxxxx", "jxxxxxx1");
take out data from old db modify , if necessary and insert in the New db.
You could make a html site on top of the import.sql file for more comfortable.
your suggestions are always welcome.
Imported should be:
categories, categories description
products, products description
products attributes, see in the old script how is made
product discounts - also already in the old script
category_product
manufacturers
It s all in the old script to check
What is new and not in the old script:
Images import
The origin images are all in one folder https://OLDSHOP.TLD/shop/products/...../original_images
in old db image_id, products_id, image_nr, image_name
should be also be imported separately maybe.
We do not need cutsomers or old orders
more orders will be necessary in the future
You should have experiences with prestashop.
There is no hurry
regards
manne