Last active
February 23, 2016 11:20
-
-
Save kontikidigital/4902c9d7167f21767d70 to your computer and use it in GitHub Desktop.
Magmi: Importar productos personalizables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Agregar una columna al final del Excel | |
http://wiki.magmi.org/index.php?title=Custom_Options | |
(0) Opcional | |
(1) Obligatorio | |
Para un campo de texto: | |
FILA TITULO: Texto:field:1:1 (el segundo 1 define el orden, ante la duda poner siempre 1) | |
FILA PRODUCTO: :fixed:0::35 (35 es el número de caracteres) | |
FILA PRODUCTO: :fixed:0.5::35 (con inremento de 0.5 en precio) | |
Para subir una imagen | |
FILA TITULO: Subir una imagen:file:1:1 | |
FILA PRODUCTO: :fixed:0:::jpg,png:500:300 | |
Para un Drop Down | |
FILA TITULO: Color del Texto:drop_down:1:1 | |
Oro|Palta|Negro (Separa las opciones con |) | |
Oro:fixed:0|Palta:fixed:0.5|Negro:fixed:0.5 (Con incremento de precios) | |
Para agregar precios: | |
Value:[fixed|percent]:price_modifier | |
Text field and text area con precios | |
FILA TITULO: Texto:field:1:1 | |
FILA PRODUCTO: Title(optional):price_type:price:sku:max_characters |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment