Jump to content

Export av produkter / Manual


Ezequiel

Recommended Posts

Hej,

Skulle behöva hjälp med följande:

1. vill exportera all mina produkter så att dessa finns i en fil, så att jag sedan kan importera dessa in i en annan shop.
2. Någon som vet om man kan sätta olika fraktpriser beroende på varifrån dem beställer?
3. Finns det någon manual eller handbok till prestashop så att man kan lära sig lite mer om programmet?

Tacksam för svar, gärna till mailet: [email protected]

Link to comment
Share on other sites

1. Inte riktigt komplett, men en början att fila vidare på:

select p.id_product, p.id_tax, p.quantity, p.reference, p.supplier_reference, p.active, cl.name, pl.name, i.id_image, il.legend, p.price, p.weight, pl.description, pl.description_short, pl.meta_description, pl.meta_keywords from ps_product p left join ps_category_product cp on p.id_product=cp.id_product left join ps_product_lang pl on p.id_product=pl.id_product left join ps_image i on p.id_product=i.id_product left join ps_image_lang il on i.id_image=il.id_image left join ps_category_lang cl on cp.id_category=cl.id_category where cl.id_lang=xx and pl.id_lang=xx and il.id_lang=xx

Ändra xx till det språk-id du vill göra utplock för. Det är bara en bild per produkt som plockas.

2 & 3. Du kan styra frakten till olika zoner. Ta en titt hos Prestaworks på http://www.prestaworks.se/manual.html, de har börjat på en manual till Prestashop. Där hittar du lite matnyttigt om frakter också.

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