- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250
- 251
- 252
- 253
- 254
- 255
- 256
- 257
- 258
- 259
- 260
- 261
- 262
- 263
- 264
- 265
- 266
- 267
- 268
- 269
- 270
- 271
- 272
- 273
- 274
- 275
- 276
- 277
- 278
- 279
- 280
- 281
- 282
- 283
- 284
- 285
- 286
- 287
- 288
- 289
- 290
- 291
- 292
- 293
- 294
- 295
- 296
- 297
- 298
- 299
- 300
- 301
- 302
- 303
- 304
- 305
- 306
- 307
- 308
- 309
- 310
- 311
- 312
- 313
- 314
- 315
- 316
- 317
- 318
- 319
- 320
- 321
- 322
- 323
- 324
- 325
- 326
- 327
- 328
- 329
- 330
- 331
- 332
- 333
- 334
- 335
- 336
- 337
- 338
- 339
- 340
- 341
- 342
- 343
- 344
- 345
- 346
- 347
- 348
- 349
- 350
- 351
- 352
- 353
- 354
- 355
- 356
- 357
- 358
- 359
- 360
- 361
- 362
- 363
- 364
- 365
- 366
- 367
- 368
- 369
- 370
- 371
- 372
- 373
- 374
- 375
- 376
- 377
- 378
- 379
- 380
- 381
- 382
- 383
- 384
- 385
- 386
- 387
- 388
- 389
- 390
- 391
- 392
- 393
- 394
- 395
- 396
- 397
- 398
- 399
- 400
- 401
- 402
- 403
- 404
- 405
- 406
- 407
- 408
- 409
- 410
- 411
- 412
- 413
- 414
- 415
- 416
- 417
- 418
- 419
- 420
- 421
- 422
- 423
- 424
- 425
- 426
- 427
- 428
- 429
- 430
- 431
- 432
- 433
- 434
- 435
- 436
- 437
- 438
- 439
- 440
- 441
- 442
- 443
- 444
- 445
- 446
- 447
- 448
- 449
- 450
- 451
- 452
- 453
- 454
- 455
- 456
- 457
- 458
- 459
- 460
- 461
- 462
- 463
- 464
- 465
- 466
- 467
- 468
- 469
- 470
- 471
- 472
- 473
- 474
- 475
- 476
- 477
- 478
- 479
- 480
- 481
- 482
- 483
- 484
- 485
- 486
- 487
- 488
- 489
- 490
- 491
- 492
- 493
- 494
- 495
- 496
- 497
- 498
- 499
- 500
- 501
- 502
- 503
- 504
- 505
- 506
- 507
- 508
- 509
- 510
- 511
- 512
- 513
- 514
- 515
- 516
- 517
- 518
- 519
- 520
- 521
- 522
- 523
- 524
- 525
- 526
- 527
- 528
- 529
- 530
- 531
- 532
- 533
- 534
- 535
- 536
- 537
- 538
- 539
- 540
- 541
- 542
- 543
- 544
- 545
- 546
- 547
- 548
- 549
- 550
- 551
- 552
- 553
- 554
- 555
- 556
- 557
- 558
- 559
- 560
- 561
- 562
- 563
- 564
- 565
- 566
- 567
- 568
- 569
- 570
- 571
- 572
- 573
- 574
- 575
- 576
- 577
- 578
- 579
- 580
- 581
- 582
- 583
- 584
- 585
- 586
- 587
- 588
- 589
- 590
- 591
Configuring the module the Import of goods from YML for the online shop {SEO-Shop}, OpenCart 2.x, 3.x, ocStore
-
Module installation “NeoSeo Imports from YML”
To install the module “NeoSeo Imports from YML” for OpenCart, you must:
- Go to admin panel and click on “Extras”->”Modules”:
- In the list of modules that opens, select “NeoSeo Import goods from YML” and click the “Install” button:
This completes the installation of the module and you can proceed to editing the module settings.
-
Editing module settings
To edit the module’s settings, go to the site’s administrative panel and select the “Add-ons” -> ”Modules” section. In the list of modules for OpenCart that opens, select “NeoSeo Import goods from YML” and click on the “Edit” button:
After that, the window for editing module settings will appear on the screen:
In order to connect this module to the store, go to the “General” tab and select “Enabled” in the “Status” field:
The functionality of this module allows you to import products from YML into your online store using the links provided by product suppliers. Online stores can collaborate with a large number of suppliers. In this regard, the module allows you to configure the import of goods from each supplier with its own unique settings.
Settings for importing goods from suppliers are located on the “Imports” tab:
To import goods from a supplier, enter the name of the new import and click on the “Add” button. For example, let's import goods from supplier 1 and call it “Import from supplier 1”:
As a result, the form for import settings opens:
This form is intended to configure the following options:
- Import Status. A field used to determine the import status. If the value “Enabled” is selected in this field, then after clicking on the “Execute imports” button, goods with the name “Import from supplier 1” will be imported.
If the value “Disabled” is selected in this field, then after clicking on the “Execute imports” button, the import of goods with the name “Import from supplier 1” will not be carried out.
- The name of the import. The field is used to indicate the name of the import, which will be displayed on the import tab:
- Link to YML. In this field you must specify a link to the price list of the supplier in YML format.
- Parent category. This setting is designed to select the category in which you want to place new products. This list contains all the categories available on your site:
The module allows you to upload new products without specifying a parent category. To do this, in this field, select the value “Without parent category”:
- Markup on goods (%). Using this option, you can specify the required percentage mark-up for the product from the price list. If there is no need for an extra charge, then in this field specify the value “0”:
- Currency of import. This field is used to select the currency with which goods from the price list will be loaded. For example, select “Hryvnia”:
If, for some reason, the currency of the goods from the price is not defined, then in this field select the value “Currency is not defined, coefficient. one". In this case, the goods will be loaded with the same price that is listed in the price list.
- Generation of CNC links for products. With this option, you can choose the method of forming links for goods: create links using the import tag URL, system link formation:
This module allows you to not only add new products from the price list of suppliers, but also update information on existing products. In the price list of the supplier, for each product, its article number is indicated. When loading goods from the price list, the database searches for goods with a specific article number. If no product with such an article is found in your database, a new product is created. If a product with such an article is found in the database, then you can, if necessary, update information about this product (for example, name, description, attributes, model, etc.).
The module contains the following options: “Update name”, “Update description”, “Update attributes”, “Update images”, “Update manufacturer”, “Update price”, “Update categories”, “Update model”, “Update meta tags "
If you need to update any information about the product, then select the “Enabled” value in the corresponding field:
- Categories. This field must be filled in if the supplier’s file does not need to update all products, but from certain categories. In this case, indicate the names of these categories in this field.
Important!!! After adding all the changes, click the “Save” button:
After saving all the necessary module settings, you can load the price list of the supplier.
For example, download the following provider file:
To do this, indicate the link to this file in the “Link to YML” field and click on the “Import” button:
As a result, a new product appeared in the product list, loaded using the import_vendor1.xml price list:
UPDATE 03/27/2019
Added the ability to indicate the status of the warehouse status from the ones available in the system for imported goods, for:
<param name = "Available"> 1 </param> Product Status "In Stock"
<param name = "Available"> 0 </param> Product status "out of stock”
Comments