B
B
BarneyGumble2018-04-04 10:01:16
WordPress
BarneyGumble, 2018-04-04 10:01:16

How to import products with an extended number of information fields into Wordpress + WooCommerce?

Good afternoon
The task is to transfer products from a self-written online store to Wordpress + WooCommerce.
In self-written CMS, most of the information about the material is packaged in tabs and, in general, the product card has the following form:
- Product title
- Article
- Category
- Main image
- Main description
Tabs:
- Technical description
- Scope
- Video
I.e. my csv for Wordpress import looks something like this:
id;Product title;Article;Category;Main image;Main description;Technical description;Scope;Video;
As I understand it, by default, Wordpress only matches those fields for import that do not concern my tabs. How do I extend Wordpress with tabs and import?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
E, 2018-04-04
@aylo

go through the php csv file
these are the standard woocommerce fields
- Product title
- Article
- Category
- Main image
- Main description
write this in the meta field of each product
- Technical description
- Scope of application
- Output video
on the front as you like

M
Mikhail Kobzarev, 2018-04-04
@mihdan

Create custom fields with the Advanced Custom Fields plugin and import products with the WP All Import plugin + WooCommerce Add-On and Advanced Custom Fields Add-On.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question