Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Woocommerce osCommerce Sync

Descripción

NOTAS:

  1. You must install the main «WooCommerce – excelling eCommerce» plugin in order to use this plugin
  2. You must have MySQL remote access to the osCommerce database (most hosting providers will allow you to setup remote access)

After installing the plugin go to Woocommerce -> osCommerce Import and enter the osCommerce database info, and the URL to the osCommerce store.

All products and categories will be imported at once (import is not staggered yet). If you have a lot of products to import and it is timing out just run the importer several times until all products are imported (products that have already been imported are skipped over).

Si hay demasiados registros, se puede usar un sistema para partir en trozos y evitar tiempos de espera demasiado largos.

Note that when importing customers the passwords from osCommerce are NOT copied over due to the MD5+Salt encryption. New passwords are generated, imported customers will need to do a forgotten password to get their new password.

Instalación

  1. Unzip/Extract the plugin zip to your computer
  2. Upload \woocommerce-osc-import\ folder to the /wp-content/plugins/ directory
  3. Activa el plugin a través del menú ‘Plugins’ en WordPress
  4. Ir a Woocommerce -> osCommerce Sync

FAQ

¿Qué datos de osCommerce se importan?

Categories and hierarchy including:
– Category Name
– Category Image

Products including:
– Product Name
– Product Description
– Product Image
– Product Price
– Product stock
– Product attributes
– Special prices

Customers including:
– Address/Email/Phone/Name etc…
NOTE Passwords cannot be imported (due to the salted MD5s in osCommerce), so passwords are randomly generated upon import

Orders including:
– Products
– Customers info (addresses etc…)

Information Pages:
– Only if you are running CRE Loaded, or have installed the Info Pages addon for osCommerce

¿Qué datos no se importan?

Some data that is NOT yet supported includes:
– Best Sellers

Reseñas

5 de diciembre de 2022
This plugin saved me a lot of time. Easy to configure, it does the job! The only problem for me is that it didn't import the sale price of the products. Not sure why, but again, it will make your life easier
27 de marzo de 2018
I can't be more grateful. The support given by Alejandro Aranda was perfect. Thank you!
Leer todas las 3 reseñas

Colaboradores y desarrolladores

«Woocommerce osCommerce Sync» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Woocommerce osCommerce Sync» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

2.0.20

  • No require address in oscommerce customer.

2.0.10

  • Include sql query for import products in the log file, for debug users problems.
  • Fix error on image path.

2.0.9

  • Empty field language import all languages in products and categories

2.0.8

  • Add internationalization

2.0.7

  • Include Bootstrap tabs and forms

2.0.6

  • Include products weight

2.0.5

  • Fix reimport categories images

2.0.4

  • Add field for custom images directory on osCommerce
  • Fix debug mode on images delete

2.0.3

  • Fix import orders status to wc-completed

2.0.2

  • Fix import category images url

2.0.1

  • Añadido modo Debug
  • Genera archivos de log en la carpeta principal de WordPress.
  • Bootstrap
  • Selección de idioma
  • Limite y desfase para la importación de producto en trozos.
  • Cambiado el nombre del proyecto a Woocommerce osCommerce Sync
  • Corregidos errores de seguridad

1.2.2

  • Divida las categorías y productos de importación en dos secciones diferentes
  • Modificada la importación de imágenes, ahora importa solo un recurso si dos productos usan la misma imagen.
  • Añadir segunda/s imágenes de producto
  • Verifica si una imagen fue anteriormente importada
  • Verifica si una imagen fue ya antes importada

1.2.1

  • Corregido el manejo de errores de las importaciones de categoría
  • Se solucionó el problema con la importación de productos de múltiples categorías

1.2

  • Added information page imports (if your running CRE Loaded or have info pages installed for osCommerce)

1.1

  • Added customer and order import functionality

1.0

  • Versión inicial del importador de osCommerce a Woocommerce