Katie Moreno

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Order Details without HTML #114954
    Katie Moreno
    Participant

    How can I use [order_func] to get it to display a quantity for a specific product id? I have tried

    [order_func func="get_item_count(item_id="17438")"]

    [order_func func="get_item_count($item_id="17438")"]

    [order_func func="get_item_count($item_id = '17438' )"]

    in reply to: Order Details without HTML #114770
    Katie Moreno
    Participant

    Nevermind –  got it. Commenting in case it helps someone else looking. I used:

    email: [order_func func="get_billing_email"]

    It would be SUPER HELPFUL to include a link to this page on the shortcode list, so we’re not having to search aimlessly, especially for a paid plugin.

    in reply to: Order Details without HTML #114769
    Katie Moreno
    Participant

    I was able to find the func code in the forums and got it all to work with this format, but I cannot get email to display. Please advise:

    fname: [order_func func="get_shipping_first_name"]
    lname: [order_func func="get_shipping_last_name"]
    address1: [order_func func="get_shipping_address_1"]
    address2: [order_func func="get_shipping_address_2"]
    city: [order_func func="get_shipping_city"]
    state: [order_func func="get_shipping_state"]
    zip: [order_func func="get_shipping_postcode"]
    country: [order_func func="get_shipping_country"]
    email: [order_func func="get_customer_email"]

Viewing 3 posts - 1 through 3 (of 3 total)