• hi, i am trying to get this plugin working with wp all import.
    i find the custom field for enabling it on per product and it gets enable.
    however, prices are not being filled.. can you tell me why?
    I use custom field for my custom user roles _alg_wc_price_by_user_role_regular_price_tabela3
    _alg_wc_price_by_user_role_sale_price_tabela3
    and they are not filled with price…
    can you point me to the right direction?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter agamelas

    (@agamelas)

    I really need some hand here

    Plugin Support kenil802

    (@kenil802)

    Hi @agamelas,

    Sorry for the delay in response.

    The custom meta keys are as below:

    ‘_alg_wc_price_by_user_role_regular_price_’ . $current_user_role
    ‘_alg_wc_price_by_user_role_sale_price_’ . $current_user_role

    So please check your keys accordingly.

    Please let us know if you have any further queries.

    Regards,
    Kenil Shah

    Thread Starter agamelas

    (@agamelas)

    Thanks!
    So instead of _alg_wc_price_by_user_role_regular_price_tabela3 it should be

    ‘_alg_wc_price_by_user_role_regular_price_’ . $tabela3

    is that?

    Thread Starter agamelas

    (@agamelas)

    This is not working.. I tried many combinations…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘wp all import’ is closed to new replies.