• it look like vendor data and shop data is saved in meta wcfmmp_profile_settings of the user.
    but it look that some data is duplicated into its own meta –
    example: wcfmmp_profile_settings -> shop_description
    is being copied (after a while, not sure when) – into
    “_store_description”

    can you explain?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WC Lovers

    (@wclovers)

    wcfmmp_profile_settings – it’s global variable to save all store meta information and all settings as well.

    But few setting are saved separately using a new meta as well. “_store_description” is one of those.

    We are doing this for a special purpose. WCFM has a shortcode to show store meta infomations [wcfm_store_info]

    If you pass data attribute in this then it will show you that meta value. E.g to show store description [wcfm_store_info data="_store_description"]

    You may use this in Elementor store template as well.

    Thread Starter looknear

    (@looknear)

    yes
    this is the way i use it.
    but can it be that this data is not populated immediately?
    in many cases i noted that _store_description was empty for a while… and then, like with no reason, it was “filled” up with the correlated data…

    Plugin Author WC Lovers

    (@wclovers)

    No, there is not such hold for data load.

    It’s a php function so load data instantly as page browsed.

    Thread Starter looknear

    (@looknear)

    strange, will track it again and get back to you with more details.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘vendor data access’ is closed to new replies.