• Resolved andyjallen

    (@andyjallen)


    Is there a way for the “Default value” field to add in a variable that references a field (like company name or any meta field) from the customer record? For example on my site users must always be logged in to be able to shop; so I would like to default certain information for them such as Company Name, and a meta field for Customer Number.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter andyjallen

    (@andyjallen)

    I also noticed this plugin is adding in the meta data twice… as one with a leading underscore and 1 without — see keys _billing_ponum (Index 0) & billing_ponum (Index 2)

        [meta_data] => Array
            (
                [0] => stdClass Object
                    (
                        [id] => 460992
                        [key] => _billing_ponum
                        [value] => TestPO123
                    )
    
                [1] => stdClass Object
                    (
                        [id] => 460993
                        [key] => is_vat_exempt
                        [value] => yes
                    )
    
                [2] => stdClass Object
                    (
                        [id] => 460994
                        [key] => billing_ponum
                        [value] => TestPO123
                    )
    
            )
    

    Was going to post an image showing the duplicates in the postmeta table but apparently that functionality doesn’t work through pasting or file uploading on here. “File uploading is disabled. Please use an image block and an external image URL.”

    • This reply was modified 1 year, 6 months ago by andyjallen.
    Plugin Author ThemeHigh

    (@themehigh)

    Let me answer your queries separately.

    >>Is there a way for the “Default value” field to add in a variable that references a field (like company name or any meta field) from the customer record?

    Unfortunately, your requirement cannot be achieved using the lite version of our plugin.

    >>I also noticed this plugin is adding in the meta data twice… as one with a leading underscore and 1 without — see keys _billing_ponum (Index 0) & billing_ponum (Index 2)

    Your issue needs a detailed check. Can you please raise a ticket through our website? We hope our technical team will be able to help you.

    Thank you!

    Thread Starter andyjallen

    (@andyjallen)

    I’m certainly willing to buy the plugin for resolutions to both questions.

    Plugin Author ThemeHigh

    (@themehigh)

    Thank you for letting us know.

    Please raise a ticket through our website so that we can check your second query in detail.

    Plugin Author ThemeHigh

    (@themehigh)

    Since we haven’t heard back from you, we believe that your issue is resolved.

    We are going to mark this thread as resolved.

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Defaulting Values from Customer Record?’ is closed to new replies.