• Please I have a challenge updating YMM information for a product when the information of the vehicle has the same year range.

    eg. Product 1, 

    YMM : TOYOTA, Hilux, 2.4L L4, 2016, 2022

               TOYOTA, Hilux, 2.7VVT L4, 2016, 2022

               TOYOTA, Hilux, 3.0L V6, 2016, 2022

    Updating “Product 1” with the YMM data above, You will get a notification that the product has been updated but when you check on the front page, only one of the info will appear on the front page the rest will just not save. When you click on the YMM tab on the Product editor, you will see that indeed the data wasn’t saved. I realized its because of the same year range.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    You should check the structure of the “wp_ymm” database table in PhpMyAdmin program.

    I think the database table has unique key only for:
    make, model, year_from ,year_to.
    You should drop the unique key and create another for all fields:
    make, model, engine, year_from ,year_to

    Stanislav

    Thread Starter branat

    (@branat)

    Okay, Let me try that and revert.

    Thread Starter branat

    (@branat)

    When you say key do you mean the ID ion the attached file.?

    I wish to attach an image of the table but im unable to do that. Is it possible I share with you via email?

    thank you.

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    Yes, send it to my email [email protected]

    Stanislav

    Thread Starter branat

    (@branat)

    Ive sent it but I get below error> I dont know if you still received.

    Message blockedYour message to [email protected] has been blocked. See technical details below for more information.

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    I have not received an email from you.

    I have created a screenshot of the unique key that you should drop and create another.
    http://hottons.com/demo/screenshots/key.png

    Stanislav

    Thread Starter branat

    (@branat)

    Many thanks, Stanislav.

    Issue is resolved. Please do I have to repeat the same action once in a while?

    Thank you

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    No, you will not have to repeat it.

    I think you have installed the default version and then the modified version.
    The modified version was not able to update the key. So you had to correct it manually.

    Stanislav

    Thread Starter branat

    (@branat)

    This is well noted, sir.
    Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘YMM data not updating with same year range’ is closed to new replies.