• Hello Elfin.

    I am trying to understand what option set does.

    I created a ‘demo’ option set with values and I saved.

    I am searching all over the plugnn for any changes and I don’t see a thing.

    I also opened the page ‘demo” and I don’t see any changes.

    What it does and how it works?

    Thank you.

Viewing 11 replies - 1 through 11 (of 11 total)
  • re check the product entry section on the edit page/post screen.

    You are able to choose option sets to add to any product.

    Thread Starter vasilissk

    (@vasilissk)

    Whell, I didn’t understant your quick answer.

    You probably you are talking about the “option sets” in each page.

    This is not what I wrote about.

    a. I clicked on Option Sets under eShop.
    b. I entered a Name: Demo.
    c. I clicked “Create”
    d. I entered “description”
    e. I entered “Oprion” values and “Price”
    f. I clicked “Create”
    g. Option Set Created.

    Where is it?
    It is not under post or pages, or in any of the pages.

    Thank you.

    re check the product entry section on the edit page/post screen.

    Thread Starter vasilissk

    (@vasilissk)

    Any of the changes are noware to be found 🙁

    My guess is it doesn’t work.

    obviously it doesn’t for you – it does for others.

    Thread Starter vasilissk

    (@vasilissk)

    Well.

    I did a small survey from all the plugins I have in my stock in which version the option set works and doesn’t. Here is the list:

    4.1.1 works
    4.2.0 works
    4.2.2 works
    4.2.3 works
    4.3.2 doesn’t work
    5.0.4 doesn’t work
    5.1.0 doesn’t work
    5.2.0 doesn’t work

    Each time I unistalled and cleared the database in order to have a clear installation.

    I also found this error wille I was creating the option set:

    WordPress database error Field ‘description’ doesn’t have a default value for query INSERT INTO wp_eshop_option_names SET name=’demo’ made by do_action, call_user_func_array, eshop_admin_options, include

    Option set doesn’t work.

    Thank you.

    Thread Starter vasilissk

    (@vasilissk)

    Another Well.

    I found the problem in eShop_install.php

    Line <-753->.

    The description TEXT NOT NULL
    needs to be replaced with
    description varchar(255) NOT NULL DEFAULT ”

    Thread Starter vasilissk

    (@vasilissk)

    In The new version 5.2.2 you didn’t fix the problem in the install.php file, to replace the value:
    description TEXT NOT NULL

    with:

    description varchar(255) NOT NULL DEFAULT ”

    If you don’t change it once for all it wil never work well.

    Same old same problem.

    that’s because it should be TEXT and not VARCHAR

    I had the same problem. It worked int 5.7.6 with one install. I did another install and the option sets did not work. I tried the update
    listed here… http://quirm.net/forum/topic.php?id=1970
    but it still failed.
    I found the table XXX_eshop_option_names was missing. After I copied it from another install it worked fine…

    Hope this helps.

    Thanks Rich for all your hard work.

    I may have inadvertently caused a few issues with a the flow of the upgrades, I had them in reverse order… which meant changes may not have been working correctly.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: eShop] How option set works?’ is closed to new replies.