• guerreromarketing

    (@guerreromarketing)


    Hello again Pektsekye,

    First, thanks for your previous support. I’m getting a better level of understanding about setting our woocommerce site to work together with YMM Search plugin.

    At this point, is there any way to get working the modification “Make Model Engine Year” with the other, linking/mapping to attributes version, and the one that integrates category dropdown too? It would be like this dropdowns order: make, model, engine, category, year with importing the CSV with attributes mapped.

    Thanks in advance,

    guerreromarketing

Viewing 1 replies (of 1 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    It is possible to modify the version of this plugin with the “Attribute mapping” feature to add extra fields to it.

    Contact me by email [email protected]
    I will send the “make_model_engine” version of the “Attribute mapping” plugin.

    So that you can search for the word “engine” through all the files and find the places where you need to add the new field.

    After adding the new field you should correct the columns count number on line:

    
       $attrCount = count($data[0]) - 4;
    

    in the file:
    wp-content/plugins/ymma-search/Model/Db.php

    Also you will need to deactivate and then activate the plugin back to make WordPress update the structure of the “ymma_mapping” database table.

    Stanislav

Viewing 1 replies (of 1 total)
  • The topic ‘Mod “Make Model Engine Year” with attribute mapping and category?’ is closed to new replies.